From 7cf38e8eb1b7a31f008791dc7b7bfdd0308fb1bb Mon Sep 17 00:00:00 2001 From: Jared Hall Date: Fri, 12 Jun 2026 14:09:55 +1000 Subject: [PATCH 1/3] ios16 minimum + swiftsoup update --- Package.resolved | 4 ++-- Package.swift | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index f71cd7f..9b45884 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/scinfu/SwiftSoup.git", "state" : { - "revision" : "0e96a20ffd37a515c5c963952d4335c89bed50a6", - "version" : "2.6.0" + "revision" : "49dcadd93161f4a44b4994d3a3e8de9f085aface", + "version" : "2.13.5" } } ], diff --git a/Package.swift b/Package.swift index e7f9d82..5a28bcc 100644 --- a/Package.swift +++ b/Package.swift @@ -6,7 +6,7 @@ import PackageDescription let package = Package( name: "SwiftHTMLtoMarkdown", platforms: [ - .iOS(.v15), + .iOS(.v16), .macOS(.v13) ], products: [ @@ -18,7 +18,7 @@ let package = Package( dependencies: [ // Dependencies declare other packages that this package depends on. // .package(url: /* package url */, from: "1.0.0"), - .package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.6.0"), + .package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.13.5"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. From 39b0f79fad755318c50b3b58740ad90138a2a510 Mon Sep 17 00:00:00 2001 From: Jared Hall Date: Fri, 12 Jun 2026 14:32:59 +1000 Subject: [PATCH 2/3] revert swift-soup change - no need to change this --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index 9b45884..38af0c8 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/scinfu/SwiftSoup.git", "state" : { - "revision" : "49dcadd93161f4a44b4994d3a3e8de9f085aface", - "version" : "2.13.5" + "revision" : "0e96a20ffd37a515c5c963952d4335c89bed50a6", + "version" : "2.6.0" } } ], diff --git a/Package.swift b/Package.swift index 5a28bcc..bd7ae28 100644 --- a/Package.swift +++ b/Package.swift @@ -18,7 +18,7 @@ let package = Package( dependencies: [ // Dependencies declare other packages that this package depends on. // .package(url: /* package url */, from: "1.0.0"), - .package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.13.5"), + .package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.6.0"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. From 01d766bba64e0b0aa6b9c9227027b299d85e0e99 Mon Sep 17 00:00:00 2001 From: Jared Hall Date: Fri, 12 Jun 2026 14:38:00 +1000 Subject: [PATCH 3/3] accidental package resolved spacing added on revert swift-soup change --- Package.resolved | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.resolved b/Package.resolved index 38af0c8..f71cd7f 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/scinfu/SwiftSoup.git", "state" : { - "revision" : "0e96a20ffd37a515c5c963952d4335c89bed50a6", - "version" : "2.6.0" + "revision" : "0e96a20ffd37a515c5c963952d4335c89bed50a6", + "version" : "2.6.0" } } ],