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

zbalaton/libplist

Repository files navigation

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

For:
	Apple Binary and XML Property Lists

You must have:
	libglib2.0-dev
	libxml2-dev
	make
	autoheader
	automake
	autoconf
	gcc

To compile run:
	./autogen.sh
	./configure
	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 automake autoconf \
          libglib2.0-dev libxml2-dev


== Who/what/where? ==

wiki:
	http://matt.colyer.name/projects/iphone-linux/index.php?title=Main_Page

code:
	git clone git://github.com/JonathanBeck/libplist.git

mailing list:
	http://lists.mattcolyer.com/listinfo.cgi/iphone-linux-dev-mattcolyer.com

updated:
	2008-12-12

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

Packages

No packages published

Languages

  • C 61.7%
  • C++ 13.8%
  • M4 12.2%
  • Python 8.2%
  • Shell 2.6%
  • Makefile 1.5%