match/lib/match/generator.rb in fastlane-2.154.0 vs match/lib/match/generator.rb in fastlane-2.155.0
- old
+ new
@@ -12,10 +12,16 @@
# Mapping match option to cert option for "Developer ID Application"
if cert_type.to_sym == :developer_id_application
specific_cert_type = cert_type.to_s
end
+ platform = params[:platform]
+ if platform.to_s == :catalyst.to_s
+ platform = :macos.to_s
+ end
+
arguments = FastlaneCore::Configuration.create(Cert::Options.available_options, {
+ platform: platform,
development: params[:type] == "development",
type: specific_cert_type,
generate_apple_certs: params[:generate_apple_certs],
output_path: output_path,
force: true, # we don't need a certificate without its private key, we only care about a new certificate