gym/lib/gym/options.rb in fastlane-2.29.0.beta.20170421010107 vs gym/lib/gym/options.rb in fastlane-2.29.0.beta.20170422010059

- old
+ new

@@ -98,9 +98,14 @@ FastlaneCore::ConfigItem.new(key: :codesigning_identity, short_option: "-i", env_name: "GYM_CODE_SIGNING_IDENTITY", description: "The name of the code signing identity to use. It has to match the name exactly. e.g. 'iPhone Distribution: SunApps GmbH'", optional: true), + FastlaneCore::ConfigItem.new(key: :skip_package_ipa, + env_name: "GYM_SKIP_PACKAGE_IPA", + description: "Should we skip packaging the ipa?", + is_string: false, + default_value: false), FastlaneCore::ConfigItem.new(key: :include_symbols, short_option: "-m", env_name: "GYM_INCLUDE_SYMBOLS", description: "Should the ipa file include symbols?", is_string: false,