Created
May 12, 2019 16:06
-
-
Save jkeam/6fb85902daeb90a3c41b33e35532fb9e to your computer and use it in GitHub Desktop.
A lot of times building things on Macs require you to use to a codesigning identity. This quick one-liner will show you your code signing identities.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
security find-identity -v -p codesigning |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment