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

0.7.0 New options

Compare
Choose a tag to compare
@KrauseFx KrauseFx released this 20 Sep 04:05
· 206 commits to master since this release
  • 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')