GitXplorerGitXplorer
m

libiphone

public
59 stars
15 forks
0 issues

Commits

List of commits on branch master.
Unverified
08d2af5d611319748afba2aaba5e6c8a99f1b396

Complete documentation of public interface and fix a lot of bogus comments

FFunkyM committed 15 years ago
Unverified
3e0c5021100c879ff7d0776d4c7bb4f0ec88e0d7

Unify NP callback userdata parameter to user_data for consistency

FFunkyM committed 15 years ago
Unverified
704b112c38a68f021f8e98cafaf1a60257ea8c80

Document internal make_strings_list() and change parameter names

FFunkyM committed 15 years ago
Unverified
36048ded8efda588a20b5cf284670a984f7cc650

Rename afc invalid argument error to AFC_E_INVALID_ARG

FFunkyM committed 15 years ago
Unverified
535af4c6a44c1dcf36d2da1ef0d33c69763bd186

Rename the *_int to *_private for better semantic and fix public typedefs

FFunkyM committed 15 years ago
Unverified
dd48a2c0051be9e0f7a8ae99b035ee3c3a333dd4

Fix warning due to unused printf format specificer in filerelaytest tool

FFunkyM committed 15 years ago

README

The README file for this repository.

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: ./autogen.sh ./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/

Wiki: http://matt.colyer.name/projects/iphone-linux/

Code: git clone git://github.com/MattColyer/libiphone.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-13