gym/lib/gym/options.rb in fastlane-2.62.0.beta.20171011010003 vs gym/lib/gym/options.rb in fastlane-2.62.0.beta.20171014010003
- old
+ new
@@ -232,10 +232,16 @@
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: :skip_profile_detection,
+ env_name: "GYM_SKIP_PROFILE_DETECTION",
+ description: "Do not try to build a profile mapping from the xcodeproj. Match or a manually provided mapping should be used",
+ optional: true,
+ is_string: false,
+ default_value: false)
]
end
end
end