Forked from akofman/checkIosProvisiongProfile.md
Last active
January 8, 2018 10:32
-
-
Save benjohnde/1e60a3ed96562470a711dea1b4442754 to your computer and use it in GitHub Desktop.
Check for device(s) in a 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
unzip -oq IDQuantOnCalDemo.ipa | |
security cms -Di Payload/IDQuantOnCalDemo.app/embedded.mobileprovision > mobileprovision.plist | |
/usr/libexec/PlistBuddy -c "Print :ProvisionedDevices" mobileprovision.plist > provisioneddevices.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment