mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Add libplist conversion
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user