xcpretty / xcode-install

🔽 Install and update your Xcodes
https://fastlane.tools
MIT License
2.59k stars 243 forks source link

added an annotation to beta in list #295

Closed junkpiano closed 6 years ago

junkpiano commented 6 years ago

Currently, Xcode beta versions are not annotated, when you call xcversion list. This fix should be applicable for ancient Xcode versions as well, such as "4.3.1 for Lion", although nobody would use them now.

before

screen shot 2018-07-16 at 1 11 26

after

screen shot 2018-07-16 at 1 12 02

This is reported in the comment of #291 .

junkpiano commented 6 years ago

Awesome. 🚀