File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments