comparison deploy/osx/notarize.sh @ 2066:6e9a125ac5f3

Notes on notarization
author Chris Cannam
date Fri, 02 Nov 2018 14:38:49 +0000
parents
children ec88bcdc5a5b
comparison
equal deleted inserted replaced
2058:ed3f1b5094ad 2066:6e9a125ac5f3
1 #!/bin/bash
2
3 # This is just a scrapbook for the mo
4
5 ## Before this, we need to open Application Loader and log in to the
6 ## right iTunes Connect account
7
8 # xcrun altool --notarize-app -f "Sonic Visualiser-3.2.dmg" --primary-bundle-id org.sonicvisualiser.SonicVisualiser -u "cannam+apple@all-day-breakfast.com" -p @keychain:"Application Loader: cannam+apple@all-day-breakfast.com"
9
10 ## That churns for a while and then dumps out a UUID
11
12 # xcrun altool --notarization-info UUID -u "cannam+apple@all-day-breakfast.com" -p @keychain:"Application Loader: cannam+apple@all-day-breakfast.com"
13
14 ## Returns "in progress" at first, then eventually a failure report
15 ## with a URL that can be retrieved as JSON payload using wget. An
16 ## email is also sent to the iTunes Connect account holder when it
17 ## completes
18
19 # xcrun stapler staple -v "Sonic Visualiser-3.2.dmg"
20
21 # spctl -a -v "/Applications/Sonic Visualiser.app"
22
23
24