diff options
| author | 2013-11-13 18:13:24 +0100 | |
|---|---|---|
| committer | 2013-11-13 18:13:24 +0100 | |
| commit | 045b712b73b3f860e9e90c1b7c560c7a0cd6f001 (patch) | |
| tree | 9de0203cda7aee44f1803ad58ae9d89a4099af04 /README | |
| parent | 6e09b5942bc175a907c0f7de19e7fe9680a2840f (diff) | |
| download | ideviceinstaller-045b712b73b3f860e9e90c1b7c560c7a0cd6f001.tar.gz ideviceinstaller-045b712b73b3f860e9e90c1b7c560c7a0cd6f001.tar.bz2 | |
Update README with latest information and project URLs
Diffstat (limited to 'README')
| -rw-r--r-- | README | 23 |
1 files changed, 10 insertions, 13 deletions
| @@ -2,11 +2,11 @@ About | |||
| 2 | ===== | 2 | ===== |
| 3 | 3 | ||
| 4 | ideviceinstaller is a tool to interact with the installation_proxy | 4 | ideviceinstaller is a tool to interact with the installation_proxy |
| 5 | of an iDevice allowing to install, upgrade, uninstall, archive, restore, | 5 | of an iOS device allowing to install, upgrade, uninstall, archive, restore, |
| 6 | and enumerate installed or archived apps. | 6 | and enumerate installed or archived apps. |
| 7 | 7 | ||
| 8 | It makes use of the libimobiledevice library that allows communication | 8 | It makes use of the fabulous libimobiledevice library that allows communication |
| 9 | with the devices. | 9 | with iOS devices. |
| 10 | 10 | ||
| 11 | Requirements | 11 | Requirements |
| 12 | ============ | 12 | ============ |
| @@ -24,12 +24,6 @@ To compile run: | |||
| 24 | make | 24 | make |
| 25 | sudo make install | 25 | sudo make install |
| 26 | 26 | ||
| 27 | Notes | ||
| 28 | ===== | ||
| 29 | |||
| 30 | There is a known bug in libimobiledevice which causes transfers of large apps | ||
| 31 | to/from the device to abort due to a timeout. | ||
| 32 | |||
| 33 | Who/What/Where? | 27 | Who/What/Where? |
| 34 | =============== | 28 | =============== |
| 35 | 29 | ||
| @@ -37,10 +31,13 @@ Home: | |||
| 37 | http://www.libimobiledevice.org/ | 31 | http://www.libimobiledevice.org/ |
| 38 | 32 | ||
| 39 | Code: | 33 | Code: |
| 40 | git clone git://git.sukimashita.com/ideviceinstaller.git | 34 | git clone http://git.sukimashita.com/ideviceinstaller.git |
| 35 | |||
| 36 | Code (Mirror): | ||
| 37 | git clone https://github.com/libimobiledevice/ideviceinstaller.git | ||
| 41 | 38 | ||
| 42 | Tickets: | 39 | Tickets: |
| 43 | http://libiphone.lighthouseapp.com/ | 40 | http://github.com/libimobiledevice/ideviceinstaller/issues |
| 44 | 41 | ||
| 45 | Mailing List: | 42 | Mailing List: |
| 46 | http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel | 43 | http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel |
| @@ -50,7 +47,7 @@ Credits | |||
| 50 | 47 | ||
| 51 | Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc. | 48 | Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc. |
| 52 | libimobiledevice is an independent software library and has not been | 49 | libimobiledevice is an independent software library and has not been |
| 53 | authorized, sponsored, or otherwise approved by Apple Inc. | 50 | authorized, sponsored or otherwise approved by Apple Inc. |
| 54 | 51 | ||
| 55 | README Updated on: | 52 | README Updated on: |
| 56 | 2011-03-19 | 53 | 2013-11-12 |
