Skip to content

Commit cfc9c07

Browse files
authored
Add note about storing credentials
1 parent 0792600 commit cfc9c07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

technical/codesigning.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Certificates, Identifiers & Profiles page of your Apple Developer account. Once
1515
and install it into one of your Keychains (double-click on the certificate to open and install it).
1616

1717
The easiest way to upload an app for notarization is to create an App Store Connect API Key at https://appstoreconnect.apple.com . This is
18-
a file that resides on your computer and can be referenced by the notarization upload tool.
18+
a file that resides on your computer and can be referenced by the notarization upload tool. Run `xcrun notarytool store-credentials` to store
19+
the credentials and allow the signing script to access them when running the notary tool.
1920

2021
Note that the Intel bundles must be signed on an Intel machine, and the ARM bundles must be signed on an ARM machine.
2122

0 commit comments

Comments
 (0)