Skip to content

Releases: sebsto/xcodeinstall

v0.14.5

19 Oct 14:49

Choose a tag to compare

v0.14.1

19 Oct 14:08

Choose a tag to compare

This fixes a bug that caused the installation to hang on some systems

Full Changelog: v0.14.0...v0.14.1

v0.14.0

25 Sep 15:26

Choose a tag to compare

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

25 Sep 12:56

Choose a tag to compare

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

23 Aug 13:08

Choose a tag to compare

What's Changed

  • Refactor the download section by @sebsto in #79
  • Update dependency apple/swift-log to from: "1.6.4" by @renovate[bot] in #78
  • Update dependency soto-project/soto to from: "6.8.0" by @renovate[bot] in #76

Full Changelog: v0.11.7...v0.12.0

v0.11.7

22 Aug 20:07

Choose a tag to compare

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

22 Aug 09:22

Choose a tag to compare

What's Changed

  • Improve unxip for Xcode bundle by @sebsto in #74
  • revert to soto 6 by @sebsto in #75
  • use Swift's Subprocess library instead of custom code
  • Use Swift 6 concurrency thorough the code base (this project now requires Swift 6 to build)

Full Changelog: v0.10.1...v0.11.5

v0.10.1

05 Nov 09:03

Choose a tag to compare

This release should fix authentication issue for some user.

Full Changelog: v0.9.1...v0.10.1

v0.9.1

31 Oct 10:10

Choose a tag to compare

🏎️ Much faster authentication ! (from 4-6 seconds to < 1 second) thanks to swift-crypto lib.

Full Changelog: v0.9...v0.9.1

v0.9

30 Oct 05:50

Choose a tag to compare

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)