Created
June 3, 2016 10:27
-
-
Save smirn0v/08c54d8eb8c91291178ff51e07002519 to your computer and use it in GitHub Desktop.
Check 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
# 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