Feature/dvt_notifications (#31)

* "feat: Monitor memory and app notifications  "

* "[MOD] treat both as the negative and positive representation of the channel code in the response"

* "feat: dvt add the notifications to Monitor memory and app notifications"

* "[MOD]print the notifications in tools"

* PR cleanup

* Fix clippy warning

---------

Co-authored-by: Jackson Coxson <jkcoxson@gmail.com>
This commit is contained in:
ValorBao
2025-09-25 23:34:13 +08:00
committed by GitHub
parent d2b9b7acba
commit ec81169347
7 changed files with 275 additions and 3 deletions

View File

@@ -125,6 +125,7 @@ path = "src/pcapd.rs"
name = "preboard"
path = "src/preboard.rs"
[[bin]]
name = "screenshot"
path = "src/screenshot.rs"
@@ -133,6 +134,10 @@ path = "src/screenshot.rs"
name = "activation"
path = "src/activation.rs"
[[bin]]
name = "notifications"
path = "src/notifications.rs"
[dependencies]
idevice = { path = "../idevice", features = ["full"], default-features = false }
tokio = { version = "1.43", features = ["full"] }