1ideviceprovision(1) General Commands Manual ideviceprovision(1)
2
3
4
6 ideviceprovision - Manage provisioning profiles on a device.
7
9 ideviceprovision [OPTIONS] COMMAND
10
11
13 Manage provisioning profiles on a device.
14
15
17 -u, --udid UDID
18 target specific device by its 40-digit device UDID.
19
20 -x, --xml
21 print XML output when using the 'dump' command.
22
23 -d, --debug
24 enable communication debugging.
25
26 -h, --help
27 prints usage information.
28
29
31 install FILE
32 Install the provisioning profile specified by FILE. A valid
33 ".mobileprovision" file is expected.
34
35 list Get a list of all provisioning profiles on the device.
36
37 copy PATH
38 Retrieves all provisioning profiles from the device and stores
39 them into the existing directory specified by PATH. The files
40 will be stored as "UUID.mobileprovision".
41
42 remove UUID
43 Removes the provisioning profile identified by UUID.
44
45 dump FILE
46 Prints detailed information about the provisioning profile spec‐
47 ified by FILE.
48
49
51 Nikias Bassen
52
53
55 http://libimobiledevice.org
56
57
58
59 ideviceprovision(1)