Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save mcxiaoke/b3a9d9777a414b4117fcc59128c59de6 to your computer and use it in GitHub Desktop.
Save mcxiaoke/b3a9d9777a414b4117fcc59128c59de6 to your computer and use it in GitHub Desktop.
verify or read .mobileprovision file
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

s2zaman commented Jan 3, 2019

Brilliant - Awesome !

@visuddha
Copy link

Cool! Thanks

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