feat(updater): upgrade sparkle to 2.9.3 and enhance integration

- Update Sparkle dependency to 2.9.3

- Replace brittle HTML parsing with native NSAttributedString parsing

- Fix dangling updater callbacks by handling view disappear events

- Add 'Remind Me Later' button in update prompt

- Add toggle for automatic background update checks
This commit is contained in:
nimbold
2026-06-08 21:17:44 +03:30
parent 9261385d59
commit 6b2901bd50
5 changed files with 50 additions and 53 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ let package = Package(
.executable(name: "Firelink", targets: ["Firelink"])
],
dependencies: [
.package(url: "https://github.com/sparkle-project/Sparkle", from: "2.6.4")
.package(url: "https://github.com/sparkle-project/Sparkle", from: "2.9.3")
],
targets: [
.executableTarget(