From 4b1178e4f647119b93b004e86f95f2d99485468f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 23 Feb 2026 13:17:24 -0800 Subject: [PATCH] macos: rename a bunch of files --- macos/Ghostty.xcodeproj/project.pbxproj | 26 +++++++++---------- .../AppIcon.swift | 0 .../ColorizedGhosttyIcon.swift | 0 .../ColorizedGhosttyIconImage.swift | 0 .../ColorizedGhosttyIconView.swift | 0 .../DockTilePlugin.swift | 0 .../Extensions}/Notification+AppIcon.swift | 0 .../Extensions}/UserDefaults+AppIcon.swift | 0 8 files changed, 13 insertions(+), 13 deletions(-) rename macos/Sources/Features/{Dock Tile Plugin => Custom App Icon}/AppIcon.swift (100%) rename macos/Sources/Features/{Colorized Ghostty Icon => Custom App Icon}/ColorizedGhosttyIcon.swift (100%) rename macos/Sources/Features/{Colorized Ghostty Icon => Custom App Icon}/ColorizedGhosttyIconImage.swift (100%) rename macos/Sources/Features/{Colorized Ghostty Icon => Custom App Icon}/ColorizedGhosttyIconView.swift (100%) rename macos/Sources/Features/{Dock Tile Plugin => Custom App Icon}/DockTilePlugin.swift (100%) rename macos/Sources/Features/{Dock Tile Plugin => Custom App Icon/Extensions}/Notification+AppIcon.swift (100%) rename macos/Sources/Features/{Dock Tile Plugin => Custom App Icon/Extensions}/UserDefaults+AppIcon.swift (100%) diff --git a/macos/Ghostty.xcodeproj/project.pbxproj b/macos/Ghostty.xcodeproj/project.pbxproj index 27f9d0902..8871343c3 100644 --- a/macos/Ghostty.xcodeproj/project.pbxproj +++ b/macos/Ghostty.xcodeproj/project.pbxproj @@ -97,11 +97,11 @@ 8193245D2F24E80800A9ED8F /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = { isa = PBXFileSystemSynchronizedBuildFileExceptionSet; membershipExceptions = ( - "Features/Colorized Ghostty Icon/ColorizedGhosttyIcon.swift", - "Features/Dock Tile Plugin/AppIcon.swift", - "Features/Dock Tile Plugin/DockTilePlugin.swift", - "Features/Dock Tile Plugin/Notification+AppIcon.swift", - "Features/Dock Tile Plugin/UserDefaults+AppIcon.swift", + "Features/Custom App Icon/AppIcon.swift", + "Features/Custom App Icon/ColorizedGhosttyIcon.swift", + "Features/Custom App Icon/DockTilePlugin.swift", + "Features/Custom App Icon/Extensions/Notification+AppIcon.swift", + "Features/Custom App Icon/Extensions/UserDefaults+AppIcon.swift", Ghostty/Ghostty.ConfigTypes.swift, Ghostty/GhosttyPackageMeta.swift, Helpers/CrossKit.swift, @@ -137,15 +137,15 @@ Features/ClipboardConfirmation/ClipboardConfirmation.xib, Features/ClipboardConfirmation/ClipboardConfirmationController.swift, Features/ClipboardConfirmation/ClipboardConfirmationView.swift, - "Features/Colorized Ghostty Icon/ColorizedGhosttyIcon.swift", - "Features/Colorized Ghostty Icon/ColorizedGhosttyIconImage.swift", - "Features/Colorized Ghostty Icon/ColorizedGhosttyIconView.swift", "Features/Command Palette/CommandPalette.swift", "Features/Command Palette/TerminalCommandPalette.swift", - "Features/Dock Tile Plugin/AppIcon.swift", - "Features/Dock Tile Plugin/DockTilePlugin.swift", - "Features/Dock Tile Plugin/Notification+AppIcon.swift", - "Features/Dock Tile Plugin/UserDefaults+AppIcon.swift", + "Features/Custom App Icon/AppIcon.swift", + "Features/Custom App Icon/ColorizedGhosttyIcon.swift", + "Features/Custom App Icon/ColorizedGhosttyIconImage.swift", + "Features/Custom App Icon/ColorizedGhosttyIconView.swift", + "Features/Custom App Icon/DockTilePlugin.swift", + "Features/Custom App Icon/Extensions/Notification+AppIcon.swift", + "Features/Custom App Icon/Extensions/UserDefaults+AppIcon.swift", "Features/Global Keybinds/GlobalEventTap.swift", Features/QuickTerminal/QuickTerminal.xib, Features/QuickTerminal/QuickTerminalController.swift, @@ -245,7 +245,7 @@ isa = PBXFileSystemSynchronizedBuildFileExceptionSet; membershipExceptions = ( App/iOS/iOSApp.swift, - "Features/Dock Tile Plugin/DockTilePlugin.swift", + "Features/Custom App Icon/DockTilePlugin.swift", "Ghostty/Surface View/SurfaceView_UIKit.swift", ); target = A5B30530299BEAAA0047F10C /* Ghostty */; diff --git a/macos/Sources/Features/Dock Tile Plugin/AppIcon.swift b/macos/Sources/Features/Custom App Icon/AppIcon.swift similarity index 100% rename from macos/Sources/Features/Dock Tile Plugin/AppIcon.swift rename to macos/Sources/Features/Custom App Icon/AppIcon.swift diff --git a/macos/Sources/Features/Colorized Ghostty Icon/ColorizedGhosttyIcon.swift b/macos/Sources/Features/Custom App Icon/ColorizedGhosttyIcon.swift similarity index 100% rename from macos/Sources/Features/Colorized Ghostty Icon/ColorizedGhosttyIcon.swift rename to macos/Sources/Features/Custom App Icon/ColorizedGhosttyIcon.swift diff --git a/macos/Sources/Features/Colorized Ghostty Icon/ColorizedGhosttyIconImage.swift b/macos/Sources/Features/Custom App Icon/ColorizedGhosttyIconImage.swift similarity index 100% rename from macos/Sources/Features/Colorized Ghostty Icon/ColorizedGhosttyIconImage.swift rename to macos/Sources/Features/Custom App Icon/ColorizedGhosttyIconImage.swift diff --git a/macos/Sources/Features/Colorized Ghostty Icon/ColorizedGhosttyIconView.swift b/macos/Sources/Features/Custom App Icon/ColorizedGhosttyIconView.swift similarity index 100% rename from macos/Sources/Features/Colorized Ghostty Icon/ColorizedGhosttyIconView.swift rename to macos/Sources/Features/Custom App Icon/ColorizedGhosttyIconView.swift diff --git a/macos/Sources/Features/Dock Tile Plugin/DockTilePlugin.swift b/macos/Sources/Features/Custom App Icon/DockTilePlugin.swift similarity index 100% rename from macos/Sources/Features/Dock Tile Plugin/DockTilePlugin.swift rename to macos/Sources/Features/Custom App Icon/DockTilePlugin.swift diff --git a/macos/Sources/Features/Dock Tile Plugin/Notification+AppIcon.swift b/macos/Sources/Features/Custom App Icon/Extensions/Notification+AppIcon.swift similarity index 100% rename from macos/Sources/Features/Dock Tile Plugin/Notification+AppIcon.swift rename to macos/Sources/Features/Custom App Icon/Extensions/Notification+AppIcon.swift diff --git a/macos/Sources/Features/Dock Tile Plugin/UserDefaults+AppIcon.swift b/macos/Sources/Features/Custom App Icon/Extensions/UserDefaults+AppIcon.swift similarity index 100% rename from macos/Sources/Features/Dock Tile Plugin/UserDefaults+AppIcon.swift rename to macos/Sources/Features/Custom App Icon/Extensions/UserDefaults+AppIcon.swift -- 2.51.2