macos: do not build updaters into iOS

This commit is contained in:
Mitchell Hashimoto
2025-10-08 22:18:33 -07:00
parent 49eb65df77
commit a2fbaec613
2 changed files with 8 additions and 1 deletions

View File

@@ -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.