Skip to content

Commit fec01df

Browse files
committed
updated requirement for libplist to handle iOS9 devices
1 parent 0678155 commit fec01df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ AC_PROG_INSTALL
1616

1717
# Checks for libraries.
1818
PKG_CHECK_MODULES(libimobiledevice, libimobiledevice-1.0 >= 1.2.0)
19-
PKG_CHECK_MODULES(libplist, libplist >= 1.11)
19+
PKG_CHECK_MODULES(libplist, libplist >= 1.12)
2020
AC_CHECK_LIB([plist], [plist_to_xml],
2121
[ ], [AC_MSG_FAILURE([*** Unable to link with libplist])],
2222
[$libplist_LIBS])

0 commit comments

Comments
 (0)