Skip to content

Commit

Permalink
Update notarize.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst authored Sep 30, 2021
1 parent b5f4c3e commit f542942
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion notarize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ notarizefile() { # $1: path to file to notarize, $2: identifier
identifier=${2:?"need an identifier"}

# upload file
echo "## uploading $filepath for notarization"
echo "## uploading $filepath for notarization 1"
xcrun altool --notarize-app \
--primary-bundle-id "$BUNDLE_ID" \
--username "$DEV_ACCOUNT" \
--password "$PASSWORD" \
--asc-provider "$DEV_TEAM" \
--file "$FILENAME"
requestUUID=$(xcrun altool --notarize-app \
--primary-bundle-id "$BUNDLE_ID" \
--username "$DEV_ACCOUNT" \
Expand Down

0 comments on commit f542942

Please sign in to comment.