gym/lib/gym/options.rb in fastlane-2.124.0.beta.20190527200027 vs gym/lib/gym/options.rb in fastlane-2.124.0.beta.20190528200017
- old
+ new
@@ -159,9 +159,13 @@
env_name: "GYM_RESULT_BUNDLE",
is_string: false,
description: "Should an Xcode result bundle be generated in the output directory",
default_value: false,
optional: true),
+ FastlaneCore::ConfigItem.new(key: :result_bundle_path,
+ env_name: "GYM_RESULT_BUNDLE_PATH",
+ description: "Path to the result bundle directory to create. Ignored if `result_bundle` if 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",
default_value: "#{FastlaneCore::Helper.buildlog_path}/gym",