xcodes
xcodes copied to clipboard
The best command-line tool to install and switch between multiple versions of Xcode.
Currently this will prompt for your password and select the provided version regardless of what version is already selected. Instead it should check to see if this Xcode version is...
I'm mainly using `xcodes` as a replacement for [Ruby-based `xcversion`](https://github.com/xcpretty/xcode-install#simulators). Unfortunately, `xcodes` lacks a great feature when compared to `xcversion`, that is [simulator version management](https://github.com/xcpretty/xcode-install#simulators). It would be great if...
https://medium.com/@mxcl/maintaining-a-homebrew-tap-for-swift-projects-7287ed379324 https://medium.com/@Extrawurst/github-actions-homebrew-%EF%B8%8F-2789ae5023fd Also need to reconcile this with Release Drafter.
xcodes can resume installation using a downloaded xip if it finds it in the expected location (its application support directory) when you run the install command. This is useful when...
``` $ xcodes install 11.2.1 GM seed Downloading Xcode 11.2.1-gm-seed+11B53: 58% The operation couldn’t be completed. (NSPOSIXErrorDomain.28) ``` This error code corresponds to "No space left on device". xcodes should...
Q: Is the ability to do this a configuration option for sudo, and if so can we mirror that behaviour?
This PR builds on #223, and adds a command for installing runtimes `xcodes runtimes install 'iOS 14.5'` ~~Downloading will require an Apple account for new platforms released in 2022, it's...
There are [additional tools](https://developer.apple.com/download/all/?q=additional%20tools) for each Xcode version. It would be nice to have the ability to install those as well when installing an Xcode version. This should also be...
Xcode has build identifiers that identify a version uniquely. When using `xcodes list` the following Xcode build identifiers, which are rendered in paranthesis (e.g. `14A30`) are available: ```sh 1.0 (7B85)...
``` $ xcodes list Failed executing: `/usr/bin/xcode-select -p` (2). ``` --- **MAINTAINER EDITED BELOW** If I don't have any Xcode version installed, Xcodes currently errors out using the `xcode-select` to...