diff options
| author | 2023-03-25 05:54:57 +0100 | |
|---|---|---|
| committer | 2023-03-25 05:54:57 +0100 | |
| commit | 9525a2a76171e7da82f0e3fd602ad3c7101a30bf (patch) | |
| tree | 76d427af17df2169a9c1d391258e0ff724489c24 /man | |
| parent | 14dced8ddab73ea51e42fe8da2180f259feae119 (diff) | |
| download | ideviceinstaller-9525a2a76171e7da82f0e3fd602ad3c7101a30bf.tar.gz ideviceinstaller-9525a2a76171e7da82f0e3fd602ad3c7101a30bf.tar.bz2 | |
Add -a command line switch to specify return attributes for 'list' command
Diffstat (limited to 'man')
| -rw-r--r-- | man/ideviceinstaller.1 | 19 | 
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.  List installed apps on the device.  .RS  .TP -\-b <bundleID> -Only query for given bundle identifier (can be passed multiple times) +\-a|\-\-attribute <attr> +Specify 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: +.RS +.TP +\f[B]StaticDiskUsage\f[]   disk usage of installed app +.TP +\f[B]DynamicDiskUsage\f[]  app user data disk usage +.TP +\f[B]Path\f[]              app installation location +.TP +\f[B]SignerIdentity\f[]    code signing identity +.RE +.TP +\-b|--bundle-identifier <bundleID> +Only query given bundle identifier. This argument can be passed multiple times.  .TP  \-o list_user  list user apps only (apps installed by the user) @@ -94,7 +107,7 @@ Target specific device by UDID.  Connect to network device.  .TP  .B \-w, \-\-notify-wait -Wait for app installed/uninstalled notification to before reporting success of operation. +Wait for app installed/uninstalled notification before reporting success of operation.  .TP  .B \-h, \-\-help  Print usage information. | 
