summaryrefslogtreecommitdiffstats
path: root/man/ideviceinstaller.1
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2023-03-25 05:54:57 +0100
committerGravatar Nikias Bassen2023-03-25 05:54:57 +0100
commit9525a2a76171e7da82f0e3fd602ad3c7101a30bf (patch)
tree76d427af17df2169a9c1d391258e0ff724489c24 /man/ideviceinstaller.1
parent14dced8ddab73ea51e42fe8da2180f259feae119 (diff)
downloadideviceinstaller-9525a2a76171e7da82f0e3fd602ad3c7101a30bf.tar.gz
ideviceinstaller-9525a2a76171e7da82f0e3fd602ad3c7101a30bf.tar.bz2
Add -a command line switch to specify return attributes for 'list' command
Diffstat (limited to 'man/ideviceinstaller.1')
-rw-r--r--man/ideviceinstaller.119
1 files changed, 16 insertions, 3 deletions
diff --git a/man/ideviceinstaller.1 b/man/ideviceinstaller.1
index 2520ae0..dbaa0d5 100644
--- a/man/ideviceinstaller.1
+++ b/man/ideviceinstaller.1
@@ -15,8 +15,21 @@ Allows to enumerate, install, upgrade, and uninstall apps on iOS devices.
15List installed apps on the device. 15List installed apps on the device.
16.RS 16.RS
17.TP 17.TP
18\-b <bundleID> 18\-a|\-\-attribute <attr>
19Only query for given bundle identifier (can be passed multiple times) 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:
20.RS
21.TP
22\f[B]StaticDiskUsage\f[] disk usage of installed app
23.TP
24\f[B]DynamicDiskUsage\f[] app user data disk usage
25.TP
26\f[B]Path\f[] app installation location
27.TP
28\f[B]SignerIdentity\f[] code signing identity
29.RE
30.TP
31\-b|--bundle-identifier <bundleID>
32Only query given bundle identifier. This argument can be passed multiple times.
20.TP 33.TP
21\-o list_user 34\-o list_user
22list user apps only (apps installed by the user) 35list user apps only (apps installed by the user)
@@ -94,7 +107,7 @@ Target specific device by UDID.
94Connect to network device. 107Connect to network device.
95.TP 108.TP
96.B \-w, \-\-notify-wait 109.B \-w, \-\-notify-wait
97Wait for app installed/uninstalled notification to before reporting success of operation. 110Wait for app installed/uninstalled notification before reporting success of operation.
98.TP 111.TP
99.B \-h, \-\-help 112.B \-h, \-\-help
100Print usage information. 113Print usage information.