Xcode::Install
Install and update your Xcodes automatically.
$ gem install xcode-install
$ xcode-install install 6.3
Installation
$ gem install xcode-install
Usage
XcodeInstall will ask for your credentials to access the Apple Developer Center, they are stored using the CredentialsManager of Fastlane.
To list available versions:
$ xcode-install list
6.0.1
6.1
6.1.1
6.2
6.3
By default, only the latest major version is listed.
To install a certain version, simply:
$ xcode-install install 6.3
########################################################### 82.1%
######################################################################## 100.0%
Please authenticate for Xcode installation...
Xcode 6.3
Build version 6D570
This will download and install that version of Xcode. It will also be automatically selected.
Limitations
This is a first shot, there are currently some limitations:
I will be addressing those in the future, but feel free to send PRs or report additional bugs and shortcomings.

Unfortunately, the installation size of Xcodes downloaded will be bigger than when downloading via the Mac App Store, see #10 and feel free to dupe the radar. 📡
Thanks
This downloading script which has been used for some inspiration, also this for doing the installation.
Contributing
- Fork it ( https://github.com/[my-github-username]/xcode-install/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request