Skip to content

Instantly share code, notes, and snippets.

@smirn0v
Created June 3, 2016 10:27
Show Gist options
  • Save smirn0v/08c54d8eb8c91291178ff51e07002519 to your computer and use it in GitHub Desktop.
Save smirn0v/08c54d8eb8c91291178ff51e07002519 to your computer and use it in GitHub Desktop.
Check entitlements
# got from here https://developer.apple.com/library/ios/qa/qa1798/_index.html
# from binary
codesign -d --entitlements :- "Payload/YourApp.app"
# from 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