diff options
Diffstat (limited to 'docs/ideviceprovision.1')
| -rw-r--r-- | docs/ideviceprovision.1 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/ideviceprovision.1 b/docs/ideviceprovision.1 new file mode 100644 index 0000000..e48ea91 --- /dev/null +++ b/docs/ideviceprovision.1 | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | .TH "ideviceprovision" 1 | ||
| 2 | .SH NAME | ||
| 3 | ideviceprovision \- Manage provisioning profiles on a device. | ||
| 4 | .SH SYNOPSIS | ||
| 5 | .B ideviceprovision | ||
| 6 | [OPTIONS] COMMAND | ||
| 7 | |||
| 8 | .SH DESCRIPTION | ||
| 9 | |||
| 10 | Manage provisioning profiles on a device. | ||
| 11 | |||
| 12 | .SH OPTIONS | ||
| 13 | .TP | ||
| 14 | .B \-u, \-\-udid UDID | ||
| 15 | target specific device by its 40-digit device UDID. | ||
| 16 | .TP | ||
| 17 | .B \-d, \-\-debug | ||
| 18 | enable communication debugging. | ||
| 19 | .TP | ||
| 20 | .B \-h, \-\-help | ||
| 21 | prints usage information. | ||
| 22 | |||
| 23 | .SH COMMANDS | ||
| 24 | .TP | ||
| 25 | .B install FILE | ||
| 26 | Install the provisioning profile specified by FILE. A valid ".mobileprovision" | ||
| 27 | file is expected. | ||
| 28 | .TP | ||
| 29 | .B list | ||
| 30 | Get a list of all provisioning profiles on the device. | ||
| 31 | .TP | ||
| 32 | .B copy PATH | ||
| 33 | Retrieves all provisioning profiles from the device and stores them into the | ||
| 34 | existing directory specified by PATH. The files will be stored | ||
| 35 | as "UUID.mobileprovision". | ||
| 36 | .TP | ||
| 37 | .B remove UUID | ||
| 38 | Removes the provisioning profile identified by UUID. | ||
| 39 | |||
| 40 | .SH AUTHORS | ||
| 41 | Nikias Bassen | ||
