Created
April 24, 2015 09:03
-
-
Save yyjim/af710722ef508e784c60 to your computer and use it in GitHub Desktop.
show real names of provisions profiles
This file contains 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
# http://stackoverflow.com/a/29576280 | |
# Go to ~/Library/MobileDevice/Provisioning Profiles | |
grep -a -A1 "<key>Name</key>" *.mobileprovision | grep -v "<key>Name</key>" | grep -v "^--" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment