From 0b749e1f8402b5e343291603eaa640306e50e2e0 Mon Sep 17 00:00:00 2001 From: Eric Shu <45149431+ericshu6@users.noreply.github.com> Date: Wed, 11 Jun 2025 13:25:14 -0700 Subject: [PATCH 1/2] Add libadwaita as a run-time dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39f0398..34bd7fe 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ When it will get a first release, there will probably be an easier download (not account) in the Release tab of this repo, and hopefully it will be packaged as a Flatpak (even if I currently don't see how to make it). -**Dependencies (at runtime):** libimobiledevice, libplist-2.X (I attempted to support both 2.2 +**Dependencies (at runtime):** libadwaita, libimobiledevice, libplist-2.X (I attempted to support both 2.2 and 2.3). OpenSSL is currently also needed, but I plan to remove that dependency as soon as possible (only networking is requiring it). From 0c3066d6b9292a77858559aae043fd2a63eb05cf Mon Sep 17 00:00:00 2001 From: Eric Shu <45149431+ericshu6@users.noreply.github.com> Date: Wed, 11 Jun 2025 14:11:37 -0700 Subject: [PATCH 2/2] Add usbmuxd as a run-time dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34bd7fe..d4937ff 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ account) in the Release tab of this repo, and hopefully it will be packaged as a I currently don't see how to make it). **Dependencies (at runtime):** libadwaita, libimobiledevice, libplist-2.X (I attempted to support both 2.2 -and 2.3). OpenSSL is currently also needed, but I plan to remove that dependency as soon +and 2.3), usbmuxd. OpenSSL is currently also needed, but I plan to remove that dependency as soon as possible (only networking is requiring it). *Note:* On Windows, MSVC builds of those libraries are needed as sideloader is built with MSVC.