We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4f14c commit e579de6Copy full SHA for e579de6
1 file changed
pkgAndNotarize.sh
@@ -60,16 +60,6 @@ if ! security find-identity -v | grep -q "$installer_sign_cert"; then
60
exit 1
61
fi
62
63
-# verify notarization credentials exist
64
-if ! xcrun notarytool store-credentials --list 2>/dev/null | grep -q "$credential_profile"; then
65
- echo "error: Notarization profile '$credential_profile' not found"
66
- echo "Run: xcrun notarytool store-credentials '$credential_profile' --apple-id <email> --team-id <team>"
67
- exit 1
68
-fi
69
-
70
-echo "All certificates and credentials verified"
71
-echo
72
73
date +"%F %T"
74
75
# build the binary
0 commit comments