From 6ed083a0f1fbcb9428b252f87c2ce385c3f513ab Mon Sep 17 00:00:00 2001 From: James Elliott Date: Sun, 7 Jul 2024 17:14:10 -0500 Subject: [PATCH] Trying to troubleshoot Mac code signing --- .github/scripts/build_dmg.zsh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/scripts/build_dmg.zsh b/.github/scripts/build_dmg.zsh index fe00fe4..d598b19 100644 --- a/.github/scripts/build_dmg.zsh +++ b/.github/scripts/build_dmg.zsh @@ -29,6 +29,10 @@ if [ "$IDENTITY_PASSPHRASE" != "" ]; then # Set the keychain to allow use of the certificate without user interaction (we are headless!) security set-key-partition-list -S apple-tool:,apple: -s -k "$IDENTITY_PASSPHRASE" build.keychain + # Try to debug code signing environment + echo "Checking code signing identities" + security find-identity -p codesigning + # Code sign the binary. echo "Code signing the executable." codesign --verbose --timestamp --options runtime --sign $mac_signing_name bin/Carabiner