Created
May 23, 2016 08:35
-
-
Save sanekgusev/fe715cf438fac9ac588d7e22ead5294f to your computer and use it in GitHub Desktop.
Codesigning entitlements
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
# 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