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

fishjam/libplist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

689 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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 58.7%
  • C++ 13.4%
  • M4 12.1%
  • Python 7.6%
  • Shell 3.3%
  • PowerShell 3.1%
  • Makefile 1.8%