summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/ideviceinstaller.164
1 files changed, 33 insertions, 31 deletions
diff --git a/man/ideviceinstaller.1 b/man/ideviceinstaller.1
index dbaa0d5..d3849dd 100644
--- a/man/ideviceinstaller.1
+++ b/man/ideviceinstaller.1
@@ -12,11 +12,24 @@ Allows to enumerate, install, upgrade, and uninstall apps on iOS devices.
12.SH COMMANDS 12.SH COMMANDS
13.TP 13.TP
14.B list 14.B list
15List installed apps on the device. 15List installed apps on the device. Options:
16.RS 16.RS
17.TP 17.TP
18\-a|\-\-attribute <attr> 18.B \-\-user
19Specify attribute to return. This argument can be passed multiple times. If omitted and \f[B]-o xml\f[] is *not* specified, the default attributes \f[B]CFBundleIdentifier\f[], \f[B]CFBundleShortVersionString\f[], and \f[B]CFBundleDisplayName\f[] will be used. The attributes can be found in the app's Info.plist, but also some extra attributes exist. Some examples: 19List user apps only (apps installed by the user).
20.B This is the default.
21.TP
22.B \-\-system
23List system apps only (apps available from the system firmware).
24.TP
25.B \-\-all
26List all types of apps.
27.TP
28.B \-\-xml
29Print output as XML Property List.
30.TP
31.B \-a, \-\-attribute ATTR
32Specify attribute to return. This argument can be passed multiple times. If omitted and \f[B]\-\-xml\f[] is *not* specified, the default attributes \f[B]CFBundleIdentifier\f[], \f[B]CFBundleShortVersionString\f[], and \f[B]CFBundleDisplayName\f[] will be used. The attributes can be found in the app's Info.plist, but also some extra attributes exist. Some examples:
20.RS 33.RS
21.TP 34.TP
22\f[B]StaticDiskUsage\f[] disk usage of installed app 35\f[B]StaticDiskUsage\f[] disk usage of installed app
@@ -26,23 +39,12 @@ Specify attribute to return. This argument can be passed multiple times. If omit
26\f[B]Path\f[] app installation location 39\f[B]Path\f[] app installation location
27.TP 40.TP
28\f[B]SignerIdentity\f[] code signing identity 41\f[B]SignerIdentity\f[] code signing identity
42.TP
43NOTE: It is suggested to always add CFBundleIdentifier to allow unique identification of the apps.
29.RE 44.RE
30.TP 45.TP
31\-b|--bundle-identifier <bundleID> 46.B \-b, \-\-bundle\-identifier BUNDLEID
32Only query given bundle identifier. This argument can be passed multiple times. 47Only query given bundle identifier. This argument can be passed multiple times.
33.TP
34\-o list_user
35list user apps only (apps installed by the user)
36.B This is the default.
37.TP
38\-o list_system
39list system apps only (apps available from the system firmware)
40.TP
41\-o list_all
42list all types of apps
43.TP
44\-o xml
45print output in xml format (PList)
46.RE 48.RE
47.TP 49.TP
48.B install PATH 50.B install PATH
@@ -62,23 +64,23 @@ Upgrade app from a package file specified by PATH.
62The following commands are non-functional with iOS 7 or later. 64The following commands are non-functional with iOS 7 or later.
63.TP 65.TP
64.B archive BUNDLEID 66.B archive BUNDLEID
65Archive app specified by BUNDLEID. 67Archive app specified by BUNDLEID. Options:
66.RS 68.RS
67.TP 69.TP
68\-o uninstall 70.B \-\-uninstall
69uninstall the package after making an archive 71Uninstall the package after making an archive
70.TP 72.TP
71\-o app_only 73.B \-\-app_only
72archive application data only 74Archive application data only
73.TP 75.TP
74\-o docs_only 76.B \-\-docs_only
75archive documents (user data) only 77Archive documents (user data) only
76.TP 78.TP
77\-o copy=PATH 79.B \-\-copy=PATH
78copy the app archive to directory PATH when done 80Copy the app archive to directory PATH when done
79.TP 81.TP
80\-o remove 82.B \-\-remove
81only valid when copy=PATH is used: remove after copy 83Only valid when copy=PATH is used: remove after copy
82.RE 84.RE
83 85
84.TP 86.TP
@@ -87,11 +89,11 @@ Restore archived app specified by BUNDLEID.
87 89
88.TP 90.TP
89.B list-archives 91.B list-archives
90List archived apps on the device. 92List archived apps on the device. Options:
91.RS 93.RS
92.TP 94.TP
93\-o xml 95.B \-\-xml
94print full output as xml plist 96Print output as XML Property List.
95.RE 97.RE
96 98
97.TP 99.TP