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
Copy file name to clipboardExpand all lines: docs/llms-full.txt
+40-8Lines changed: 40 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1987,7 +1987,9 @@ macOS {
1987
1987
1988
1988
### Notarization
1989
1989
1990
-
Apple notarization is required for distributing outside the Mac App Store on macOS 10.15+:
1990
+
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
+
1992
+
#### Mode 1 — Apple ID + app-specific password
1991
1993
1992
1994
```kotlin
1993
1995
macOS {
@@ -1999,13 +2001,43 @@ macOS {
1999
2001
}
2000
2002
```
2001
2003
2002
-
> **Tip:** Use `xcrun notarytool store-credentials` to save credentials in the keychain:
0 commit comments