match/lib/match/options.rb in fastlane-2.163.0 vs match/lib/match/options.rb in fastlane-2.164.0
- old
+ new
@@ -281,9 +281,15 @@
env_name: "MATCH_FAIL_ON_NAME_TAKEN",
description: "Should the command fail if it was about to create a duplicate of an existing provisioning profile. It can happen due to issues on Apple Developer Portal, when profile to be recreated was not properly deleted first",
optional: true,
type: Boolean,
default_value: false),
+ FastlaneCore::ConfigItem.new(key: :skip_certificate_matching,
+ env_name: "MATCH_SKIP_CERTIFICATE_MATCHING",
+ description: "Set to true if there is no access to Apple developer portal but there are certificates, keys and profiles provided. Only works with match import action",
+ optional: true,
+ type: Boolean,
+ default_value: false),
FastlaneCore::ConfigItem.new(key: :output_path,
env_name: "MATCH_OUTPUT_PATH",
description: "Path in which to export certificates, key and profile",
optional: true),
FastlaneCore::ConfigItem.new(key: :skip_set_partition_list,