Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Jul 20, 2023
1 parent ab26b03 commit 5cbf609
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ communication with iOS devices.

Some key features are:

- **Status:** Install, upgrade, uninstall, archive, restore and enumerate apps
- **Status:** Install, upgrade, uninstall, and enumerate apps
- **Browse**: Allows to retrieve a list of installed apps with filter options
- **Install**: Supports app package, carrier bundle and developer .app directory
- **Format**: Allows command output in plist format
- **Format**: Allows command output in plist, XML, or JSON format
- **Compatibility**: Supports latest device firmware releases
- **Cross-Platform:** Tested on Linux, macOS, Windows and Android platforms

Expand Down Expand Up @@ -60,20 +60,20 @@ First of all attach your device to your machine.

Then simply run:
```shell
ideviceinstaller --list-apps
ideviceinstaller list
```

This will print a list of `<appid>` identifiers (bundle identifiers) for use
with other commands (see further below).

To install an app from a package file use:
```shell
ideviceinstaller --install <file>
ideviceinstaller install <file>
```

To uninstall an app with the `<appid>` from the device use:
```shell
ideviceinstaller --uninstall <appid>
ideviceinstaller uninstall <appid>
```

Please consult the usage information or manual page for a full documentation of
Expand Down Expand Up @@ -124,4 +124,4 @@ iPadOS, tvOS, watchOS, and macOS are trademarks of Apple Inc.
ideviceinstaller is an independent software application and has not been
authorized, sponsored or otherwise approved by Apple Inc.

README Updated on: 2022-04-04
README Updated on: 2023-07-20

0 comments on commit 5cbf609

Please sign in to comment.