Skip to content

Instantly share code, notes, and snippets.

@s2zaman
Last active January 3, 2019 08:34
Show Gist options
  • Save s2zaman/9b92b264760ffee104ef62af95c85183 to your computer and use it in GitHub Desktop.
Save s2zaman/9b92b264760ffee104ef62af95c85183 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
@s2zaman
Copy link
Author

s2zaman commented Jan 3, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment