lib/gym/options.rb in gym-1.0.0 vs lib/gym/options.rb in gym-1.1.0
- old
+ new
@@ -133,9 +133,14 @@
FastlaneCore::ConfigItem.new(key: :destination,
short_option: "-d",
env_name: "GYM_DESTINATION",
description: "Use a custom destination for building the app",
optional: true),
+ FastlaneCore::ConfigItem.new(key: :export_team_id,
+ short_option: "-g",
+ env_name: "GYM_EXPORT_TEAM_ID",
+ description: "Optional: Sometimes you need to specify a team id when exporting the ipa file",
+ optional: true),
FastlaneCore::ConfigItem.new(key: :xcargs,
short_option: "-x",
env_name: "GYM_XCARGS",
description: "Pass additional arguments to xcodebuild. Be sure to quote the setting names and values e.g. OTHER_LDFLAGS=\"-ObjC -lstdc++\"",
optional: true),