comparison deploy/osx/notarize.sh @ 382:78af557445b2

Signing
author Chris Cannam
date Fri, 05 Jun 2020 16:53:23 +0100
parents 3aeed28d584b
children
comparison
equal deleted inserted replaced
381:3aeed28d584b 382:78af557445b2
27 uuidfile=.notarization-uuid 27 uuidfile=.notarization-uuid
28 statfile=.notarization-status 28 statfile=.notarization-status
29 rm -f "$uuidfile" "$statfile" 29 rm -f "$uuidfile" "$statfile"
30 30
31 rm -f bundle.zip 31 rm -f bundle.zip
32 ditto -c -k "$exe" bundle.zip 32 rm -rf bundle
33 mkdir bundle
34 cp "$exe" bundle/
35 ditto -c -k bundle bundle.zip
33 36
34 xcrun altool --notarize-app \ 37 xcrun altool --notarize-app \
35 -f "bundle.zip" \ 38 -f "bundle.zip" \
36 --primary-bundle-id "$bundleid" \ 39 --primary-bundle-id "$bundleid" \
37 -u "$user" \ 40 -u "$user" \