From 9525a2a76171e7da82f0e3fd602ad3c7101a30bf Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sat, 25 Mar 2023 05:54:57 +0100 Subject: Add -a command line switch to specify return attributes for 'list' command --- man/ideviceinstaller.1 | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'man/ideviceinstaller.1') 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 -Only query for given bundle identifier (can be passed multiple times) +\-a|\-\-attribute +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 +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. -- cgit v1.1-32-gdbae