summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2011-03-19 16:47:45 +0100
committerGravatar Martin Szulecki2011-03-19 16:47:45 +0100
commitf56e421280eb061d648aebaadd88c2ce2f983b74 (patch)
tree40ee9edc1bdcccfeccc328623506ec0f45ffa59e
parent4cf15c8cf0ccf0b5f7f556b3191ee26ab8641250 (diff)
downloadideviceinstaller-f56e421280eb061d648aebaadd88c2ce2f983b74.tar.gz
ideviceinstaller-f56e421280eb061d648aebaadd88c2ce2f983b74.tar.bz2
Update README with latest information
-rw-r--r--README55
1 files changed, 48 insertions, 7 deletions
diff --git a/README b/README
index ecfce33..6f857a7 100644
--- a/README
+++ b/README
@@ -1,15 +1,56 @@
1ideviceinstaller 1About
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 iPhone/iPod Touch device allowing to install, upgrade, uninstall, 5of an iDevice allowing to install, upgrade, uninstall, archive, restore,
6archive, restore, and 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 libimobiledevice library that allows communication
9with the devices. 9with the devices.
10 10
11For more information: 11Requirements
12============
13
14Development Packages of:
15 libimobiledevice
16 libplist
17 libzip
18
19Installation
20============
21
22To compile run:
23 ./configure
24 make
25 sudo make install
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?
34===============
35
36Home:
12 http://www.libimobiledevice.org/ 37 http://www.libimobiledevice.org/
13 38
14README updated on: 39Code:
15 2010-04-02 40 git clone git://git.sukimashita.com/ideviceinstaller.git
41
42Tickets:
43 http://libiphone.lighthouseapp.com/
44
45Mailing List:
46 http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel
47
48Credits
49=======
50
51Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc.
52libimobiledevice is an independent software library and has not been
53authorized, sponsored, or otherwise approved by Apple Inc.
54
55README Updated on:
56 2011-03-19