diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..5ed83f3 --- /dev/null +++ b/README.md | |||
| @@ -0,0 +1,44 @@ | |||
| 1 | # ideviceinstaller | ||
| 2 | |||
| 3 | ## About | ||
| 4 | |||
| 5 | The ideviceinstaller tool allows interacting with the installation_proxy service | ||
| 6 | of an iOS device allowing to install, upgrade, uninstall, archive, restore | ||
| 7 | and enumerate installed or archived apps. | ||
| 8 | |||
| 9 | It makes use of the fabulous libimobiledevice library that allows communication | ||
| 10 | with iOS devices. | ||
| 11 | |||
| 12 | ## Requirements | ||
| 13 | |||
| 14 | Development Packages of: | ||
| 15 | * libimobiledevice | ||
| 16 | * libplist | ||
| 17 | * libzip | ||
| 18 | |||
| 19 | ## Installation | ||
| 20 | |||
| 21 | To compile run: | ||
| 22 | ```bash | ||
| 23 | ./autogen.sh | ||
| 24 | make | ||
| 25 | sudo make install | ||
| 26 | ``` | ||
| 27 | |||
| 28 | ## Who/What/Where? | ||
| 29 | |||
| 30 | * Home: https://libimobiledevice.org/ | ||
| 31 | * Code: `git clone https://git.libimobiledevice.org/ideviceinstaller.git` | ||
| 32 | * Code (Mirror): `git clone https://github.com/libimobiledevice/ideviceinstaller.git` | ||
| 33 | * Tickets: https://github.com/libimobiledevice/ideviceinstaller/issues | ||
| 34 | * Mailing List: https://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel | ||
| 35 | * Twitter: https://twitter.com/libimobiledev | ||
| 36 | |||
| 37 | ## Credits | ||
| 38 | |||
| 39 | Apple, iPhone, iPod, iPad, Apple TV and iPod Touch are trademarks of Apple Inc. | ||
| 40 | |||
| 41 | ideviceinstaller is an independent software application and has not been | ||
| 42 | authorized, sponsored or otherwise approved by Apple Inc. | ||
| 43 | |||
| 44 | README Updated on: 2020-06-08 | ||
