Skip to content

Instantly share code, notes, and snippets.

@antelle
Created March 27, 2021 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antelle/67d3e1243e518efb27240f8e700dddca to your computer and use it in GitHub Desktop.
Save antelle/67d3e1243e518efb27240f8e700dddca to your computer and use it in GitHub Desktop.
Code signing on macOS
# 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