Ei kuvausta

Nikias Bassen 00638270a1 cython: Make sure to use plist_dict_set_item() instead of deprecated plist_dict_insert_item() 11 vuotta sitten
cython 4f7d325c66 cython: Make sure to use plist_dict_set_item() instead of deprecated plist_dict_insert_item() 11 vuotta sitten
include 6b719ecda2 deprecated plist_dict_insert_item in favor of plist_dict_set_item 11 vuotta sitten
libcnary 8867ee9306 fix make distcheck 11 vuotta sitten
m4 cb1bb14ae1 Fixes for Python 3.x (mainly that print is a function in 3 and can generally be treated like one in version 2.x) 11 vuotta sitten
src 6b719ecda2 deprecated plist_dict_insert_item in favor of plist_dict_set_item 11 vuotta sitten
test 6dcc8c48bb Replace some LDADD references to use $(top_builddir) for distcheck 11 vuotta sitten
tools 6dcc8c48bb Replace some LDADD references to use $(top_builddir) for distcheck 11 vuotta sitten
.gitignore cd98a77160 Ignore .kateconfig files 11 vuotta sitten
AUTHORS b4bbddf651 Update AUTHORS from git log history 14 vuotta sitten
COPYING 47d60e2b9f Added documentation and licensing information. 16 vuotta sitten
COPYING.LESSER 47d60e2b9f Added documentation and licensing information. 16 vuotta sitten
Makefile.am 16be030daa fix installation of pkgconfig files 11 vuotta sitten
NEWS 41052423c4 updated NEWS 11 vuotta sitten
README 5a7f0fba35 updated README 11 vuotta sitten
autogen.sh a798afc8b5 change build system to autotools 11 vuotta sitten
configure.ac 1f7c082a4f For first time builds, use the built-in bindings directory 11 vuotta sitten
doxygen.cfg.in a798afc8b5 change build system to autotools 11 vuotta sitten
libplist++.pc.in a798afc8b5 change build system to autotools 11 vuotta sitten
libplist.pc.in a798afc8b5 change build system to autotools 11 vuotta sitten

README

About
=====

A small portable C library to handle Apple Property List files in binary or XML.

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

Development Packages of:
libxml2

Software:
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/libplist.git

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

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