Options required for authenticating notarytool by storing credentials inside the system Keychain item.
You can store NotaryToolPasswordCredentials or NotaryToolApiKeyCredentials into the Keychain using xcrun notarytool store-credentials and access the stored secrets when signing your code.
xcrun notarytool store-credentials
Optional
The name of the keychain or path to the keychain you stored notarization credentials in.
If omitted, the system default login keychain will be used.
login
The name of the profile you provided when storing notarization credentials.
Options required for authenticating notarytool by storing credentials inside the system Keychain item.
You can store NotaryToolPasswordCredentials or NotaryToolApiKeyCredentials into the Keychain using
xcrun notarytool store-credentials
and access the stored secrets when signing your code.