Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save cxzero/d97443b3e9000a29bca0f115467e53f3 to your computer and use it in GitHub Desktop.

Select an option

Save cxzero/d97443b3e9000a29bca0f115467e53f3 to your computer and use it in GitHub Desktop.
how to read a .mobileprovision file (provisioning profile)
1. Use openssl
openssl smime -in /path/to/your.mobileprovision -inform der -verify
2. Use security command
security cms -Di /path/to/your.mobileprovision
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment