summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/ideviceinstaller.188
1 files changed, 45 insertions, 43 deletions
diff --git a/man/ideviceinstaller.1 b/man/ideviceinstaller.1
index 8ede2db..b13b0e6 100644
--- a/man/ideviceinstaller.1
+++ b/man/ideviceinstaller.1
@@ -7,29 +7,13 @@ ideviceinstaller \- Manage apps on iOS devices.
7 7
8.SH DESCRIPTION 8.SH DESCRIPTION
9 9
10Allows to install, upgrade, uninstall, archive, restore and enumerate installed 10Allows to enumerate, install, upgrade, and uninstall apps on iOS devices.
11or archived apps on iOS devices.
12 11
13.SH OPTIONS 12.SH COMMANDS
14
15.SS General options:
16.TP
17.B \-d, \-\-debug
18enable communication debugging.
19.TP
20.B \-u, \-\-udid UDID
21target specific device by its 40-digit device UDID.
22.TP
23.B \-h, \-\-help
24prints usage information
25
26.SS Commands:
27.TP 13.TP
28.B \-l, \-\-list-apps 14.B list
29list apps installed on the device. 15List installed apps on the device.
30
31.RS 16.RS
32.B Additional options:
33.TP 17.TP
34\-b <bundleID> 18\-b <bundleID>
35Only query for given bundle identifier (can be passed multiple times) 19Only query for given bundle identifier (can be passed multiple times)
@@ -47,42 +31,37 @@ list all types of apps
47\-o xml 31\-o xml
48print output in xml format (PList) 32print output in xml format (PList)
49.RE 33.RE
50
51.TP 34.TP
52.B \-i, \-\-install ARCHIVE 35.B install PATH
53install app from a package file specified by ARCHIVE. ARCHIVE can also be a 36Install app from a package file specified by PATH. PATH can also be a .ipcc
54.ipcc file for carrier bundle installation or a .app directory for developer 37file for carrier bundle installation or a .app directory for developer
55app installation. 38app installation.
56 39
57.TP 40.TP
58.B \-U, \-\-uninstall APPID 41.B uninstall BUNDLEID
59uninstall app specified by APPID. 42Uninstall app specified by BUNDLEID.
60 43
61.TP 44.TP
62.B \-g, \-\-upgrade ARCHIVE 45.B upgrade PATH
63upgrade app from a package file specified by ARCHIVE. 46Upgrade app from a package file specified by PATH.
64 47
65.TP 48.TP
66.B \-r, \-\-restore APPID 49.B restore BUNDLEID
67restore archived app specified by APPID. 50Restore archived app specified by BUNDLEID.
68 51
69.TP 52.TP
70.B \-L, \-\-list-archives 53.B list-archives
71list archived applications on the device. 54List archived apps on the device.
72
73.RS 55.RS
74.B Additional options:
75.TP 56.TP
76\-o xml 57\-o xml
77print output in xml format (PList) 58print full output as xml plist
78.RE 59.RE
79 60
80.TP 61.TP
81.B \-a, \-\-archive APPID 62.B archive BUNDLEID
82archive app specified by APPID. 63Archive app specified by BUNDLEID.
83
84.RS 64.RS
85.B Additional options:
86.TP 65.TP
87\-o uninstall 66\-o uninstall
88uninstall the package after making an archive 67uninstall the package after making an archive
@@ -101,11 +80,34 @@ only valid when copy=PATH is used: remove after copy
101.RE 80.RE
102 81
103.TP 82.TP
104.B \-R, \-\-remove-archive APPID 83.B remove-archive BUNDLEID
105remove app archive specified by APPID. 84Remove app archive specified by BUNDLEID.
85
86
87.SH OPTIONS
88.TP
89.B \-u, \-\-udid UDID
90Target specific device by UDID.
91.TP
92.B \-n, \-\-network
93Connect to network device.
94.TP
95.B \-w, \-\-notify-wait
96Wait for app installed/uninstalled notification to before reporting success of operation.
97.TP
98.B \-h, \-\-help
99Print usage information.
100.TP
101.B \-d, \-\-debug
102Enable communication debugging.
103.TP
104.B \-v, \-\-version
105Print version information.
106
107.SH AUTHORS
108Nikias Bassen
106 109
107.SH AUTHOR 110Martin Szulecki
108This manual page was written by Martin Szulecki.
109 111
110.SH ON THE WEB 112.SH ON THE WEB
111https://libimobiledevice.org 113https://libimobiledevice.org