gym/lib/gym/options.rb in fastlane-2.38.0.beta.20170606010029 vs gym/lib/gym/options.rb in fastlane-2.38.0.beta.20170607010024
- old
+ new
@@ -275,10 +275,17 @@
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)
+ 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)
+
]
end
end
end