From ba538d05af5c5e6f62c195ac4d99d7faad3c0bc2 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Mon, 4 Nov 2019 15:45:34 +0100 Subject: [PATCH] note to use xmllint to check for notarization status --- scripts/prepare_release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/prepare_release.sh b/scripts/prepare_release.sh index 74c1db6e..45758e43 100755 --- a/scripts/prepare_release.sh +++ b/scripts/prepare_release.sh @@ -69,3 +69,4 @@ ditto -c -k --keepParent "${APP_BUNDLE}" "${APP_BUNDLE_ZIP}" echo "Requesting Notarization..." xcrun altool --notarize-app --primary-bundle-id "com.hicknhacksoftware.MacPass.zip" --username "${USERNAME}" --password "${PASSWORD}" --file "${APP_BUNDLE_ZIP}" #xcrun stapler staple "${APP_BUNDLE}" +#xmllint --xpath "/plist/dict/key[contains(text(),'success-message')]::following-sibling" status.xml \ No newline at end of file