Forked from s2zaman/how to read mobile provisioning profile.txt
Created
August 23, 2024 13:15
-
-
Save cxzero/d97443b3e9000a29bca0f115467e53f3 to your computer and use it in GitHub Desktop.
how to read a .mobileprovision file (provisioning profile)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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