Releases: sebsto/xcodeinstall
v0.14.5
v0.14.1
This fixes a bug that caused the installation to hang on some systems
Full Changelog: v0.14.0...v0.14.1
v0.14.0
This version addresses an issue in 0.13.0 that prevented to use xcodeinstall on any macOS version < 26
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
This releases addresses an issue that prevents to download applications bundles made of multiple files, such as Xcode 26.
We also now correctly report Authentication error when trying to download a file with an expired session token.
Minor changes
- Update the build system to Swift 6.2 and macOS 26
- Migrate all remaining tests to Swift testing
- Update swift Docker tag to v6.2 by @renovate[bot] in #81
- Update dependency apple/swift-system to from: "1.6.3" by @renovate[bot] in #80
Full Changelog: v0.12.0...v0.13.0
v0.12.0
v0.11.7
Fix an authentication issue that prevent MFA to complete in some cases.
(and I also refactored the code to make it easier to debug)
Full Changelog: v0.11.6...v0.11.7
v0.11.6
v0.10.1
This release should fix authentication issue for some user.
Full Changelog: v0.9.1...v0.10.1
v0.9.1
🏎️ Much faster authentication ! (from 4-6 seconds to < 1 second) thanks to swift-crypto lib.
Full Changelog: v0.9...v0.9.1
v0.9
What's Changed
- Fix #40 (Authentication is not working)
- Update dependencies
Full Changelog: v0.8...v0.9
Thank you !
Huge thanks to @adam-fowler for having written Swift-SRP lib (and patching it adam-fowler/swift-srp#14 to work with Apple's SRP)