gym/lib/gym/options.rb in fastlane-2.130.0.beta.20190825200030 vs gym/lib/gym/options.rb in fastlane-2.130.0.beta.20190826200016
- old
+ new
@@ -132,9 +132,14 @@
FastlaneCore::ConfigItem.new(key: :skip_archive,
env_name: "GYM_SKIP_ARCHIVE",
description: "After building, don't archive, effectively not including -archivePath param",
type: Boolean,
optional: true),
+ FastlaneCore::ConfigItem.new(key: :skip_codesigning,
+ env_name: "GYM_SKIP_CODESIGNING",
+ description: "Build without codesigning",
+ type: Boolean,
+ 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),