0.4.0
If you installed xcodes with homebrew you can upgrade with brew upgrade robotsandpencils/made/xcodes.
Changes
- Apple ID username and passwords are now saved to your keychain after successfully authenticating. Failed authentications will prompt for your password in order to retry, and will also remove the password saved to the keychain for the Apple ID username. Thanks to @MattKiazyk for their work on this functionality! (#25, #32, #42)
- Added an
xcodes versioncommand that prints the current version of xcodes itself. Thanks to @daveanderson for the feature suggestion! (#29) - xcodes developers can run
make projectto generate an Xcode project. Thanks to @thii for this addition! (#43) - @juankaram added installation instructions for Mint (#24)
- The code signing certificate and identifier, and the application support directory have changed to reflect the move from https://github.com/interstateone to https://github.com/robotsandpencils. The application support directory will be automatically migrated if necessary. (#39)
- xcodes has CI building and running tests now