Skip to content

Instantly share code, notes, and snippets.

@mattyohe
Created October 2, 2013 14:40
Show Gist options
  • Save mattyohe/6794815 to your computer and use it in GitHub Desktop.
Save mattyohe/6794815 to your computer and use it in GitHub Desktop.
codesign entitlement checking

Check entitlements on a binary

codesign -d --entitlements - AppBinary

Check signing information on binary

codesign -d -vv -r- AppBinary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment