1
0
Fork 0
forked from lthn/blockchain

notarytool switched to keychain profile option

This commit is contained in:
cryptozoidberg 2023-11-01 14:04:47 +01:00
parent 970d689184
commit 301f0341b4
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -186,7 +186,7 @@ rm -f Zano.zip
tmpfile="tmptmptmp"
#xcrun altool --notarize-app --primary-bundle-id "org.zano.desktop" -u "andrey@zano.org" -p "@keychain:Developer-altool" --file ./Zano.zip > $tmpfile 2>&1
xcrun notarytool submit --wait --apple-id "andrey@zano.org" --team-id "562DC258Q6" --password "@keychain:Developer-altool" ./Zano.zip
xcrun notarytool submit --wait --keychain-profile "notarytool-password" ./Zano.zip
RETURN=$?
if [ $RETURN -ne 0 ]; then
echo "Failed to submit for notarization or notarization failed, error code $RETURN"