From 1142e40ca6c2b1f52edea2e52fc2a712efce6c15 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Tue, 19 Mar 2024 13:29:02 -0700 Subject: Update notary instructions in RELEASE.md --- RELEASE.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 39ac214d..24ce5a65 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -267,9 +267,7 @@ export APPLE_PASSWORD="changeme" # app-specific Apple ID password export VERSION=$(cat ../cli/onionshare_cli/resources/version.txt) # Notarize it -xcrun altool --notarize-app --primary-bundle-id "com.micahflee.onionshare" -u "micah@micahflee.com" -p "$APPLE_PASSWORD" --file dist/OnionShare-$VERSION.dmg -# Wait for it to get approved, check status with -xcrun altool --notarization-history 0 -u "micah@micahflee.com" -p "$APPLE_PASSWORD" +xcrun notarytool submit --apple-id "micah@micahflee.com" --team-id N9B95FDWH4 --password "$APPLE_PASSWORD" --progress --wait dist/OnionShare-$VERSION.dmg # After it's approved, staple the ticket xcrun stapler staple dist/OnionShare-$VERSION.dmg ``` -- cgit v1.2.3-54-g00ecf