Skip to content

Instantly share code, notes, and snippets.

@naus3a
Created March 8, 2021 12:43
Show Gist options
  • Save naus3a/149bc5de3967d1c0c5b4529dac17e055 to your computer and use it in GitHub Desktop.
Save naus3a/149bc5de3967d1c0c5b4529dac17e055 to your computer and use it in GitHub Desktop.
#!/bin/bash
APPLE_ID="someone@somewhere.com"
PW="aaaa-bbbb-cccc-dddd"
PROVIDER="XXXXXXXX"
xcrun altool --notarization-info $1 --username $APPLE_ID --password $PW --asc-provider "$PROVIDER"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment