summaryrefslogtreecommitdiff
path: root/macos/Sources/Features/Update/UpdateDelegate.swift
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2025-10-08 22:18:33 -0700
committerMitchell Hashimoto <m@mitchellh.com>2025-10-08 22:18:36 -0700
commita2fbaec6136b6c58f21565c81475386dec55bb5c (patch)
tree44a6f7ca6154090b4062e09e9bc636b19a9ce7f0 /macos/Sources/Features/Update/UpdateDelegate.swift
parent49eb65df77c16baaf74e78fd99373266b15e5b98 (diff)
macos: do not build updaters into iOS
Diffstat (limited to 'macos/Sources/Features/Update/UpdateDelegate.swift')
-rw-r--r--macos/Sources/Features/Update/UpdateDelegate.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/macos/Sources/Features/Update/UpdateDelegate.swift b/macos/Sources/Features/Update/UpdateDelegate.swift
index 4699ba14a..1112c1f44 100644
--- a/macos/Sources/Features/Update/UpdateDelegate.swift
+++ b/macos/Sources/Features/Update/UpdateDelegate.swift
@@ -6,7 +6,7 @@ class UpdaterDelegate: NSObject, SPUUpdaterDelegate {
guard let appDelegate = NSApplication.shared.delegate as? AppDelegate else {
return nil
}
-
+
// Sparkle supports a native concept of "channels" but it requires that
// you share a single appcast file. We don't want to do that so we
// do this instead.