Skip to content

Commit

Permalink
remove store-credentials as we should not need it now
Browse files Browse the repository at this point in the history
  • Loading branch information
beqjanus committed Apr 2, 2024
1 parent 9abf29e commit d3501a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions indra/newview/installers/darwin/apple-notarize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ if [[ -f "$CONFIG_FILE" ]]; then
zip_file=${app_file/app/zip}
ditto -c -k --keepParent "$app_file" "$zip_file"
if [[ -f "$zip_file" ]]; then
res=$(xcrun notarytool store-credentials \
viewer.profile \
--verbose \
echo $res
# res=$(xcrun notarytool store-credentials \
# viewer.profile \
# --verbose 2>*1)
# echo $res
res=$(xcrun notarytool submit "$zip_file" \
--apple-id $USERNAME \
--password $PASSWORD \
Expand Down

0 comments on commit d3501a0

Please sign in to comment.