diff options
| author | 2020-06-08 13:55:55 +0200 | |
|---|---|---|
| committer | 2020-06-08 13:55:55 +0200 | |
| commit | 7aba50d9b6766c693e2d63681d04f446aa967a47 (patch) | |
| tree | 3cdb677fad500bf16cec6022887d65083f7cbc1b /README | |
| parent | 7394006f188cd4c7edca39472c3b3f5f728dcfe6 (diff) | |
| download | ideviceinstaller-7aba50d9b6766c693e2d63681d04f446aa967a47.tar.gz ideviceinstaller-7aba50d9b6766c693e2d63681d04f446aa967a47.tar.bz2 | |
Convert README to markdown syntax, update content and links
Diffstat (limited to 'README')
| -rw-r--r-- | README | 59 |
1 files changed, 0 insertions, 59 deletions
| @@ -1,59 +0,0 @@ | |||
| 1 | About | ||
| 2 | ===== | ||
| 3 | |||
| 4 | ideviceinstaller is a tool to interact with the installation_proxy | ||
| 5 | of an iOS device allowing to install, upgrade, uninstall, archive, restore | ||
| 6 | and enumerate installed or archived apps. | ||
| 7 | |||
| 8 | It makes use of the fabulous libimobiledevice library that allows communication | ||
| 9 | with iOS devices. | ||
| 10 | |||
| 11 | Requirements | ||
| 12 | ============ | ||
| 13 | |||
| 14 | Development Packages of: | ||
| 15 | libimobiledevice | ||
| 16 | libplist | ||
| 17 | libzip | ||
| 18 | |||
| 19 | Installation | ||
| 20 | ============ | ||
| 21 | |||
| 22 | To compile run: | ||
| 23 | ./autogen.sh | ||
| 24 | make | ||
| 25 | sudo make install | ||
| 26 | |||
| 27 | Who/What/Where? | ||
| 28 | =============== | ||
| 29 | |||
| 30 | Home: | ||
| 31 | http://www.libimobiledevice.org/ | ||
| 32 | |||
| 33 | Code: | ||
| 34 | git clone http://git.libimobiledevice.org/ideviceinstaller.git | ||
| 35 | |||
| 36 | Code (Mirror): | ||
| 37 | git clone https://github.com/libimobiledevice/ideviceinstaller.git | ||
| 38 | |||
| 39 | Tickets: | ||
| 40 | http://github.com/libimobiledevice/ideviceinstaller/issues | ||
| 41 | |||
| 42 | Mailing List: | ||
| 43 | http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel | ||
| 44 | |||
| 45 | IRC: | ||
| 46 | irc://irc.freenode.net#libimobiledevice | ||
| 47 | |||
| 48 | Twitter: | ||
| 49 | https://twitter.com/libimobiledev | ||
| 50 | |||
| 51 | Credits | ||
| 52 | ======= | ||
| 53 | |||
| 54 | Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc. | ||
| 55 | libimobiledevice is an independent software library and has not been | ||
| 56 | authorized, sponsored or otherwise approved by Apple Inc. | ||
| 57 | |||
| 58 | README Updated on: | ||
| 59 | 2015-01-28 | ||
