match/lib/match/options.rb in fastlane-2.210.1 vs match/lib/match/options.rb in fastlane-2.211.0

- old
+ new

@@ -251,9 +251,14 @@ 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_mac_in_profiles, + env_name: "MATCH_INCLUDE_MAC_IN_PROFILES", + description: "Include Apple Silicon Mac devices in provisioning profiles for iOS/iPadOS apps", + 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),