Skip to content

Commit

Permalink
notarytool output in plist
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg committed Sep 19, 2023
1 parent 08fc76a commit 62bf70d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codesign/appsign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ notarizefile() { # $1: path to file to notarize, $2: identifier
--apple-id "${MAC_ACCOUNT_NAME}" \
--password "${MAC_ACCOUNT_PASSWORD}" \
--team-id "${asc_provider}" \
--output-format plist \
--wait 2>&1)
requestUUID=$(echo "$output" | awk '/RequestUUID/ { print $NF; }')

Expand Down

0 comments on commit 62bf70d

Please sign in to comment.