diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
| @@ -14,10 +14,10 @@ communication with iOS devices. | |||
| 14 | 14 | ||
| 15 | Some key features are: | 15 | Some key features are: |
| 16 | 16 | ||
| 17 | - **Status:** Install, upgrade, uninstall, archive, restore and enumerate apps | 17 | - **Status:** Install, upgrade, uninstall, and enumerate apps |
| 18 | - **Browse**: Allows to retrieve a list of installed apps with filter options | 18 | - **Browse**: Allows to retrieve a list of installed apps with filter options |
| 19 | - **Install**: Supports app package, carrier bundle and developer .app directory | 19 | - **Install**: Supports app package, carrier bundle and developer .app directory |
| 20 | - **Format**: Allows command output in plist format | 20 | - **Format**: Allows command output in plist, XML, or JSON format |
| 21 | - **Compatibility**: Supports latest device firmware releases | 21 | - **Compatibility**: Supports latest device firmware releases |
| 22 | - **Cross-Platform:** Tested on Linux, macOS, Windows and Android platforms | 22 | - **Cross-Platform:** Tested on Linux, macOS, Windows and Android platforms |
| 23 | 23 | ||
| @@ -60,7 +60,7 @@ First of all attach your device to your machine. | |||
| 60 | 60 | ||
| 61 | Then simply run: | 61 | Then simply run: |
| 62 | ```shell | 62 | ```shell |
| 63 | ideviceinstaller --list-apps | 63 | ideviceinstaller list |
| 64 | ``` | 64 | ``` |
| 65 | 65 | ||
| 66 | This will print a list of `<appid>` identifiers (bundle identifiers) for use | 66 | This will print a list of `<appid>` identifiers (bundle identifiers) for use |
| @@ -68,12 +68,12 @@ with other commands (see further below). | |||
| 68 | 68 | ||
| 69 | To install an app from a package file use: | 69 | To install an app from a package file use: |
| 70 | ```shell | 70 | ```shell |
| 71 | ideviceinstaller --install <file> | 71 | ideviceinstaller install <file> |
| 72 | ``` | 72 | ``` |
| 73 | 73 | ||
| 74 | To uninstall an app with the `<appid>` from the device use: | 74 | To uninstall an app with the `<appid>` from the device use: |
| 75 | ```shell | 75 | ```shell |
| 76 | ideviceinstaller --uninstall <appid> | 76 | ideviceinstaller uninstall <appid> |
| 77 | ``` | 77 | ``` |
| 78 | 78 | ||
| 79 | Please consult the usage information or manual page for a full documentation of | 79 | Please consult the usage information or manual page for a full documentation of |
| @@ -124,4 +124,4 @@ iPadOS, tvOS, watchOS, and macOS are trademarks of Apple Inc. | |||
| 124 | ideviceinstaller is an independent software application and has not been | 124 | ideviceinstaller is an independent software application and has not been |
| 125 | authorized, sponsored or otherwise approved by Apple Inc. | 125 | authorized, sponsored or otherwise approved by Apple Inc. |
| 126 | 126 | ||
| 127 | README Updated on: 2022-04-04 | 127 | README Updated on: 2023-07-20 |
