Skip to content

Commit e579de6

Browse files
committed
removed check for notarytool credentials since claude konfabulated notarytool store-credentials --list
1 parent bd4f14c commit e579de6

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

pkgAndNotarize.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,6 @@ if ! security find-identity -v | grep -q "$installer_sign_cert"; then
6060
exit 1
6161
fi
6262

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-
7363
date +"%F %T"
7464

7565
# build the binary

0 commit comments

Comments
 (0)