continue implimenting sideloading

This commit is contained in:
nab138
2026-02-02 22:55:14 -05:00
parent eaf65c8ef9
commit 2f01d80a39
7 changed files with 192 additions and 29 deletions

View File

@@ -15,7 +15,7 @@ default = ["install"]
install = ["dep:idevice"]
[dependencies]
idevice = { version = "0.1.51", optional = true }
idevice = { version = "0.1.52", optional = true }
plist = "1.8"
plist-macro = "0.1.3"
reqwest = { version = "0.13.1", features = ["json", "gzip"] }