Skip to content

Commit dadb041

Browse files
committed
Apply the update from the upstream PR to this fork
See SamVerschueren#14 (review)
1 parent 44d9a28 commit dadb041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ If the value is `true`, this will build .ipa file as result.
7373
}
7474
```
7575

76-
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.
76+
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'.
7777

7878
##### release
7979

0 commit comments

Comments
 (0)