Skip to content

Commit 11170a4

Browse files
committed
Try debugging code signature of mac DMG
1 parent 7d180fb commit 11170a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/scripts/build_dmg.zsh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ if [ "$IDENTITY_PASSPHRASE" != "" ]; then
3737
--mac-signing-key-user-name "Deep Symmetry, LLC (9M6LKU948Y)" \
3838
--mac-entitlements .github/resources/Clojure.entitlements
3939

40+
# Try to verify the code signature of the package
41+
codesign -vvvv "$dmg_name"
42+
4043
# Submit the disk image to Apple for notarization.
4144
echo "Sumbitting the disk image to Apple for notarization..."
4245
xcrun notarytool submit --apple-id "$blt_mac_notarization_user" --password "$NOTARIZATION_PW" \

0 commit comments

Comments
 (0)