summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2023-12-30 01:32:05 +0100
committerGravatar Nikias Bassen2023-12-30 01:32:05 +0100
commit4cb84a7db224612242b4b619144021145615ebea (patch)
tree1307e8c1ed6e10c3992a93f35207b6fce6c8c9dc
parent7f781eb61215c84bd0f79838fbcb5efd66121677 (diff)
downloadlibimobiledevice-4cb84a7db224612242b4b619144021145615ebea.tar.gz
libimobiledevice-4cb84a7db224612242b4b619144021145615ebea.tar.bz2
Updated README
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 61c34a0..89db882 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Some key features are:
18- **Implementation**: Object oriented architecture and service abstraction layer 18- **Implementation**: Object oriented architecture and service abstraction layer
19- **Cross-Platform:** Tested on Linux, macOS, Windows and Android platforms 19- **Cross-Platform:** Tested on Linux, macOS, Windows and Android platforms
20- **Utilities**: Provides various command-line utilities for device services 20- **Utilities**: Provides various command-line utilities for device services
21- **SSL**: Allows choosing between OpenSSL or GnuTLS to handle SSL communication 21- **SSL**: Allows choosing between OpenSSL, GnuTLS, or MbedTLS to handle SSL communication
22- **Network**: Supports network connections with "WiFi sync" enabled devices 22- **Network**: Supports network connections with "WiFi sync" enabled devices
23- **Python:** Provides Cython based bindings for Python 23- **Python:** Provides Cython based bindings for Python
24 24
@@ -144,6 +144,7 @@ The library bundles the following command-line utilities in the tools directory:
144| `idevicescreenshot` | Gets a screenshot from the connected device | 144| `idevicescreenshot` | Gets a screenshot from the connected device |
145| `idevicesetlocation` | Simulate location on device | 145| `idevicesetlocation` | Simulate location on device |
146| `idevicesyslog` | Relay syslog of a connected device | 146| `idevicesyslog` | Relay syslog of a connected device |
147| `afcclient` | Interact with device filesystem via AFC/HouseArrest |
147 148
148Please consult the usage information or manual pages of each utility for a 149Please consult the usage information or manual pages of each utility for a
149documentation of available command line options and usage examples like this: 150documentation of available command line options and usage examples like this:
@@ -193,4 +194,4 @@ iPadOS, tvOS, watchOS, and macOS are trademarks of Apple Inc.
193This project is an independent software and has not been authorized, sponsored, 194This project is an independent software and has not been authorized, sponsored,
194or otherwise approved by Apple Inc. 195or otherwise approved by Apple Inc.
195 196
196README Updated on: 2022-04-04 197README Updated on: 2023-12-30