match/lib/match/options.rb in fastlane-2.222.0 vs match/lib/match/options.rb in fastlane-2.223.0

- old
+ new

@@ -353,9 +353,14 @@ short_option: "-P", env_name: "MATCH_SKIP_SET_PARTITION_LIST", description: "Skips setting the partition list (which can sometimes take a long time). Setting the partition list is usually needed to prevent Xcode from prompting to allow a cert to be used for signing", type: Boolean, default_value: false), + FastlaneCore::ConfigItem.new(key: :force_legacy_encryption, + env_name: "MATCH_FORCE_LEGACY_ENCRYPTION", + description: "Force encryption to use legacy cbc algorithm for backwards compatibility with older match versions", + type: Boolean, + default_value: false), # other FastlaneCore::ConfigItem.new(key: :verbose, env_name: "MATCH_VERBOSE", description: "Print out extra information and all commands",