gym/lib/gym/options.rb in fastlane-2.82.0.beta.20180222010003 vs gym/lib/gym/options.rb in fastlane-2.82.0.beta.20180223010003
- old
+ new
@@ -65,9 +65,10 @@
optional: true),
FastlaneCore::ConfigItem.new(key: :configuration,
short_option: "-q",
env_name: "GYM_CONFIGURATION",
description: "The configuration to use when building the app. Defaults to 'Release'",
+ default_value_dynamic: true,
optional: true),
FastlaneCore::ConfigItem.new(key: :silent,
short_option: "-a",
env_name: "GYM_SILENT",
description: "Hide all information that's not necessary while building",