lib/gym/options.rb in gym-1.6.1 vs lib/gym/options.rb in gym-1.6.2
- old
+ new
@@ -120,10 +120,14 @@
optional: true,
conflicting_options: [:use_legacy_build_api],
conflict_block: proc do |value|
UI.user_error!("'#{value.key}' must be false to use 'export_options'")
end),
-
+ FastlaneCore::ConfigItem.new(key: :skip_build_archive,
+ env_name: "GYM_SKIP_BUILD_ARCHIVE",
+ description: "Export ipa from previously build xarchive. Uses archive_path as source",
+ is_string: false,
+ optional: true),
# Very optional
FastlaneCore::ConfigItem.new(key: :build_path,
env_name: "GYM_BUILD_PATH",
description: "The directory in which the archive should be stored in",
optional: true),