forked from lthn/blockchain
notarytool switched to keychain profile option
This commit is contained in:
parent
970d689184
commit
301f0341b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue