blob: e849e2b16d35fa85d3b8fbff1252261a162be173 [file] [log] [blame]
.TH "ideviceinstaller" 1
.SH NAME
ideviceinstaller \- Manage iPhone/iPod Touch apps
.SH SYNOPSIS
.B ideviceinstaller
[OPTIONS]
.SH DESCRIPTION
Allows to install, upgrade, uninstall, archive, restore and
enumerate installed or archived apps on iPhone/iPod Touch devices.
.SH OPTIONS
.SS General options:
.TP
.B \-D, \-\-debug
enable communication debugging.
.TP
.B \-U, \-\-uuid UUID
target specific device by its 40-digit device UUID.
.TP
.B \-h, \-\-help
prints usage information
.SS Commands:
.TP
.B \-l, \-\-list-apps
list apps installed on the device.
.RS
.B Additional options:
.TP
-o list_user
list user apps only (apps installed by the user)
.B This is the default.
.TP
-o list_system
list system apps only (apps available from the system firmware)
.TP
-o list_all
list all types of apps
.TP
-o xml
print output in xml format (PList)
.RE
.TP
.B \-i, \-\-install ARCHIVE
install app from a package file specified by ARCHIVE.
.TP
.B \-u, \-\-uninstall APPID
uninstall app specified by APPID.
.TP
.B \-g, \-\-upgrade APPID
upgrade app specified by APPID.
.TP
.B \-r, \-\-restore APPID
restore archived app specified by APPID.
.TP
.B \-L, \-\-list-archives
list archived applications on the device.
.RS
.B Additional options:
.TP
-o xml
print output in xml format (PList)
.RE
.TP
.B \-a, \-\-archive APPID
archive app specified by APPID.
.RS
.B Additional options:
.TP
-o uninstall
uninstall the package after making an archive
.TP
-o app_only
archive application data only
.TP
-o copy=PATH
copy the app archive to directory PATH when done
.TP
-o remove
only valid when copy=PATH is used: remove after copy
.RE
.TP
.B \-R, \-\-remove-archive APPID
remove app archive specified by APPID.
.SH AUTHOR
This manual page was written by Martin Szulecki.