Skip to content

Instantly share code, notes, and snippets.

@yyjim
Created April 24, 2015 09:03
Show Gist options
  • Save yyjim/af710722ef508e784c60 to your computer and use it in GitHub Desktop.
Save yyjim/af710722ef508e784c60 to your computer and use it in GitHub Desktop.
show real names of provisions profiles
# 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