Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Chronic-Dev/libplist
A library to handle Apple Property List format in binary or XML
https://github.com/Chronic-Dev/libplist
Last synced: 16 days ago
JSON representation
A library to handle Apple Property List format in binary or XML
- Host: GitHub
- URL: https://github.com/Chronic-Dev/libplist
- Owner: Chronic-Dev
- License: lgpl-2.1
- Created: 2011-09-03T01:05:58.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-11T23:13:19.000Z (over 12 years ago)
- Last Synced: 2024-07-31T22:56:51.328Z (3 months ago)
- Language: C
- Homepage:
- Size: 858 KB
- Stars: 19
- Watchers: 13
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
INSTALLATION
================================================================================For:
Apple Binary and XML Property ListsYou must have:
libxml2-dev
cmake
make
gccOptional:
swig
pythonTo 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/libcnaryTickets:
http://libiphone.lighthouseapp.com/
Please tag libplist related bugs with 'libplist'Mailing List:
http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-develupdated:
2011-06-25