Skip to content

A library to handle Apple Property List format in binary or XML

License

Notifications You must be signed in to change notification settings

alexR89/libplist

Repository files navigation

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

About

A library to handle Apple Property List format in binary or XML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 70.7%
  • C++ 9.8%
  • M4 9.0%
  • Cython 5.7%
  • Shell 3.3%
  • Makefile 1.5%