Skip to content

soflare/libplist

Repository files navigation

libplist

libplist is a library to maniuplate .plist file. The plist file format is commonly used on Apple's operating systems.

The source code is extracted from the Facebook xcbuild project.

Requirements

  • cmake
  • libxml2-dev or libexpat-dev (Linux/BSD)

Build

git clone https://github.com/soflare/libplist
cd libplist
git submodule update --init
mkdir build
cd build
cmake ..
make

Build options:

  • -DBUILD_TESTING : Build unit tests (default OFF)
  • -DBUILD_SHARED_LIBS : Build shared library (default ON)
  • -DUSE_EXPAT : Link with expat (default ON)

About

Portable plist file manipulation library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published