match/lib/match/options.rb in fastlane-2.194.0 vs match/lib/match/options.rb in fastlane-2.195.0

- old
+ new

@@ -240,9 +240,19 @@ FastlaneCore::ConfigItem.new(key: :force_for_new_devices, env_name: "MATCH_FORCE_FOR_NEW_DEVICES", description: "Renew the provisioning profiles if the device count on the developer portal has changed. Ignored for profile types 'appstore' and 'developer_id'", type: Boolean, default_value: false), + 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: :force_for_new_certificates, + env_name: "MATCH_FORCE_FOR_NEW_CERTIFICATES", + description: "Renew the provisioning profiles if the device 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), FastlaneCore::ConfigItem.new(key: :skip_confirmation, env_name: "MATCH_SKIP_CONFIRMATION", description: "Disables confirmation prompts during nuke, answering them with yes", type: Boolean, default_value: false),