Implement getting services from RemoteXPC

This commit is contained in:
Jackson Coxson
2025-02-25 20:57:06 -07:00
parent 75cd32c166
commit 44142dbdbe
7 changed files with 307 additions and 31 deletions

View File

@@ -33,6 +33,10 @@ path = "src/core_device_proxy_tun.rs"
name = "idevice_id"
path = "src/idevice_id.rs"
[[bin]]
name = "remotexpc"
path = "src/remotexpc.rs"
[dependencies]
idevice = { path = "../idevice", features = ["full"] }