This repository has been archived by the owner on Oct 2, 2018. It is now read-only.
Releases: fastlane-old/gym
Releases · fastlane-old/gym
2.0.0 Update to support fastlane 2.0
- Note: Previous fastlane 2.0 compatible releases were removed due to cyclic dependency errors
- This release is only compatible with fastlane 2.0. To continue using fastlane 1, please use older releases
- Calling
<tool-name>
from the commandline is now deprecated. Please usefastlane <tool-name>
instead.
1.14.0 Update to support fastlane 2.0
Update to support fastlane 2.0
1.13.0 Remove shenzhen dependency, fix actions & more…
- Remove Shenzhen dependency (#6991)
- Fix xcodebuild action specs (#7406)
- support Commandline apps 💪💻 (#7207)
- Update internal dependencies
1.12.1 Improvements
- Update internal dependencies (#7119)
- Improve build error message with more debug information (#7035)
- Fix error
xcodebuild: error: option '-configuration' may only be provided once
(#7108) - Provide more information on export_method
1.12.0 New xcargs options for packaging & more
- Add
export_xcargs
option (#6836) - Fix for plist encoding error (#6835)
- Update internal dependencies
1.11.3 Improvements to logging
- Add location of the full log path when erroring (#6584)
- Print plist information in verbose mode (#6521)
- Show Xcode path in summary table (#6471)
1.11.2 Improvements
- Further improved different Ruby environments (#6513)
1.11.1 Improve app building
- Fix build errors due to Xcode's system Ruby dependency
- Updated dependency to
xcpretty
1.11.0 Improvements
Changes since release 1.10.0:
- Update internal dependencies
- Improved
rbenv
handling in gym - Update xcpretty dependency to 0.2.3 (#6323)
- Don’t detect and set provisioning profile if legacy API is disabled (#6253)
1.10.0 Update for Xcode 8
- Update legacy build API to fully work with Xcode 8