libplist icon indicating copy to clipboard operation
libplist copied to clipboard

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

Results 53 libplist issues
Sort by recently updated
recently updated
newest added

On OS X 10.13 with a previous version (1.x) of libplist installed: ``` $ CPPFLAGS="-I/sw/include -Werror" LDFLAGS=-L/sw/lib ./configure --prefix=/sw --disable-static [...] $ make V=1 [...] clang -DHAVE_CONFIG_H -I. -I.. -I/sw/include...

When I installed [email protected] today, I found there is no soft link to libplist-_VERSION_.dylib in `/usr/lib`, which caused my C code using libplist as dylib's compile failed while compling flags...

**When following the README, I receive the following error:** ``` ~/Desktop/libimobiledevice/libusbmuxd$ ./autogen.sh libtoolize: putting auxiliary files in '..'. libtoolize: linking file '../ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: linking...

In the build instructions cpython is listed as option when you need the documentation, but I couldn't build without it, so I guess it should be added to the first...

this is odd. but when i attempt to compile libplist statically using clang instead of gcc, i end up with several errors like: `warning: redeclaration of 'what_to_what' should not add...

Builds that have a configure script that use pkg-config to check for libplist are broken by the renaming of libplist.pc to libplist-2.0.pc, since e.g. PKG_CHECK_EXISTS([libplist]) will fail. See discussion here...

It's a lot more readable as an output format than the XML plist, and Mac OS can read it just fine. It's even the default format for XCode project specifications,...

enhancement

The performance of the plist_to_bin function is poor when the plist file has 320000 nodes, I tried to modify the hashtable function and it was half faster. hashtable.h ``` typedef...

@qmfrederik, I noticed that libimobiledevice-win32/libplist contains some fixes for build issues on windows, that doesn't merge to libimobiledevice/libplist, do you have a plan to merge these changes?

i got following error when compile this project with android-ndk-r13b: ``` make[2]: Entering directory '/home/guorongfei/Workspace/playground/libplist/tools' CC plistutil.o CCLD plistutil ../src/.libs/libplist.so: error: undefined reference to 'modf' ``` this error disappear after...