Implement FFI for App Service

This commit is contained in:
Jackson Coxson
2025-07-19 23:50:03 -06:00
parent 9793610d94
commit f818225c8c
9 changed files with 709 additions and 6 deletions

View File

@@ -17,6 +17,7 @@ plist_plus = { version = "0.2.6", features = ["dynamic"] }
[features]
afc = ["idevice/afc"]
amfi = ["idevice/amfi"]
core_device = ["idevice/core_device"]
core_device_proxy = ["idevice/core_device_proxy"]
crashreportcopymobile = ["idevice/crashreportcopymobile"]
debug_proxy = ["idevice/debug_proxy"]
@@ -41,6 +42,7 @@ xpc = ["idevice/xpc"]
full = [
"afc",
"amfi",
"core_device",
"core_device_proxy",
"crashreportcopymobile",
"debug_proxy",