gym/lib/gym/options.rb in fastlane-2.129.0.beta.20190811200106 vs gym/lib/gym/options.rb in fastlane-2.129.0.beta.20190813200016
- old
+ new
@@ -208,10 +208,10 @@
FastlaneCore::ConfigItem.new(key: :suppress_xcode_output,
short_option: "-r",
env_name: "SUPPRESS_OUTPUT",
description: "Suppress the output of xcodebuild to stdout. Output is still saved in buildlog_path",
optional: true,
- is_string: false),
+ type: Boolean),
FastlaneCore::ConfigItem.new(key: :disable_xcpretty,
env_name: "DISABLE_XCPRETTY",
description: "Disable xcpretty formatting of build output",
optional: true,
is_string: false),