Skip to content

Commit

Permalink
Apply the update from the upstream PR to this fork
Browse files Browse the repository at this point in the history
  • Loading branch information
ankon committed Feb 15, 2019
1 parent 44d9a28 commit dadb041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dadb041

Please sign in to comment.