yankuncheng / libplist

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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libplist-win32

Build status Build Status

Provides a native Windows build (using the Visual C++ compiler) of libplist, as well as continuous integration (CI) builds of libplist for Ubuntu, CentOS and RedHat Linux and macOS.

Where to report issues

For general questions about libplist, see http://github.com/libimobiledevice/libplist. For questions specific to Visual C++, feel free to use the GitHub issue tracker

How to get the latest binaries

The binaries for libplist are available as:

For Ubuntu Linux, run the following commands as root:

sudo add-apt-repository ppa:quamotion/ppa
sudo apt-get update
apt-get install libplist

For RedHat Linux, run the following commands as root:

cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/home:qmfrederik/RHEL_7/home:qmfrederik.repo
yum install libplist

For CentOS Linux, run the following commands as root:

cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/home:qmfrederik/CentOS_7/home:qmfrederik.repo
yum install libplist

About

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

http://www.libimobiledevice.org

License:GNU Lesser General Public License v2.1


Languages

Language:C 59.2%Language:C++ 13.9%Language:M4 11.5%Language:Python 7.7%Language:PowerShell 3.1%Language:Shell 3.0%Language:Makefile 1.6%