Skip to content

Commit

Permalink
Hardcode team-id
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Dec 5, 2023
1 parent 4d02f0f commit 17bc7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/CI/applesign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ echo "DMG signed"

echo "Notarize $dmg_file with bundle id $bundle_id"

sudo xcrun notarytool submit --apple-id "$APPLE_ID" --password "$APPLE_ID_PASSWORD" --team-id "$APPLE_TEAM_ID" --wait "$dmg_file"
sudo xcrun notarytool submit --apple-id "$APPLE_ID" --password "$APPLE_ID_PASSWORD" --team-id "RA7UV6QS8W" --wait "$dmg_file"

sudo xcrun stapler staple "$dmg_file"

Expand Down

0 comments on commit 17bc7f2

Please sign in to comment.