Skip to content

Commit

Permalink
Try debugging code signature of mac DMG
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Sep 8, 2024
1 parent 7d180fb commit 11170a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/build_dmg.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 11170a4

Please sign in to comment.