xcodes
xcodes copied to clipboard
The best command-line tool to install and switch between multiple versions of Xcode.
I do this: 1. brew install xcodes aria2 2. xcodes install 16.0 --experimental-unxip 3. xcodes runtimes install "iOS 18.0" Getting this error: Error: Installing this runtime requires Xcode 16.1 or...
Xcodes is relying on a fairly old version of the swift-argument-parser, causing package resolution issues in CLI tools integrating Xcodes using new versions. Closes https://github.com/XcodesOrg/xcodes/pull/354
Well the title says it, I can't sign in into xcodes (2.4.0 29) and xcodes cli (1.6.0). I've cmd+c and cmd+v the password into web interface and everything ok, but...
Duplicate of https://github.com/XcodesOrg/XcodesApp/pull/650 > Apple IDs with "old" passwords (ie those set before a certain date, the cutoff for which I'm not 100% certain) use the s2k_fo protocol rather than...
Would it be possible to support app specific passwords? When using this on CI and in scripts it would be very nice to be able to use app specific passwords...
When logging in with the latest versions, you may receive an invalid username or password error even though it is correct. With the new [SRP ceremonial](https://blog.uniauth.com/what-is-secure-remote-password) it requires the client...