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