xcode-install
xcode-install copied to clipboard
🔽 Install and update your Xcodes
Xcode lands in the current directory (`Xcode-beta.app`) and is never copied into `/Applications`. The password is eventually entered correctly. So I'll just drop it to `/Applications` manually, however that looks...

Added a `filter` option to the `xcversion list` command to filter Xcode versions, whose value is [gem version patterns](https://guides.rubygems.org/patterns/) joined by a comma. I believe this PR also fixed a...
Hello, I am trying to compile Aseprite on my mac and I'm using this tutorial: https://youtu.be/74Hs_8izAbA I have been trying for 5 hours now to download Xcode, but apparently the...
M1 mac mini running macOS 12.4 Can't seem to install the beta via `xcversion install "14 beta"`, which shows the following: ```bash /Applications/Xcode-14.beta.app: valid on disk /Applications/Xcode-14.beta.app: satisfies its Designated...
Hi, I'd like to always have all versions from Xcode 10 upwards installed, so I use this regex to find the missing ones: xcversion list | grep -E '^[0-9]{2,}(\.[0-9]+)*$' But...
Hi, can we Xcode without sudo privilege? I don't see how this is useful. Tested it on my machine and it works just fine.
It would be great to use [aria2](https://aria2.github.io/) to download Xcode faster when using fastlane
Hi guy, We are using Fastlane for the whole project CI. Maybe I miss something but we can't use `xcode_install` lane, if the account specified in AppFile apple_id("[email protected]") has 2FA...
I observed this when using `.xcode-version` with `13.0` instead of `13`. For some reason it installs the Xcode 13 Beta from June (which's probably the Beta 1), instead of the...