We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb8876 commit c93dcc0Copy full SHA for c93dcc0
build_scripts/macOS/internal/2c_notarize_appbundle.sh
@@ -34,6 +34,8 @@ case $i in
34
esac
35
done
36
37
+echo "Notarizing..."
38
+
39
xcrun notarytool store-credentials "notarytool-profile" --apple-id $NOTAR_USER --team-id $NOTAR_TEAM_ID --password $NOTAR_PASSWORD
40
41
ditto -c -k --keepParent "$INSTALL_PATH/$APPNAME" "$INSTALL_PATH/notarization.zip"
0 commit comments