Aucune description

Martin Szulecki fe871d7a2f Update NEWS with latest changes il y a 10 ans
common 305450ad5f Move socket and collection functions to a convenience library il y a 10 ans
include bfe08f9ecb Update and slightly cleanup copyright headers of public API il y a 10 ans
m4 c45ae1f6b6 initial commit of adapted source tree. il y a 11 ans
src ef914f101d inotify: Work around race condition by adding a retry loop il y a 10 ans
tools 305450ad5f Move socket and collection functions to a convenience library il y a 10 ans
.gitignore c45ae1f6b6 initial commit of adapted source tree. il y a 11 ans
AUTHORS 8152b60564 Update and correct AUTHORS il y a 10 ans
COPYING d8c30a3fe0 Rename license file to more generic COPYING il y a 10 ans
Makefile.am 305450ad5f Move socket and collection functions to a convenience library il y a 10 ans
NEWS fe871d7a2f Update NEWS with latest changes il y a 10 ans
README 8aafaaee7b Update README with latest information and project URLs il y a 10 ans
autogen.sh c45ae1f6b6 initial commit of adapted source tree. il y a 11 ans
configure.ac 855bac2fe0 Add "check-news" automake option to ensure correct NEWS file on releases il y a 10 ans
libusbmuxd.pc.in c45ae1f6b6 initial commit of adapted source tree. il y a 11 ans

README

About
=====

A client library to multiplex connections from and to iOS devices by connecting
to a socket provided by a usbmuxd daemon.

Requirements
============

Development Packages of:
libplist

Software:
usbmuxd (Windows and Mac OS X can use the one provided by iTunes)
make
autoheader
automake
autoconf
libtool
pkg-config
gcc

Optional:
inotify (Linux only)

Installation
============

To compile run:
./autogen.sh
make
sudo make install

Who/What/Where?
===============

Home:
http://www.libimobiledevice.org/

Code:
git clone http://git.sukimashita.com/libusbmuxd.git

Code (Mirror):
git clone https://github.com/libimobiledevice/libusbmuxd.git

Tickets:
http://github.com/libimobiledevice/libusbmuxd/issues

Mailing List:
http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel

IRC:
irc://irc.freenode.net#libimobiledevice

Credits
=======

Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc.
libimobiledevice is an independent software library and has not been
authorized, sponsored, or otherwise approved by Apple Inc.

README Updated on:
2014-10-02