Implement amfi developer mode

This commit is contained in:
Jackson Coxson
2025-04-08 09:28:48 -06:00
parent 2859b691df
commit 8e192c4556
7 changed files with 452 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ bytes = "1.10.1"
[features]
afc = ["dep:chrono"]
amfi = []
core_device_proxy = ["dep:serde_json", "dep:json", "dep:byteorder"]
debug_proxy = []
dvt = ["dep:byteorder", "dep:ns-keyed-archive"]
@@ -73,6 +74,7 @@ xpc = [
]
full = [
"afc",
"amfi",
"core_device_proxy",
"debug_proxy",
"dvt",