diff options
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. | |||
| 15 | List installed apps on the device. | 15 | List installed apps on the device. |
| 16 | .RS | 16 | .RS |
| 17 | .TP | 17 | .TP |
| 18 | \-b <bundleID> | 18 | \-a|\-\-attribute <attr> |
| 19 | Only query for given bundle identifier (can be passed multiple times) | 19 | 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: |
| 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> | ||
| 32 | Only query given bundle identifier. This argument can be passed multiple times. | ||
| 20 | .TP | 33 | .TP |
| 21 | \-o list_user | 34 | \-o list_user |
| 22 | list user apps only (apps installed by the user) | 35 | list user apps only (apps installed by the user) |
| @@ -94,7 +107,7 @@ Target specific device by UDID. | |||
| 94 | Connect to network device. | 107 | Connect to network device. |
| 95 | .TP | 108 | .TP |
| 96 | .B \-w, \-\-notify-wait | 109 | .B \-w, \-\-notify-wait |
| 97 | Wait for app installed/uninstalled notification to before reporting success of operation. | 110 | Wait for app installed/uninstalled notification before reporting success of operation. |
| 98 | .TP | 111 | .TP |
| 99 | .B \-h, \-\-help | 112 | .B \-h, \-\-help |
| 100 | Print usage information. | 113 | Print usage information. |
