match/lib/match/options.rb in fastlane-2.216.0 vs match/lib/match/options.rb in fastlane-2.217.0
- old
+ new
@@ -280,9 +280,14 @@
FastlaneCore::ConfigItem.new(key: :include_all_certificates,
env_name: "MATCH_INCLUDE_ALL_CERTIFICATES",
description: "Include all matching certificates in the provisioning profile. Works only for the 'development' provisioning profile type",
type: Boolean,
default_value: false),
+ FastlaneCore::ConfigItem.new(key: :certificate_id,
+ env_name: "MATCH_CERTIFICATE_ID",
+ description: "Select certificate by id. Useful if multiple certificates are stored in one place",
+ type: String,
+ optional: true),
FastlaneCore::ConfigItem.new(key: :force_for_new_certificates,
env_name: "MATCH_FORCE_FOR_NEW_CERTIFICATES",
description: "Renew the provisioning profiles if the certificate count on the developer portal has changed. Works only for the 'development' provisioning profile type. Requires 'include_all_certificates' option to be 'true'",
type: Boolean,
default_value: false),