Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # to check the entitlements of the .ipa:
  2. # 1. Find the .ipa file and change its the extension to .zip.
  3. # 2. Expand the file .zip. This will produce a Payload folder containing your .app bundle.
  4. # Use the `codesign` tool to check the entitlements on the .app bundle
  5. $ codesign -d --entitlements :- "Payload/YourApp.app"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement