Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sanekgusev/fe715cf438fac9ac588d7e22ead5294f to your computer and use it in GitHub Desktop.
Save sanekgusev/fe715cf438fac9ac588d7e22ead5294f to your computer and use it in GitHub Desktop.
Codesigning entitlements
# print entitlemens from app binary
codesign -d --entitlements :- "Payload/YourApp.app"
# print entitlements from provisioning profile
security cms -D -i "Payload/YourApp.app/embedded.mobileprovision"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment