From dadb04147c4db1b326391f2f278e10a345a78ef5 Mon Sep 17 00:00:00 2001 From: Andreas Kohn Date: Fri, 15 Feb 2019 14:17:26 +0100 Subject: [PATCH] Apply the update from the upstream PR to this fork See https://github.com/SamVerschueren/gulp-cordova-build-ios/pull/14#pullrequestreview-14842546 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ef012d7..bf8949b 100644 --- a/readme.md +++ b/readme.md @@ -73,7 +73,7 @@ If the value is `true`, this will build .ipa file as result. } ``` -To get the UUID I open the .mobileprovision file on a text editor and search for 'UUID', not sure if there is an easier way of finding it. +To get UUID execute in terminal - `/usr/libexec/PlistBuddy -c "Print UUID" /dev/stdin <<< $(security cms -D -i /path/to/file.mobileprovision)` or open the .mobileprovision file on a text editor and search for 'UUID'. ##### release