mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-20 16:12:17 +00:00
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:
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user