Skip to content

Commit 32e55dc

Browse files
committed
Updated Makefile instructions on notarization
1 parent 27e1d99 commit 32e55dc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
#
1111
# You will also need to adapt the `xcrun notarytool` line of the `make notarize` command to correspond to your
1212
# own app-specific password generated from your [Apple Developer Account](https://appleid.apple.com/account/).
13+
# To store the password to make it available by script, you can run `xcrun notarytool store-credentials`. The values in each should be:
14+
# * Profile name: repmus (for compatibility below, you can change it to whatever if you update the notarize command further down in the Makefile)
15+
# * App Store Connect API: (leave it empty)
16+
# * Developer Apple ID: your email
17+
# * App-specific password: the password that you generated
18+
# * Developer team ID: You can find it [here](https://developer.apple.com/account/) under "Membership Details"
1319
# For more info on this step, see `xcrun notarytool --help`
1420
#
1521
# Note that PyInstaller does not support cross-compilation and that applications built with

0 commit comments

Comments
 (0)