xcpretty / xcode-install

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

Proposal: multiple betas support #234

Open yakimant opened 7 years ago

yakimant commented 7 years ago

It would be nice to support multiple Xcode betas, i.e. /Applications/Xcode-9.0.0.4.app /Applications/Xcode-9.0.0.5.app /Applications/Xcode-9.0.0.6.app

or /Applications/Xcode-9b4.app /Applications/Xcode-9b5.app /Applications/Xcode-9b6.app

Right now I need to remove previous beta and have no possibility to switch between them.

segiddins commented 7 years ago

I personally like 9.0.0-beta6

triplef commented 4 years ago

If I’m not mistaken this is also required with the current situation of the Xcode 12.0 GM version not containing the macOS 11 SDK, which requires installing the Xcode 12 beta side-by-side with the GM version in order to build apps for both iOS 14 and macOS 11.