xcodes icon indicating copy to clipboard operation
xcodes copied to clipboard

The best command-line tool to install and switch between multiple versions of Xcode.

Results 187 xcodes issues
Sort by recently updated
recently updated
newest added

The default behavior of moving the xip file to the trash after it is installed makes sense but I think it would be beneficial to add an option to delete...

Instead of expanding XIPs on its current directory, a temporal directory is used. The main advantage of this approach is that, because the temporal directory is created on the same...

Hey folks, thank you for everything you've done in making this and Xcodes.app the successes they are. They're really great tools and I appreciate the work you've done. πŸ™πŸΌ I've...

I need to nuke previous downloaded Xcode. I am getting this error but I am not able to see Xcode.app in current directory. > creating directory at ./Xcode.app/Contents failed: File...

``` % xcodes install --latest Updating... Apple ID: ***** Apple ID Password: Two-factor authentication is enabled for this account. Enter "sms" without quotes to exit this prompt and choose a...

Adds options `--select` and `--update` to `install` command. Details --- * Uses #181 as base because without that the `--select` option will always ask user for password even if the...

If the currently requested xcode is already selected, there is no need to prompt the user to give sudo permissions and re-select the path. We can just avoid the step...

Using the suggested command `brew upgrade robotsandpencils/made/xcodes` I get the following error message ``` ==> Auto-updated Homebrew! Updated 1 tap (homebrew/cask). ==> Updated Casks Updated 2 casks. ==> Upgrading 1...

We can use other things using fastlane and FASTLANE_SESSION to authenticate for CI. Is there a way to do that through environment variables?

enhancement

After PR #126, `xcode install` supports a custom path for Xcode's installation, but this path isn't directly used for the .xip expansion, using instead the same directory where it’s downloaded...