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
1.2.0 Improvements
- Added fix for Apple Watch apps
- Added new
suppress_xcode_output
option to not print out thexcpretty
output
1.1.6 Improvements
- Support for zipped dSYMs with multiple frameworks (thanks @brianmichel)
- Improved error handling in Xcode 7
1.1.5 Fixed encoding error
- Fixes an encoding issue
- Switched to
fastlane_core
parameter table
1.1.4 Updated xcpretty
- Updated
xcpretty
- Fixed a bug where the archive couldn't be found
1.1.3 Bugfix
Fixed Invalid Archive
error message
1.1.2 Improvements
Fixed the export of the ipa
file when using a ~
1.1.1 Improved export_team_id option
Support for export_team_id
option for non App Store builds
1.1.0 Added new option
- Added new
export_team_id
option for Xcode 7 exports
1.0.0 Release
- 1.0 Release 🎉
- Improved build output when using the built-in terminal
- Changed the order of the parameters when running
gym --help
0.9.1 Improvements
- Moved a lot of code from
gym
tofastlane_core
- Improved error handling
- Updated documentation
- Updated dependencies