Tidak Ada Deskripsi

Martin Szulecki bac7ac1d16 Bump version to unstable 1.1.1 14 tahun lalu
dev 4910673fea dev: Get rid of msyncclient as it does not use our new mobilesync API 14 tahun lalu
docs d81887cf6a idevicebackup2: Update man page and usage to reflect latest status 14 tahun lalu
include 88a5b03233 mobilebackup2: Finish mobilebackup2_version_exchange() and use it in idevicebackup2 14 tahun lalu
m4 1abb0a0af8 m4: Fix comparison bug in python macros 14 tahun lalu
src fa40b4ad59 device_link_service: Allow passing a reason message upon disconnecting 14 tahun lalu
swig 0b40ddb1f4 Python: Fix SWIG includes to pass make distcheck 14 tahun lalu
tools 806eaa8245 idevicebackup2: Device does not expect a status response after DLMessageProcessMessage 14 tahun lalu
.gitignore a1c3931361 gitignore: add tools/ideviceimagemounter and tools/idevicescreenshot 15 tahun lalu
AUTHORS d5e18975a3 Implement restored API 15 tahun lalu
COPYING 47d60e2b9f Added documentation and licensing information. 16 tahun lalu
COPYING.LESSER 47d60e2b9f Added documentation and licensing information. 16 tahun lalu
Makefile.am 335aea4390 Fix make distcheck not working 15 tahun lalu
NEWS 9eb864f53d Update NEWS for 1.1.1 14 tahun lalu
README 9a330dea12 Update installation instructions in README and update master remote 15 tahun lalu
autogen.sh 8dff982f54 Try to use glibtoolize if possible in autogen.sh to fix OSX build 14 tahun lalu
configure.ac bac7ac1d16 Bump version to unstable 1.1.1 14 tahun lalu
doxygen.cfg.in df1465854c List enum members one per line in documentation 15 tahun lalu
libimobiledevice-1.0.pc.in 96101a1231 Global renames due to project rename to libimobiledevice 15 tahun lalu

README

About
=====

A library to communicate with services running on Apple iPhone/iPod Touch
devices.

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

Development Packages of:
libgnutls
libgcrypt
glib2.0
libplist
libusbmuxd (within usbmuxd package, see below)

Software:
usbmuxd (git clone git://git.marcansoft.com/usbmuxd.git)
make
autoheader
automake
autoconf
libtool
gcc

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

To compile run:
./configure
make
sudo make install

On Ubuntu/Debian, you can do:
sudo apt-get install build-essential automake autoconf libtool\
libgnutls-dev libglib2.0-dev libxml2-dev libreadline5-dev

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

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

Code:
git clone git://git.sukimashita.com/libimobiledevice.git

Tickets:
http://libiphone.lighthouseapp.com/

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

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:
2010-03-31