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.7.0 New options

20 Sep 04:05
Compare
Choose a tag to compare
  • You can now specify the export_method with values like app-store (default), ad-hoc or enterprise to let xcodebuild know what kind of ipa we build and how to sign it
  • Added support for codesigning_identity option when using Xcode 7
  • Some other small improvements

Example Fastfile configuration:

gym(export_method: 'enterprise')

0.6.2 Improved ipa file detection

18 Sep 22:00
Compare
Choose a tag to compare

Improved the detection of the resulting ipa file for Xcode 7 generated archives

0.6.1 Renamed parameters

18 Sep 20:39
Compare
Choose a tag to compare

Renamed new parameters from upload_bitcode to include_bitcode

0.6.0 Upgrade to the new Xcode 7 API

18 Sep 19:50
Compare
Choose a tag to compare

Xcode 7 provides a new API to export and sign your application 🚀

  • No more manual fixes for Swift and WatchKit Support
  • Support for dSYM files in your binary
  • Bitcode support

Important: ipa files generated with Xcode 7 containing Swift code will end up being much larger than previously. This is due to the bundled Swift support. While you'll have to upload the large ipa file, the resulting app for the user will still be smaller.

And of course, gym still also supports the "old way" of building and signing your app. You can specify the Xcode version to use using xcode-select, gym will automatically detect the currently used Xcode.

New options:

  • include_symbols: Should the ipa file include symbols?
  • include_bitcode: Should the ipa include bitcode?

0.5.0 New Option

16 Sep 17:06
Compare
Choose a tag to compare
  • Added new archive_path option to store the archive in a different folder
  • Improved swift packaging

0.4.6 Improvement

04 Sep 01:52
Compare
Choose a tag to compare

Fixed escaping of the path for patching the package script

0.4.5 Improvements

25 Aug 10:01
Compare
Choose a tag to compare
  • Hide stack trace by default
  • Fixed an issue with the swift patch when app contained a '

0.4.4 Improvements

22 Aug 11:36
Compare
Choose a tag to compare
  • Improved instructions on how to share schemes
  • Improved handling of projects with no shared schemes
  • Fixed build error when app name contains a '
  • Improved --verbose mode

0.4.3 Improved platform detection

20 Aug 10:39
Compare
Choose a tag to compare
  • Improved detection of the platform
  • Added more debug information
  • Fixed an issue when schemes are not shared
  • Improved text output

0.4.2 Improved platform detection

19 Aug 22:40
Compare
Choose a tag to compare

Improved the detection of the platform on some project setups