mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Implement amfi developer mode
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user