From 11170a456dc93c23287caf8c608525a40f492e91 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Sun, 8 Sep 2024 12:15:36 -0500 Subject: [PATCH] Try debugging code signature of mac DMG --- .github/scripts/build_dmg.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/scripts/build_dmg.zsh b/.github/scripts/build_dmg.zsh index f655273..1d70ae5 100644 --- a/.github/scripts/build_dmg.zsh +++ b/.github/scripts/build_dmg.zsh @@ -37,6 +37,9 @@ if [ "$IDENTITY_PASSPHRASE" != "" ]; then --mac-signing-key-user-name "Deep Symmetry, LLC (9M6LKU948Y)" \ --mac-entitlements .github/resources/Clojure.entitlements + # Try to verify the code signature of the package + codesign -vvvv "$dmg_name" + # Submit the disk image to Apple for notarization. echo "Sumbitting the disk image to Apple for notarization..." xcrun notarytool submit --apple-id "$blt_mac_notarization_user" --password "$NOTARIZATION_PW" \