From 5ba7f47cf33c326397fb5baccefb3a8e1348eb20 Mon Sep 17 00:00:00 2001 From: Andrii Nester Date: Mon, 24 May 2021 16:16:16 +0300 Subject: [PATCH] Fix macOS notarization - logs --- dist/osx/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/osx/build.sh b/dist/osx/build.sh index eea5539e12..a7d291a45e 100755 --- a/dist/osx/build.sh +++ b/dist/osx/build.sh @@ -89,6 +89,8 @@ function notarize() { while true; do /usr/bin/xcrun altool --notarization-info ${REQUEST_UUID} -u ${DEVELOPER_USERNAME} -p ${DEVELOPER_PASSWORD} --output-format xml > ${REQUEST_INFO_PLIST} || cat ${REQUEST_INFO_PLIST} + plutil -p ${REQUEST_INFO_PLIST} + if [[ `/usr/libexec/PlistBuddy -c "Print :notarization-info:Status" ${REQUEST_INFO_PLIST}` != "in progress" ]]; then break fi