Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Fix macOS notarization - logs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewVebster committed May 24, 2021
1 parent bd4fda3 commit 5ba7f47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/osx/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ba7f47

Please sign in to comment.