Skip to content

Releases: XcodesOrg/xcodes

1.4.1 - May the Vision Pro be with you 🥽

23 Jun 15:30
Compare
Choose a tag to compare

If you installed xcodes with homebrew you can upgrade with brew upgrade xcodesorg/made/xcodes.

Did you know that Xcodes CLI support downloading and installing Apple Runtimes!

xcodes runtimes --include-betas
xcodes runtimes install "visionOS 1.0-beta1"

Changes

🚀 Enhancements

🧰 Maintenance

1.3.0 - Revenge of the Sith

04 Mar 01:46
1.3.0
95a9619
Compare
Choose a tag to compare

If you installed xcodes with homebrew you can upgrade with brew upgrade robotsandpencils/made/xcodes.

⚠⚠ Apple has implemented a version of Hashcash when logging in, which caused previous versions to lock Apple ID's. This effect all tools that implemented the similar auth/signin api's. The fix should stop any new locks of Apple ID's. If your Apple ID is locked, you must reset your password. ⚠⚠

Changes

🐛 Bug Fixes

🚀 Enhancements

1.2.0 - The Empire Strikes Back 🍎

18 Nov 05:09
1.2.0
0a4cc40
Compare
Choose a tag to compare

If you installed xcodes with homebrew you can upgrade with brew upgrade robotsandpencils/made/xcodes.

Changes

This returns the requirement of having to log in via your Apple username/password. :(

In happier news - thanks to @Stevenmagdy you can now download simulators runtimes via xcodes runtimes install with the speed of aria2! 🚀

🚀 Enhancements

🐛 Bug Fixes

  • restore downloading via xcodereleases with apple username/password :( (#245) @MattKiazyk

🧰 Maintenance

1.1

30 Oct 03:29
1.1.0
d445ba3
Compare
Choose a tag to compare
1.1

If you installed xcodes with homebrew you can upgrade with brew upgrade robotsandpencils/made/xcodes.

Changes

🚀 Enhancements

  • Add select option to install (#182) @tahirmt
  • Update the cached list of available Xcodes if it's more than 24 hours old (#226) @rpendleton
  • Add a command for listing available simulators (#223) @Stevenmagdy
  • Add "version" argument to "installed" function, printing Xcode's installation path (#220) @rogerluan

🐛 Bug Fixes

  • Exit immediately if trying to select currently selected xcode (#181) @tahirmt

🧰 Maintenance

v1.0.0

19 Sep 03:30
1.0.0
d18bf48
Compare
Choose a tag to compare

If you installed xcodes with homebrew you can upgrade with brew upgrade robotsandpencils/made/xcodes.

Xcodes now DOES NOT require any Apple ID and password when downloading Xcode! 🎉

At long last! you no longer are required to provide your Apple username and password in order to download Xcode (as long as your using XcodeReleases datasource).

  • No more 2FA prompts!
  • No more errors when you haven't signed the latest developer EULA!
  • No more nervous feeling giving your password to a 3rd Party.

Changes

🚀 Enhancements

🧰 Maintenance

0.20.0

09 Mar 14:24
0.20.0
bfefa45
Compare
Choose a tag to compare

If you installed xcodes with homebrew you can upgrade with brew upgrade robotsandpencils/made/xcodes.

Changes

🧪 Unxip Experiment

Thanks to the wonderful work of https://github.com/saagarjha/unxip - unxipping speed is increased by up to 70% on some newer Macs.

Use xcodes install --latest --experimental-unxip to test it out

🚀 Enhancements

🐛 Bug Fixes

  • Do not exit(1) if xcode is already installed (#180) @tahirmt

🧰 Maintenance

0.19.0

14 Dec 18:17
0.19.0
6b5f55f
Compare
Choose a tag to compare

If you installed xcodes with homebrew you can upgrade with brew upgrade robotsandpencils/made/xcodes.

Changes

🐛 Bug Fixes

  • Build with intel based machine instead of M1

0.18.0

14 Dec 15:45
0.18.0
Compare
Choose a tag to compare

If you installed xcodes with homebrew you can upgrade with brew upgrade robotsandpencils/made/xcodes.

Changes

🚀 Enhancements

🐛 Bug Fixes

🧰 Maintenance

0.17.0

26 Feb 20:47
0.17.0
c9c1784
Compare
Choose a tag to compare

If you installed xcodes with homebrew you can upgrade with brew upgrade robotsandpencils/made/xcodes. If you also have Xcodes.app installed via Homebrew Cask then you may need to run brew link xcodes afterwards.

Changes

🚀 Enhancements

0.16.0

02 Feb 04:43
0.16.0
784751d
Compare
Choose a tag to compare

If you installed xcodes with homebrew you can upgrade with brew upgrade robotsandpencils/made/xcodes. If you also have Xcodes.app installed via Homebrew Cask then you may need to run brew link xcodes afterwards.

Changes

🚀 Enhancements

  • Add support for and default to Xcode Releases data instead of scraping developer.apple.com (#129) @interstateone
    • You can still use the scraped data by providing the --data-source apple option
    • Previously only prerelease versions displayed build identifiers, and now all versions do. This may be a breaking change if you relied on the previous behaviour.
  • The uninstall command can be used interactively by omitting the version argument (#131) @pakko972
  • The installed command now prints the absolute path for each version (#133) @NinjaLikesCheez
  • Replaced Guaka with swift-argument-parser (#94) @interstateone
    • Output generated by swift-argument-parser, like help output, may be formatted differently than Guaka did, and so this may be a breaking change if you relied on the previous format.

🧰 Maintenance

  • Update release-drafter.yml to include Homebrew upgrade instructions (#127) @interstateone