xcodes
xcodes copied to clipboard
The best command-line tool to install and switch between multiple versions of Xcode.
Based on #341 and fix compilation errors.
Based on #340 and fix compilations. Adopting *opaque parameter type* requires Swift 5.7, so I bump the Xcode version and the swift-tools-version too.
Based on #338 and fix compilation errors.
Running xcodes 1.3.0 on Ventura 13.2.1, getting a login error with my Apple ID. It is configured to use a hardware key for authentication. ``` xcodes install 14.3 Beta 2...
My AppleID is under [Federated Authentication](https://support.apple.com/guide/apple-business-manager/intro-to-federated-authentication-axmb19317543/1/web/1) in my company's Business Manager. This means that I cannot login with a standard password and will have to authenticate via Azure AD (OAuth...
Bumps [github.com/mxcl/version](https://github.com/mxcl/Version) from 1.0.3 to 2.0.1. Release notes Sourced from github.com/mxcl/version's releases. 2.0.1 Support verified for all new Swifts. 2.0.0 Buildmetadata is ignored for Equatable. Previously we only ignored it...
Bumps [github.com/mxcl/path.swift](https://github.com/mxcl/Path.swift) from 0.16.3 to 1.4.1. Release notes Sourced from github.com/mxcl/path.swift's releases. v1.4.1 Fix for Windows paths 1.4.0 Adds .hidden() to Path.find 1.3.1 No release notes provided. 1.3.0 No release...
Bumps [github.com/kishikawakatsumi/keychainaccess](https://github.com/kishikawakatsumi/KeychainAccess) from 3.2.1 to 4.2.2. Release notes Sourced from github.com/kishikawakatsumi/keychainaccess's releases. v4.2.2 Drop iOS 8.0 to suppress Xcode 12 warnings. v4.2.1 Support Xcode 12 v4.2.0 UseAuthenticationUI can now be...
Using a normal `sudo` call would mean the sudoers config would be inherited, including a custom prompt. It's a bit jarring seeing a password prompt that doesn't match the expected...
Is there any way to uninstall a specific runtime using `xcodes`? If not, such a command would be very useful.