You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apple notarization is required for distributing outside the Mac App Store on macOS 10.15+. Two authentication modes are supported (mutually exclusive — App Store Connect API key support is planned):
1991
+
Apple notarization is required for distributing outside the Mac App Store on macOS 10.15+. Three authentication modes are supported (mutually exclusive):
| `compose.desktop.mac.notarization.keychainProfile` | Profile name created via `store-credentials` |
2039
2039
| `compose.desktop.mac.notarization.keychainPath` | Optional path to the keychain holding the profile |
2040
2040
2041
-
> Configuring both modes in the same build is rejected at validation time. Pick one.
2041
+
#### Mode 3 — App Store Connect API key
2042
+
2043
+
Generate a key in [App Store Connect → Users and Access → Integrations → Team Keys](https://appstoreconnect.apple.com/access/integrations/api), download the `.p8` file once, then reference it:
0 commit comments