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