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 7d180fb commit 11170a4Copy full SHA for 11170a4
.github/scripts/build_dmg.zsh
@@ -37,6 +37,9 @@ if [ "$IDENTITY_PASSPHRASE" != "" ]; then
37
--mac-signing-key-user-name "Deep Symmetry, LLC (9M6LKU948Y)" \
38
--mac-entitlements .github/resources/Clojure.entitlements
39
40
+ # Try to verify the code signature of the package
41
+ codesign -vvvv "$dmg_name"
42
+
43
# Submit the disk image to Apple for notarization.
44
echo "Sumbitting the disk image to Apple for notarization..."
45
xcrun notarytool submit --apple-id "$blt_mac_notarization_user" --password "$NOTARIZATION_PW" \
0 commit comments