Skip to content

Commit

Permalink
Trying to troubleshoot Mac code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Jul 7, 2024
1 parent ba6b527 commit 6ed083a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/scripts/build_dmg.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ed083a

Please sign in to comment.