Create diagnostics_relay bindings

This commit is contained in:
Jackson Coxson
2025-11-28 22:46:11 -07:00
parent a708db6307
commit c1b7009a7b
3 changed files with 537 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ core_device = ["idevice/core_device", "dep:futures", "dep:uuid"]
core_device_proxy = ["idevice/core_device_proxy"]
crashreportcopymobile = ["idevice/crashreportcopymobile"]
debug_proxy = ["idevice/debug_proxy"]
diagnostics_relay = ["idevice/diagnostics_relay"]
dvt = ["idevice/dvt"]
heartbeat = ["idevice/heartbeat"]
house_arrest = ["idevice/house_arrest"]
@@ -56,6 +57,7 @@ full = [
"core_device_proxy",
"crashreportcopymobile",
"debug_proxy",
"diagnostics_relay",
"dvt",
"heartbeat",
"house_arrest",