Created
March 27, 2021 15:06
-
-
Save antelle/67d3e1243e518efb27240f8e700dddca to your computer and use it in GitHub Desktop.
Code signing on macOS
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
# show all | |
codesign -dv -vvvvvv my.app | |
# print entitlements | |
codesign --display --entitlements :- my.app | |
# get certificates | |
codesign --display --extract-certificates my.app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment