Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Releases: fastlane-old/gym

0.9.0 Improvements

11 Oct 12:29
Compare
Choose a tag to compare
  • Refactored big parts of gym to make classes more reusable
  • Improved gym init command to also take the fastlane folder into account

0.8.5 Improved value detection

06 Oct 21:36
Compare
Choose a tag to compare

Improved the detection of workspace/project when you have multiple in the current folder

0.8.4 Improvements

30 Sep 20:58
Compare
Choose a tag to compare
  • Support for overwriting the configuration by the scheme
  • Updated dependencies

0.8.3 Fixed legacy API

27 Sep 20:28
Compare
Choose a tag to compare

Fixed an issue with Swift Support and  Watch when using the use_legacy_api option. Thanks @maxgoedjen

0.8.2 Improvements

23 Sep 23:48
Compare
Choose a tag to compare

Improved gym when running it multiple times in one lane

0.8.1 Improvement

23 Sep 20:45
Compare
Choose a tag to compare

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

23 Sep 18:25
Compare
Choose a tag to compare
  • Added buildlog_path option to specify a custom xcodebuild 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

23 Sep 00:43
Compare
Choose a tag to compare
  • 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

21 Sep 21:02
Compare
Choose a tag to compare

Fixed use_legacy_build_api flag

0.7.1 Added temporary fix for radar

21 Sep 19:51
Compare
Choose a tag to compare

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