gym/lib/gym/options.rb in fastlane-2.201.0.rc1 vs gym/lib/gym/options.rb in fastlane-2.201.0.rc2
- old
+ new
@@ -232,10 +232,10 @@
optional: true,
type: Boolean),
FastlaneCore::ConfigItem.new(key: :xcodebuild_formatter,
env_names: ["GYM_XCODEBUILD_FORMATTER", "FASTLANE_XCODEBUILD_FORMATTER"],
- description: "xcodebuild formatter to use (ex: 'xcbeautify', 'xcbeautify --quieter', 'xcpretty', 'xcpretty -test')",
+ description: "xcodebuild formatter to use (ex: 'xcbeautify', 'xcbeautify --quieter', 'xcpretty', 'xcpretty -test'). Use empty string (ex: '') to disable any formatter",
type: String,
default_value: Fastlane::Helper::XcodebuildFormatterHelper.xcbeautify_installed? ? 'xcbeautify' : 'xcpretty',
default_value_dynamic: true),
# xcpretty