gym/lib/gym/options.rb in fastlane-2.38.0.beta.20170607010024 vs gym/lib/gym/options.rb in fastlane-2.38.0.beta.20170608010030
- old
+ new
@@ -275,17 +275,10 @@
is_string: false),
FastlaneCore::ConfigItem.new(key: :xcpretty_utf,
env_name: "XCPRETTY_UTF",
description: "Have xcpretty use unicode encoding when reporting builds",
optional: true,
- is_string: false),
- FastlaneCore::ConfigItem.new(key: :new_build_system,
- short_option: "-N",
- env_name: "GYM_NEW_BUILD_SYSTEM",
- is_string: false,
- description: "Use new Build System currently in preview on Xcode>=9",
- optional: true)
-
+ is_string: false)
]
end
end
end