match/lib/match/importer.rb in fastlane-2.145.0 vs match/lib/match/importer.rb in fastlane-2.146.0
- old
+ new
@@ -48,9 +48,11 @@
case cert_type
when :development
certificate_type = Spaceship::ConnectAPI::Certificate::CertificateType::IOS_DEVELOPMENT + "," + Spaceship::ConnectAPI::Certificate::CertificateType::DEVELOPMENT
when :distribution, :enterprise
certificate_type = Spaceship::ConnectAPI::Certificate::CertificateType::IOS_DISTRIBUTION + "," + Spaceship::ConnectAPI::Certificate::CertificateType::DISTRIBUTION
+ when :developer_id_application
+ certificate_type = Spaceship::ConnectAPI::Certificate::CertificateType::DEVELOPER_ID_APPLICATION
else
UI.user_error!("Cert type '#{cert_type}' is not supported")
end
output_dir_certs = File.join(storage.prefixed_working_directory, "certs", cert_type.to_s)