match/lib/match/importer.rb in fastlane-2.211.0 vs match/lib/match/importer.rb in fastlane-2.212.0

- old
+ new

@@ -78,9 +78,13 @@ ].join(',') when :mac_installer_distribution certificate_type = [ Spaceship::ConnectAPI::Certificate::CertificateType::MAC_INSTALLER_DISTRIBUTION ].join(',') + when :developer_id_installer + certificate_type = [ + Spaceship::ConnectAPI::Certificate::CertificateType::DEVELOPER_ID_INSTALLER + ].join(',') else UI.user_error!("Cert type '#{cert_type}' is not supported") end prov_type = Match.profile_type_sym(params[:type])