Skip to content

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

License

LGPL-2.1, GPL-2.0 licenses found

Licenses found

LGPL-2.1
COPYING.LESSER
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

Chronic-Dev/libplist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d76443e · Feb 11, 2012
Sep 26, 2011
Sep 26, 2011
Mar 3, 2010
Jan 11, 2012
Jan 21, 2010
Feb 11, 2012
Sep 26, 2011
May 27, 2011
Jan 11, 2012
Feb 12, 2011
Jan 11, 2012
Jul 31, 2008
Jul 31, 2008
Sep 10, 2011
Jan 11, 2012
Jun 25, 2011
Jan 11, 2012
Oct 25, 2009
May 27, 2011

Repository files navigation

INSTALLATION
================================================================================

For:
	Apple Binary and XML Property Lists

You must have:
	libxml2-dev
	cmake
	make
	gcc

Optional:
	swig
	python

To compile run:
	mkdir build
	cd build
	cmake ..
	make
	sudo make install  # (if you want to install it into your system directories)

On Ubuntu/Debian, you can do:
	sudo apt-get install build-essential cmake libxml2-dev


== Who/what/where? ==

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

Code:
	git clone http://cgit.sukimashita.com/libplist.git/

	libplist uses libcnary, see:
	http://github.com/Chronic-Dev/libcnary

Tickets:
	http://libiphone.lighthouseapp.com/
	Please tag libplist related bugs with 'libplist'

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

updated:
	2011-06-25

About

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

Resources

License

LGPL-2.1, GPL-2.0 licenses found

Licenses found

LGPL-2.1
COPYING.LESSER
GPL-2.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published