add diag relay c++ bindings, screenshotr ffi (#58)

This commit is contained in:
uncor3
2026-01-14 13:46:47 -08:00
committed by GitHub
parent ead5fbf3d3
commit 5bb9330cf6
8 changed files with 412 additions and 3 deletions

View File

@@ -50,6 +50,7 @@ tss = ["idevice/tss"]
tunneld = ["idevice/tunneld"]
usbmuxd = ["idevice/usbmuxd"]
xpc = ["idevice/xpc"]
screenshotr = ["idevice/screenshotr"]
full = [
"afc",
"amfi",
@@ -75,6 +76,7 @@ full = [
"tunneld",
"springboardservices",
"syslog_relay",
"screenshotr",
]
default = ["full", "aws-lc"]