We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2485cc commit f21a5c6Copy full SHA for f21a5c6
1 file changed
scripts/sign-macos.sh
@@ -57,12 +57,12 @@ else
57
printf '%s' "$MACOS_NOTARY_KEY" | base64 --decode > "$NOTARY_KEY_FILE"
58
fi
59
60
-xcrun notarytool submit "notarization.zip" \
61
- --team-id "$MACOS_NOTARY_TEAM_ID" \
62
- --issuer "$MACOS_NOTARY_ISSUER_ID" \
63
- --key-id "$MACOS_NOTARY_KEY_ID" \
64
- --key "$NOTARY_KEY_FILE" \
65
- --wait
+# xcrun notarytool submit "notarization.zip" \
+# --team-id "$MACOS_NOTARY_TEAM_ID" \
+# --issuer "$MACOS_NOTARY_ISSUER_ID" \
+# --key-id "$MACOS_NOTARY_KEY_ID" \
+# --key "$NOTARY_KEY_FILE" \
+# --wait
66
67
echo "Attach staple"
68
xcrun stapler staple "$APP_PATH"
0 commit comments