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
0.9.0 Improvements
- Refactored big parts of
gym
to make classes more reusable - Improved
gym init
command to also take thefastlane
folder into account
0.8.5 Improved value detection
Improved the detection of workspace/project when you have multiple in the current folder
0.8.4 Improvements
- Support for overwriting the configuration by the scheme
- Updated dependencies
0.8.3 Fixed legacy API
Fixed an issue with Swift Support and Watch when using the use_legacy_api
option. Thanks @maxgoedjen
0.8.2 Improvements
Improved gym
when running it multiple times in one lane
0.8.1 Improvement
This update in combination with the new release of fastlane
automatically detects the export_type
based on the way you use sigh
in fastlane
0.8.0 More options and improvements
- Added
buildlog_path
option to specify a customxcodebuild
log output path - Added showing of
export_method
in the build summary - Fixed an issue where moving the
ipa
would fail
0.7.3 Added support to access raw outputs
- You can now access the raw
xcodebuild
outputs by opening~/Library/Logs/gym
- Fixed an issue with the automatic detection if the project is a Mac app
0.7.2 Fixed use_legacy_build_api flag
Fixed use_legacy_build_api
flag
0.7.1 Added temporary fix for radar
Because of this radar you might run into an export issue when using gym
to export your enterprise application.
- You can now use the
use_legacy_build_api
to fallback to the old way of exporting if you run into that issue - Fixed an issue when running multiple instances of
gym
at the same time