Add libplist conversion

This commit is contained in:
Jackson Coxson
2025-03-24 18:21:23 -06:00
parent a7772ebb8e
commit 3aa373d83a
5 changed files with 328 additions and 24 deletions

View File

@@ -12,6 +12,7 @@ fn main() {
)
.with_language(cbindgen::Language::C)
.with_sys_include("sys/socket.h")
.with_sys_include("plist/plist.h")
.generate()
.expect("Unable to generate bindings")
.write_to_file("idevice.h");