Skip to content

Instantly share code, notes, and snippets.

@mikesorae
Created December 20, 2013 04:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikesorae/8050532 to your computer and use it in GitHub Desktop.
Save mikesorae/8050532 to your computer and use it in GitHub Desktop.
get uuid from provisioning profile
cat xxxx.mobileprovision | grep -A 1 -a UUID | grep "string" | sed -E "s/.*>([^<]*)<.*/\1/g"
#=> xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment