Created
December 20, 2013 04:51
-
-
Save mikesorae/8050532 to your computer and use it in GitHub Desktop.
get uuid from provisioning profile
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
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