2021-02-02 05:20:18 -06:00
|
|
|
# In order to enable notarization of the Mac Appbundle, copy this file to
|
|
|
|
# notarization.conf, and edit the values below to reflect your Apple
|
2023-11-01 10:39:35 -05:00
|
|
|
# Developer User ID, app-specific password and Team ID.
|
2021-02-02 05:20:18 -06:00
|
|
|
#
|
|
|
|
# You can use the following command to see the available shortnames for your
|
|
|
|
# Apple Developer ID (substituting the appropriate username/password):
|
|
|
|
#
|
|
|
|
# xcrun altool --list-providers -u "APPLE_DEVELOPER_USERNAME" -p "APP_SPECIFIC_PASSWORD"
|
|
|
|
|
|
|
|
DEVELOPER_USER=user@example.com
|
|
|
|
DEVELOPER_ASP=1234-abcd-5678-efgh
|
2023-11-01 10:39:35 -05:00
|
|
|
DEVELOPER_TEAM_ID=MyTeamID
|