Skip to content

Commit

Permalink
Merge pull request #11 from andres97medrano/andresm/make-intermediary…
Browse files Browse the repository at this point in the history
…-certs-optional

Default to empty list when no intermediary apple certificates are specified
  • Loading branch information
tinder-maxwellelliott authored Jan 24, 2024
2 parents 29e0468 + c1aa73f commit b4426cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ internal struct CreateProvisioningProfileCommand: ParsableCommand {
internal var opensslPath: String

@Option(help: "Intermediary Apple Certificates that should also be added to the keychain (https://www.apple.com/certificateauthority/)")
internal var intermediaryAppleCertificates: [String]
internal var intermediaryAppleCertificates: [String] = []

@Option(help: """
Subject for the Certificate Signing Request when creating certificates.
Expand Down

0 comments on commit b4426cc

Please sign in to comment.