From 8bd8f460de2565461423a2d7314e8b82ef9e3db9 Mon Sep 17 00:00:00 2001 From: Mark Lilback Date: Thu, 14 May 2026 08:15:13 -0400 Subject: [PATCH 1/2] Add mlilback/LibmobiSPM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Swift Package Manager wrapper for libmobi v0.9 — read MOBI/AZW3 ebooks on macOS and iOS/iPadOS. No external dependencies. --- packages.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 00922bac66..26aea153b7 100644 --- a/packages.json +++ b/packages.json @@ -6224,6 +6224,7 @@ "https://github.com/ml-explore/mlx-swift.git", "https://github.com/ml-opensource/KeyboardHelper.git", "https://github.com/ml-opensource/Rye.git", + "https://github.com/mlilback/LibmobiSPM", "https://github.com/MLSDev/LoadableViews.git", "https://github.com/MLSDev/TRON.git", "https://github.com/mmellau/swift-beacon.git", @@ -10883,4 +10884,4 @@ "https://github.com/zvonicek/ImageSlideshow.git", "https://github.com/zweigraf/fakebundle.git", "https://github.com/zxcj04/WMSKit.git" -] \ No newline at end of file +] From 342c3431b5297b15d775bd19661aa5e210339ee2 Mon Sep 17 00:00:00 2001 From: Mark Lilback Date: Thu, 14 May 2026 09:23:24 -0400 Subject: [PATCH 2/2] Fix: add .git suffix to LibmobiSPM URL --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 26aea153b7..699b332ee0 100644 --- a/packages.json +++ b/packages.json @@ -6224,7 +6224,7 @@ "https://github.com/ml-explore/mlx-swift.git", "https://github.com/ml-opensource/KeyboardHelper.git", "https://github.com/ml-opensource/Rye.git", - "https://github.com/mlilback/LibmobiSPM", + "https://github.com/mlilback/LibmobiSPM.git", "https://github.com/MLSDev/LoadableViews.git", "https://github.com/MLSDev/TRON.git", "https://github.com/mmellau/swift-beacon.git",