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

@@ -125,7 +125,14 @@
"Features/Terminal/Window Styles/TitlebarTabsTahoeTerminalWindow.swift", "Features/Terminal/Window Styles/TitlebarTabsTahoeTerminalWindow.swift",
"Features/Terminal/Window Styles/TitlebarTabsVenturaTerminalWindow.swift", "Features/Terminal/Window Styles/TitlebarTabsVenturaTerminalWindow.swift",
"Features/Terminal/Window Styles/TransparentTitlebarTerminalWindow.swift", "Features/Terminal/Window Styles/TransparentTitlebarTerminalWindow.swift",
Features/Update/UpdateBadge.swift,
Features/Update/UpdateController.swift,
Features/Update/UpdateDelegate.swift, Features/Update/UpdateDelegate.swift,
Features/Update/UpdateDriver.swift,
Features/Update/UpdatePill.swift,
Features/Update/UpdatePopoverView.swift,
Features/Update/UpdateSimulator.swift,
Features/Update/UpdateViewModel.swift,
"Ghostty/FullscreenMode+Extension.swift", "Ghostty/FullscreenMode+Extension.swift",
Ghostty/Ghostty.Command.swift, Ghostty/Ghostty.Command.swift,
Ghostty/Ghostty.Error.swift, Ghostty/Ghostty.Error.swift,

View File

@@ -6,7 +6,7 @@ class UpdaterDelegate: NSObject, SPUUpdaterDelegate {
guard let appDelegate = NSApplication.shared.delegate as? AppDelegate else { guard let appDelegate = NSApplication.shared.delegate as? AppDelegate else {
return nil return nil
} }
// Sparkle supports a native concept of "channels" but it requires that // 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 // you share a single appcast file. We don't want to do that so we
// do this instead. // do this instead.