match/lib/match/options.rb in fastlane-2.55.0.beta.20170830010003 vs match/lib/match/options.rb in fastlane-2.55.0.beta.20170831010002

- old
+ new

@@ -141,10 +141,15 @@ default_value: "ios", verify_block: proc do |value| value = value.to_s pt = %w(tvos ios) UI.user_error!("Unsupported platform, must be: #{pt}") unless pt.include?(value) - end) + end), + 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, template name can be found by inspecting the Entitlements drop-down while creating/editing a provisioning profile", + optional: true, + default_value: nil) ] end end end