Skip to content

Commit

Permalink
fix(codesign): update App Store Connect API link (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadijs authored Jul 26, 2024
1 parent 99707fd commit 71b7a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/code-signing/code-signing-macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Despite the name, `appleIdPassword` is **not** the password for your Apple ID ac

#### Option 2: Using an App Store Connect API key

You can generate an App Store Connect API key to authenticate `notarytool` by going to the [App Store Connect access page](https://appstoreconnect.apple.com/access/api) and using the "Keys" tab. This API key will look something like `AuthKey_ABCD123456.p8` and can only be downloaded once.
You can generate an App Store Connect API key to authenticate `notarytool` by going to the [App Store Connect access page](https://appstoreconnect.apple.com/access/integrations/api) and using the "Team Keys" tab. This API key will look something like `AuthKey_ABCD123456.p8` and can only be downloaded once.

There are three mandatory fields for `osxNotarize` if you are using this strategy:

Expand Down

0 comments on commit 71b7a31

Please sign in to comment.