diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2025-10-08 22:18:33 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-10-08 22:18:36 -0700 |
| commit | a2fbaec6136b6c58f21565c81475386dec55bb5c (patch) | |
| tree | 44a6f7ca6154090b4062e09e9bc636b19a9ce7f0 /macos/Ghostty.xcodeproj/project.pbxproj | |
| parent | 49eb65df77c16baaf74e78fd99373266b15e5b98 (diff) | |
macos: do not build updaters into iOS
Diffstat (limited to 'macos/Ghostty.xcodeproj/project.pbxproj')
| -rw-r--r-- | macos/Ghostty.xcodeproj/project.pbxproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/macos/Ghostty.xcodeproj/project.pbxproj b/macos/Ghostty.xcodeproj/project.pbxproj index e53f6d468..558937582 100644 --- a/macos/Ghostty.xcodeproj/project.pbxproj +++ b/macos/Ghostty.xcodeproj/project.pbxproj @@ -125,7 +125,14 @@ "Features/Terminal/Window Styles/TitlebarTabsTahoeTerminalWindow.swift", "Features/Terminal/Window Styles/TitlebarTabsVenturaTerminalWindow.swift", "Features/Terminal/Window Styles/TransparentTitlebarTerminalWindow.swift", + Features/Update/UpdateBadge.swift, + Features/Update/UpdateController.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/Ghostty.Command.swift, Ghostty/Ghostty.Error.swift, |
