From b397400ee0b1fef388c423657ce4f99672ec94e8 Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Fri, 25 Feb 2022 16:15:09 +0100 Subject: [PATCH] Remove asc provider --- macosx_notarize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx_notarize.sh b/macosx_notarize.sh index 23291e1..60c90b1 100755 --- a/macosx_notarize.sh +++ b/macosx_notarize.sh @@ -33,8 +33,8 @@ xcrun altool --notarize-app \ --primary-bundle-id "$4" \ --apiKey "$5" \ --apiIssuer "$6" \ - --asc-provider "$3" \ --file "$1.zip" +# --asc-provider "$3" \ echo "Notarization RequestUUID: $requestUUID"