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