match/lib/match/options.rb in fastlane-2.146.1 vs match/lib/match/options.rb in fastlane-2.147.0
- old
+ new
@@ -224,9 +224,14 @@
FastlaneCore::ConfigItem.new(key: :template_name,
env_name: "MATCH_PROVISIONING_PROFILE_TEMPLATE_NAME",
description: "The name of provisioning profile template. If the developer account has provisioning profile templates (aka: custom entitlements), the template name can be found by inspecting the Entitlements drop-down while creating/editing a provisioning profile (e.g. \"Apple Pay Pass Suppression Development\")",
optional: true,
default_value: nil),
+ FastlaneCore::ConfigItem.new(key: :profile_name,
+ env_name: "MATCH_PROVISIONING_PROFILE_NAME",
+ description: "A custom name for the provisioning profile. This will replace the default provisioning profile name if specified",
+ optional: true,
+ default_value: nil),
FastlaneCore::ConfigItem.new(key: :output_path,
env_name: "MATCH_OUTPUT_PATH",
description: "Path in which to export certificates, key and profile",
optional: true),