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 UDID.
19
20 -n, --network
21 connect to network device.
22
23 -x, --xml
24 print XML output when using the 'dump' command.
25
26 -d, --debug
27 enable communication debugging.
28
29 -h, --help
30 prints usage information.
31
32 -v, --version
33 prints version information.
34
35
37 install FILE
38 Install the provisioning profile specified by FILE. A valid
39 ".mobileprovision" file is expected.
40
41 list Get a list of all provisioning profiles on the device.
42
43 copy PATH
44 Retrieves all provisioning profiles from the device and stores
45 them into the existing directory specified by PATH. The files
46 will be stored as "UUID.mobileprovision".
47
48 remove UUID
49 Removes the provisioning profile identified by UUID.
50
51 dump FILE
52 Prints detailed information about the provisioning profile spec‐
53 ified by FILE.
54
55
57 Nikias Bassen
58
59
61 https://libimobiledevice.org
62
63 https://github.com/libimobiledevice/libimobiledevice
64
65
66
67 ideviceprovision(1)