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