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