diff options
Diffstat (limited to 'man/ideviceinstaller.1')
| -rw-r--r-- | man/ideviceinstaller.1 | 64 |
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 |
| 15 | List installed apps on the device. | 15 | List installed apps on the device. Options: |
| 16 | .RS | 16 | .RS |
| 17 | .TP | 17 | .TP |
| 18 | \-a|\-\-attribute <attr> | 18 | .B \-\-user |
| 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: | 19 | List user apps only (apps installed by the user). |
| 20 | .B This is the default. | ||
| 21 | .TP | ||
| 22 | .B \-\-system | ||
| 23 | List system apps only (apps available from the system firmware). | ||
| 24 | .TP | ||
| 25 | .B \-\-all | ||
| 26 | List all types of apps. | ||
| 27 | .TP | ||
| 28 | .B \-\-xml | ||
| 29 | Print output as XML Property List. | ||
| 30 | .TP | ||
| 31 | .B \-a, \-\-attribute ATTR | ||
| 32 | Specify 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 | ||
| 43 | NOTE: 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 |
| 32 | Only query given bundle identifier. This argument can be passed multiple times. | 47 | Only query given bundle identifier. This argument can be passed multiple times. |
| 33 | .TP | ||
| 34 | \-o list_user | ||
| 35 | list user apps only (apps installed by the user) | ||
| 36 | .B This is the default. | ||
| 37 | .TP | ||
| 38 | \-o list_system | ||
| 39 | list system apps only (apps available from the system firmware) | ||
| 40 | .TP | ||
| 41 | \-o list_all | ||
| 42 | list all types of apps | ||
| 43 | .TP | ||
| 44 | \-o xml | ||
| 45 | print 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. | |||
| 62 | The following commands are non-functional with iOS 7 or later. | 64 | The following commands are non-functional with iOS 7 or later. |
| 63 | .TP | 65 | .TP |
| 64 | .B archive BUNDLEID | 66 | .B archive BUNDLEID |
| 65 | Archive app specified by BUNDLEID. | 67 | Archive app specified by BUNDLEID. Options: |
| 66 | .RS | 68 | .RS |
| 67 | .TP | 69 | .TP |
| 68 | \-o uninstall | 70 | .B \-\-uninstall |
| 69 | uninstall the package after making an archive | 71 | Uninstall the package after making an archive |
| 70 | .TP | 72 | .TP |
| 71 | \-o app_only | 73 | .B \-\-app_only |
| 72 | archive application data only | 74 | Archive application data only |
| 73 | .TP | 75 | .TP |
| 74 | \-o docs_only | 76 | .B \-\-docs_only |
| 75 | archive documents (user data) only | 77 | Archive documents (user data) only |
| 76 | .TP | 78 | .TP |
| 77 | \-o copy=PATH | 79 | .B \-\-copy=PATH |
| 78 | copy the app archive to directory PATH when done | 80 | Copy the app archive to directory PATH when done |
| 79 | .TP | 81 | .TP |
| 80 | \-o remove | 82 | .B \-\-remove |
| 81 | only valid when copy=PATH is used: remove after copy | 83 | Only 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 |
| 90 | List archived apps on the device. | 92 | List archived apps on the device. Options: |
| 91 | .RS | 93 | .RS |
| 92 | .TP | 94 | .TP |
| 93 | \-o xml | 95 | .B \-\-xml |
| 94 | print full output as xml plist | 96 | Print output as XML Property List. |
| 95 | .RE | 97 | .RE |
| 96 | 98 | ||
| 97 | .TP | 99 | .TP |
