Releases: XcodesOrg/xcodes
0.17.0
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
- Don't output download progress when in a non-interactive terminal (#135) @interstateone
- Add support for coloured output (#130) @interstateone
0.16.0
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.
- You can still use the scraped data by providing the
- 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
- This output is aligned into columns for interactive terminals (#134, 784751d) @interstateone
- 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
0.15.0
If you installed xcodes with homebrew you can upgrade with brew upgrade robotsandpencils/made/xcodes
.
Changes
- Add download command to download without installing (#121) @art-divin
- Add
--directory
argument andXCODES_DIRECTORY
environment variable to all commands (#126) @interstateone - Search PATH for aria2c, instead of only looking in
/usr/local/bin
(#119) @interstateone - Renamed the install command's
--url
flag to--path
(#120) @art-divin - Fixed an infinite loop that would occur if the
XCODES_PASSWORD
environment variable was incorrect (#125) @ccarpita - Build with Xcode 12.2 and revert to swift test command (#122) @interstateone
- Build with Xcode 12.3 (dc88531) @csykes
0.14.0
If you installed xcodes with homebrew you can upgrade with brew upgrade robotsandpencils/made/xcodes
.
Changes
- Allow fuzzy version matching for install and uninstall commands (#117) @interstateone
- Allow fuzzy version matching for select command (#115) @thii
- Bump actions/checkout from v2.3.3 to v2.3.4 (#113) @dependabot
0.13.0
If you installed xcodes with homebrew you can upgrade with brew upgrade robotsandpencils/made/xcodes
.
Changes
- Add support for downloading with aria2 if it's already installed (#111) @interstateone
- Retry installation when it fails because of damaged XIP (#110) @interstateone
0.12.0
If you installed xcodes with homebrew you can upgrade with brew upgrade robotsandpencils/made/xcodes
.
Changes
- Add support for 2FA accounts using SMS (#107) @interstateone
- Look for Xcode-beta.app instead of Xcode-Beta.app (#109) @krzyzanowskim
- Bump actions/checkout from v2.3.2 to v2.3.3 (#106) @dependabot
0.11.0
If you installed xcodes with homebrew you can upgrade with brew upgrade robotsandpencils/made/xcodes
.
Changes
- Add install flags for --latest and --latest-prerelease (#95) @interstateone
- Bump actions/checkout from v2.3.1 to v2.3.2 (#99) @dependabot
- Bump actions/checkout from v1 to v2.3.1 (#97) @dependabot
0.10.0
If you installed xcodes with homebrew you can upgrade with brew upgrade robotsandpencils/made/xcodes
.
Changes
- Add select command (#89) @interstateone
- Ignore malformed Xcode app bundles (#88) @interstateone
0.9.0
If you installed xcodes with homebrew you can upgrade with brew upgrade robotsandpencils/made/xcodes
.
Changes
- Refactor to test and improve logging (#85) @interstateone
- Improve command documentation (#81) @interstateone
0.8.1
If you installed xcodes with homebrew you can upgrade with brew upgrade robotsandpencils/made/xcodes.
Changes
- Update Apple auth URLs (#84) @interstateone