From d3501a0cecd73cb3ada4336938f29664adc968ca Mon Sep 17 00:00:00 2001 From: Beq Date: Tue, 2 Apr 2024 11:23:36 +0100 Subject: [PATCH] remove store-credentials as we should not need it now --- indra/newview/installers/darwin/apple-notarize.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/indra/newview/installers/darwin/apple-notarize.sh b/indra/newview/installers/darwin/apple-notarize.sh index 953ad5e0937..b7006bf5cd5 100755 --- a/indra/newview/installers/darwin/apple-notarize.sh +++ b/indra/newview/installers/darwin/apple-notarize.sh @@ -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 \