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