gym/lib/gym/options.rb in fastlane-2.93.0.beta.20180423050019 vs gym/lib/gym/options.rb in fastlane-2.93.0
- old
+ new
@@ -156,10 +156,11 @@
optional: true),
FastlaneCore::ConfigItem.new(key: :result_bundle,
short_option: "-u",
env_name: "GYM_RESULT_BUNDLE",
is_string: false,
- description: "Location of the Xcode result bundle",
+ description: "Should an Xcode result bundle be generated in the output directory",
+ default_value: false,
optional: true),
FastlaneCore::ConfigItem.new(key: :buildlog_path,
short_option: "-l",
env_name: "GYM_BUILDLOG_PATH",
description: "The directory where to store the build log",