Skip to content

Instantly share code, notes, and snippets.

@devxoul
Created July 28, 2015 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devxoul/481fa974122be93fe1b2 to your computer and use it in GitHub Desktop.
Save devxoul/481fa974122be93fe1b2 to your computer and use it in GitHub Desktop.
Check StyleShare.ipa entitlements.
cp build/StyleShare.ipa build/StyleShare.zip
unzip build/StyleShare.zip -d build
codesign -d --entitlements :- "build/Payload/StyleShare.app"
security cms -D -i "build/Payload/StyleShare.app/embedded.mobileprovision" # | grep -i group
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment