Skip to content

Commit

Permalink
Try to add another layer of code signing for macOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Sep 8, 2024
1 parent 11170a4 commit 398dafa
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

# Code sign the outer package itself
codesign --timestamp -s "Deep Symmetry, LLC (9M6LKU948Y)" "$dmg_name"

# Try to verify the code signature of the package
codesign -vvvv "$dmg_name"

Expand Down

0 comments on commit 398dafa

Please sign in to comment.