You've already forked libimobiledevice
mirror of
https://github.com/encounter/libimobiledevice.git
synced 2026-03-30 11:18:43 -07:00
51 lines
1.1 KiB
Groff
51 lines
1.1 KiB
Groff
.TH "ideviceprovision" 1
|
|
.SH NAME
|
|
ideviceprovision \- Manage provisioning profiles on a device.
|
|
.SH SYNOPSIS
|
|
.B ideviceprovision
|
|
[OPTIONS] COMMAND
|
|
|
|
.SH DESCRIPTION
|
|
|
|
Manage provisioning profiles on a device.
|
|
|
|
.SH OPTIONS
|
|
.TP
|
|
.B \-u, \-\-udid UDID
|
|
target specific device by its 40-digit device UDID.
|
|
.TP
|
|
.B \-x, \-\-xml
|
|
print XML output when using the 'dump' command.
|
|
.TP
|
|
.B \-d, \-\-debug
|
|
enable communication debugging.
|
|
.TP
|
|
.B \-h, \-\-help
|
|
prints usage information.
|
|
|
|
.SH COMMANDS
|
|
.TP
|
|
.B install FILE
|
|
Install the provisioning profile specified by FILE. A valid ".mobileprovision"
|
|
file is expected.
|
|
.TP
|
|
.B list
|
|
Get a list of all provisioning profiles on the device.
|
|
.TP
|
|
.B copy PATH
|
|
Retrieves all provisioning profiles from the device and stores them into the
|
|
existing directory specified by PATH. The files will be stored
|
|
as "UUID.mobileprovision".
|
|
.TP
|
|
.B remove UUID
|
|
Removes the provisioning profile identified by UUID.
|
|
.TP
|
|
.B dump FILE
|
|
Prints detailed information about the provisioning profile specified by FILE.
|
|
|
|
.SH AUTHORS
|
|
Nikias Bassen
|
|
|
|
.SH ON THE WEB
|
|
http://libimobiledevice.org
|