Bez popisu

Martin Szulecki 12ed909c77 idevicedebug: Fix invalid write due to out of bounds access před 10 roky
common 2fe46acbbb common: Fix distcheck target před 10 roky
cython 86ae920973 cython: Enforce default symbol visibility to make bindings loadable před 10 roky
dev 4c4bbd31f5 Avoid exporting non-public symbols před 10 roky
docs 9732d275d0 Add new "idevicedebug" tool to interact with debugserver on a device před 10 roky
include 5072dea137 Convert int16_t macro error types into enum to improve debugging/type-checking před 10 roky
m4 ae06fef34f Fix Python 3.x detection před 11 roky
src 75b0ba0d69 debugserver: Fix wrong service_error_t return type in debugserver_client_send() před 10 roky
tools 12ed909c77 idevicedebug: Fix invalid write due to out of bounds access před 10 roky
.gitignore 850d9790ac Added tools/idevicecrashreport to .gitignore před 11 roky
AUTHORS a902a9a24f Update AUTHORS from git history před 13 roky
COPYING 47d60e2b9f Added documentation and licensing information. před 16 roky
COPYING.LESSER 47d60e2b9f Added documentation and licensing information. před 16 roky
Makefile.am efca491e4c move thread and socket code to "common" subdir před 12 roky
NEWS 38e3baa822 Update NEWS with latest changes před 10 roky
README d3aaca14c8 README: updated build instructions před 11 roky
autogen.sh 8dff982f54 Try to use glibtoolize if possible in autogen.sh to fix OSX build před 14 roky
configure.ac 5329197243 Bump so name correctly as some ABI symbols were hidden now před 10 roky
doxygen.cfg.in ff5807ceca docs: Remove "src" from directories doxygen should check for documentation před 10 roky
libimobiledevice-1.0.pc.in 05418483bb make variables for package dependencies, synchronize these with .pc file před 11 roky

README

About
=====

A library to communicate with services of Apple iOS devices using native
protocols.

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

Development Packages of:
libgnutls or openssl
libplist
libusbmuxd

Software:
usbmuxd
make
autoheader
automake
autoconf
libtool
pkg-config
gcc

Optional:
cython (Python bindings)
doxygen (Documentation)

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/libimobiledevice.git

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

Tickets:
http://github.com/libimobiledevice/libimobiledevice/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-02-02