Refactor and Rename to CommandNotch

This commit is contained in:
2026-03-07 23:14:31 +11:00
parent 2bf1cbad2a
commit 5d161bb214
45 changed files with 76 additions and 69 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -9,7 +9,7 @@
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
0F4A88A33D93B6E100A1C001 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0F4A88A33D93B6E100A1C002 /* Assets.xcassets */; }; 0F4A88A33D93B6E100A1C001 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0F4A88A33D93B6E100A1C002 /* Assets.xcassets */; };
2213F430F3D8A88033607CD2 /* NotchSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA6359CF9DDF89413440300D /* NotchSettings.swift */; }; 2213F430F3D8A88033607CD2 /* NotchSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA6359CF9DDF89413440300D /* NotchSettings.swift */; };
247C6F84E7ADE7AED43381E2 /* DowntermApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B671125208055E5334CB85E /* DowntermApp.swift */; }; 247C6F84E7ADE7AED43381E2 /* CommandNotchApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B671125208055E5334CB85E /* CommandNotchApp.swift */; };
26A767A10DDA77A690CC3C37 /* NotchViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 589421631401C819FE1A7BA9 /* NotchViewModel.swift */; }; 26A767A10DDA77A690CC3C37 /* NotchViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 589421631401C819FE1A7BA9 /* NotchViewModel.swift */; };
295653929D5B9C0E6C90D6D7 /* SwiftTerm in Frameworks */ = {isa = PBXBuildFile; productRef = 032AECA58EA4C274BE9F3320 /* SwiftTerm */; }; 295653929D5B9C0E6C90D6D7 /* SwiftTerm in Frameworks */ = {isa = PBXBuildFile; productRef = 032AECA58EA4C274BE9F3320 /* SwiftTerm */; };
37FC0A7CEEA37C9DCC6A8351 /* TerminalSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B598809B19C892470DE7268 /* TerminalSession.swift */; }; 37FC0A7CEEA37C9DCC6A8351 /* TerminalSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B598809B19C892470DE7268 /* TerminalSession.swift */; };
@@ -44,13 +44,13 @@
2C5C99B7CD7F60E55844E40C /* NotchState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotchState.swift; sourceTree = "<group>"; }; 2C5C99B7CD7F60E55844E40C /* NotchState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotchState.swift; sourceTree = "<group>"; };
3B72743F178231E0B06DD3DE /* HotkeyManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HotkeyManager.swift; sourceTree = "<group>"; }; 3B72743F178231E0B06DD3DE /* HotkeyManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HotkeyManager.swift; sourceTree = "<group>"; };
490C53139360D970099D8F3D /* HotkeyRecorderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HotkeyRecorderView.swift; sourceTree = "<group>"; }; 490C53139360D970099D8F3D /* HotkeyRecorderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HotkeyRecorderView.swift; sourceTree = "<group>"; };
4B671125208055E5334CB85E /* DowntermApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DowntermApp.swift; sourceTree = "<group>"; }; 4B671125208055E5334CB85E /* CommandNotchApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandNotchApp.swift; sourceTree = "<group>"; };
4BB81B6DA7126E1F5FBCC8B8 /* HotkeyBinding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HotkeyBinding.swift; sourceTree = "<group>"; }; 4BB81B6DA7126E1F5FBCC8B8 /* HotkeyBinding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HotkeyBinding.swift; sourceTree = "<group>"; };
589421631401C819FE1A7BA9 /* NotchViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotchViewModel.swift; sourceTree = "<group>"; }; 589421631401C819FE1A7BA9 /* NotchViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotchViewModel.swift; sourceTree = "<group>"; };
5C0779490DE9020FBBC464BE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; 5C0779490DE9020FBBC464BE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
665CFC051CF185B71199608D /* Downterm.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Downterm.app; sourceTree = BUILT_PRODUCTS_DIR; }; 665CFC051CF185B71199608D /* CommandNotch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CommandNotch.app; sourceTree = BUILT_PRODUCTS_DIR; };
7B598809B19C892470DE7268 /* TerminalSession.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TerminalSession.swift; sourceTree = "<group>"; }; 7B598809B19C892470DE7268 /* TerminalSession.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TerminalSession.swift; sourceTree = "<group>"; };
9547A79F60E46F4521A70674 /* Downterm.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Downterm.entitlements; sourceTree = "<group>"; }; 9547A79F60E46F4521A70674 /* CommandNotch.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = CommandNotch.entitlements; sourceTree = "<group>"; };
AA6359CF9DDF89413440300D /* NotchSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotchSettings.swift; sourceTree = "<group>"; }; AA6359CF9DDF89413440300D /* NotchSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotchSettings.swift; sourceTree = "<group>"; };
BA6843B571B41986DE386F5F /* TerminalManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TerminalManager.swift; sourceTree = "<group>"; }; BA6843B571B41986DE386F5F /* TerminalManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TerminalManager.swift; sourceTree = "<group>"; };
C5CB3313B230019D0E988AFE /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; }; C5CB3313B230019D0E988AFE /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
@@ -75,7 +75,7 @@
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
0F4A88A33D93B6E100A1C002 /* Assets.xcassets */, 0F4A88A33D93B6E100A1C002 /* Assets.xcassets */,
9547A79F60E46F4521A70674 /* Downterm.entitlements */, 9547A79F60E46F4521A70674 /* CommandNotch.entitlements */,
); );
path = Resources; path = Resources;
sourceTree = "<group>"; sourceTree = "<group>";
@@ -95,7 +95,7 @@
792DD4F8C079680683D8FF7A /* Products */ = { 792DD4F8C079680683D8FF7A /* Products */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
665CFC051CF185B71199608D /* Downterm.app */, 665CFC051CF185B71199608D /* CommandNotch.app */,
); );
name = Products; name = Products;
sourceTree = "<group>"; sourceTree = "<group>";
@@ -121,12 +121,12 @@
path = Extensions; path = Extensions;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
9E1CA4816F67033BBD52D8A3 /* Downterm */ = { 9E1CA4816F67033BBD52D8A3 /* CommandNotch */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
5C0779490DE9020FBBC464BE /* AppDelegate.swift */, 5C0779490DE9020FBBC464BE /* AppDelegate.swift */,
20BA7F4716DA3909DA8BC381 /* ContentView.swift */, 20BA7F4716DA3909DA8BC381 /* ContentView.swift */,
4B671125208055E5334CB85E /* DowntermApp.swift */, 4B671125208055E5334CB85E /* CommandNotchApp.swift */,
F32F526005A2589010E63C76 /* Components */, F32F526005A2589010E63C76 /* Components */,
8D95E0324E6AFC9E4DC0C087 /* Extensions */, 8D95E0324E6AFC9E4DC0C087 /* Extensions */,
27C90448ECAC906F0DA429C0 /* Managers */, 27C90448ECAC906F0DA429C0 /* Managers */,
@@ -134,7 +134,7 @@
0EF94ED46B4860C241540F0A /* Resources */, 0EF94ED46B4860C241540F0A /* Resources */,
C2B8955F4D0A1DAA7E60326A /* Views */, C2B8955F4D0A1DAA7E60326A /* Views */,
); );
path = Downterm; path = CommandNotch;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
C2B8955F4D0A1DAA7E60326A /* Views */ = { C2B8955F4D0A1DAA7E60326A /* Views */ = {
@@ -160,7 +160,7 @@
FC6F23514BFE2235BD4154E8 = { FC6F23514BFE2235BD4154E8 = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
9E1CA4816F67033BBD52D8A3 /* Downterm */, 9E1CA4816F67033BBD52D8A3 /* CommandNotch */,
792DD4F8C079680683D8FF7A /* Products */, 792DD4F8C079680683D8FF7A /* Products */,
); );
sourceTree = "<group>"; sourceTree = "<group>";
@@ -168,9 +168,9 @@
/* End PBXGroup section */ /* End PBXGroup section */
/* Begin PBXNativeTarget section */ /* Begin PBXNativeTarget section */
1485207FA11756EC2DF4F08B /* Downterm */ = { 1485207FA11756EC2DF4F08B /* CommandNotch */ = {
isa = PBXNativeTarget; isa = PBXNativeTarget;
buildConfigurationList = 74CB98309F5464CDCB00C63A /* Build configuration list for PBXNativeTarget "Downterm" */; buildConfigurationList = 74CB98309F5464CDCB00C63A /* Build configuration list for PBXNativeTarget "CommandNotch" */;
buildPhases = ( buildPhases = (
F3C6D5CD1247D246A3F6F7AB /* Sources */, F3C6D5CD1247D246A3F6F7AB /* Sources */,
6085DF2BDFFB2A99C4ABD514 /* Frameworks */, 6085DF2BDFFB2A99C4ABD514 /* Frameworks */,
@@ -180,12 +180,12 @@
); );
dependencies = ( dependencies = (
); );
name = Downterm; name = CommandNotch;
packageProductDependencies = ( packageProductDependencies = (
032AECA58EA4C274BE9F3320 /* SwiftTerm */, 032AECA58EA4C274BE9F3320 /* SwiftTerm */,
); );
productName = Downterm; productName = CommandNotch;
productReference = 665CFC051CF185B71199608D /* Downterm.app */; productReference = 665CFC051CF185B71199608D /* CommandNotch.app */;
productType = "com.apple.product-type.application"; productType = "com.apple.product-type.application";
}; };
/* End PBXNativeTarget section */ /* End PBXNativeTarget section */
@@ -197,7 +197,7 @@
BuildIndependentTargetsInParallel = YES; BuildIndependentTargetsInParallel = YES;
LastUpgradeCheck = 1600; LastUpgradeCheck = 1600;
}; };
buildConfigurationList = D1C4019FEAFC83BB053C9E6E /* Build configuration list for PBXProject "Downterm" */; buildConfigurationList = D1C4019FEAFC83BB053C9E6E /* Build configuration list for PBXProject "CommandNotch" */;
compatibilityVersion = "Xcode 14.0"; compatibilityVersion = "Xcode 14.0";
developmentRegion = en; developmentRegion = en;
hasScannedForEncodings = 0; hasScannedForEncodings = 0;
@@ -213,7 +213,7 @@
projectDirPath = ""; projectDirPath = "";
projectRoot = ""; projectRoot = "";
targets = ( targets = (
1485207FA11756EC2DF4F08B /* Downterm */, 1485207FA11756EC2DF4F08B /* CommandNotch */,
); );
}; };
/* End PBXProject section */ /* End PBXProject section */
@@ -236,7 +236,7 @@
files = ( files = (
81A912E3E16165D999882078 /* AppDelegate.swift in Sources */, 81A912E3E16165D999882078 /* AppDelegate.swift in Sources */,
888C45C650327089EBD39B2E /* ContentView.swift in Sources */, 888C45C650327089EBD39B2E /* ContentView.swift in Sources */,
247C6F84E7ADE7AED43381E2 /* DowntermApp.swift in Sources */, 247C6F84E7ADE7AED43381E2 /* CommandNotchApp.swift in Sources */,
88EBFBB2292659EA7C42A8F9 /* HotkeyBinding.swift in Sources */, 88EBFBB2292659EA7C42A8F9 /* HotkeyBinding.swift in Sources */,
4D5125E11B4DDBDB3DFACBAF /* HotkeyManager.swift in Sources */, 4D5125E11B4DDBDB3DFACBAF /* HotkeyManager.swift in Sources */,
7BD705CA6A34117929B362EC /* HotkeyRecorderView.swift in Sources */, 7BD705CA6A34117929B362EC /* HotkeyRecorderView.swift in Sources */,
@@ -267,11 +267,11 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CLANG_USE_OPTIMIZATION_PROFILE = YES; CLANG_USE_OPTIMIZATION_PROFILE = YES;
CODE_SIGN_ENTITLEMENTS = Downterm/Resources/Downterm.entitlements; CODE_SIGN_ENTITLEMENTS = CommandNotch/Resources/CommandNotch.entitlements;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
COMBINE_HIDPI_IMAGES = YES; COMBINE_HIDPI_IMAGES = YES;
"DEVELOPMENT_TEAM[sdk=macosx*]" = G698BP272N; "DEVELOPMENT_TEAM[sdk=macosx*]" = G698BP272N;
INFOPLIST_FILE = Downterm/Resources/Info.plist; INFOPLIST_FILE = CommandNotch/Resources/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = CommandNotch; INFOPLIST_KEY_CFBundleDisplayName = CommandNotch;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
@@ -279,7 +279,7 @@
); );
MARKETING_VERSION = 0.0.3; MARKETING_VERSION = 0.0.3;
PRODUCT_BUNDLE_IDENTIFIER = com.commandnotch.app; PRODUCT_BUNDLE_IDENTIFIER = com.commandnotch.app;
PRODUCT_NAME = Downterm; PRODUCT_NAME = CommandNotch;
SDKROOT = macosx; SDKROOT = macosx;
}; };
name = Release; name = Release;
@@ -354,11 +354,11 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CLANG_USE_OPTIMIZATION_PROFILE = YES; CLANG_USE_OPTIMIZATION_PROFILE = YES;
CODE_SIGN_ENTITLEMENTS = Downterm/Resources/Downterm.entitlements; CODE_SIGN_ENTITLEMENTS = CommandNotch/Resources/CommandNotch.entitlements;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
COMBINE_HIDPI_IMAGES = YES; COMBINE_HIDPI_IMAGES = YES;
"DEVELOPMENT_TEAM[sdk=macosx*]" = G698BP272N; "DEVELOPMENT_TEAM[sdk=macosx*]" = G698BP272N;
INFOPLIST_FILE = Downterm/Resources/Info.plist; INFOPLIST_FILE = CommandNotch/Resources/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = CommandNotch; INFOPLIST_KEY_CFBundleDisplayName = CommandNotch;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
@@ -366,7 +366,7 @@
); );
MARKETING_VERSION = 0.0.3; MARKETING_VERSION = 0.0.3;
PRODUCT_BUNDLE_IDENTIFIER = com.commandnotch.app; PRODUCT_BUNDLE_IDENTIFIER = com.commandnotch.app;
PRODUCT_NAME = Downterm; PRODUCT_NAME = CommandNotch;
SDKROOT = macosx; SDKROOT = macosx;
}; };
name = Debug; name = Debug;
@@ -431,7 +431,7 @@
/* End XCBuildConfiguration section */ /* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */ /* Begin XCConfigurationList section */
74CB98309F5464CDCB00C63A /* Build configuration list for PBXNativeTarget "Downterm" */ = { 74CB98309F5464CDCB00C63A /* Build configuration list for PBXNativeTarget "CommandNotch" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
7020C02C1BDF63690CC9A3AC /* Debug */, 7020C02C1BDF63690CC9A3AC /* Debug */,
@@ -440,7 +440,7 @@
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Debug; defaultConfigurationName = Debug;
}; };
D1C4019FEAFC83BB053C9E6E /* Build configuration list for PBXProject "Downterm" */ = { D1C4019FEAFC83BB053C9E6E /* Build configuration list for PBXProject "CommandNotch" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
3595A9212275B9AEC4448C64 /* Debug */, 3595A9212275B9AEC4448C64 /* Debug */,

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:">
</FileRef>
</Workspace>

View File

@@ -16,9 +16,9 @@
<BuildableReference <BuildableReference
BuildableIdentifier = "primary" BuildableIdentifier = "primary"
BlueprintIdentifier = "1485207FA11756EC2DF4F08B" BlueprintIdentifier = "1485207FA11756EC2DF4F08B"
BuildableName = "Downterm.app" BuildableName = "CommandNotch.app"
BlueprintName = "Downterm" BlueprintName = "CommandNotch"
ReferencedContainer = "container:Downterm.xcodeproj"> ReferencedContainer = "container:CommandNotch.xcodeproj">
</BuildableReference> </BuildableReference>
</BuildActionEntry> </BuildActionEntry>
</BuildActionEntries> </BuildActionEntries>
@@ -45,9 +45,9 @@
<BuildableReference <BuildableReference
BuildableIdentifier = "primary" BuildableIdentifier = "primary"
BlueprintIdentifier = "1485207FA11756EC2DF4F08B" BlueprintIdentifier = "1485207FA11756EC2DF4F08B"
BuildableName = "Downterm.app" BuildableName = "CommandNotch.app"
BlueprintName = "Downterm" BlueprintName = "CommandNotch"
ReferencedContainer = "container:Downterm.xcodeproj"> ReferencedContainer = "container:CommandNotch.xcodeproj">
</BuildableReference> </BuildableReference>
</BuildableProductRunnable> </BuildableProductRunnable>
</LaunchAction> </LaunchAction>
@@ -62,9 +62,9 @@
<BuildableReference <BuildableReference
BuildableIdentifier = "primary" BuildableIdentifier = "primary"
BlueprintIdentifier = "1485207FA11756EC2DF4F08B" BlueprintIdentifier = "1485207FA11756EC2DF4F08B"
BuildableName = "Downterm.app" BuildableName = "CommandNotch.app"
BlueprintName = "Downterm" BlueprintName = "CommandNotch"
ReferencedContainer = "container:Downterm.xcodeproj"> ReferencedContainer = "container:CommandNotch.xcodeproj">
</BuildableReference> </BuildableReference>
</BuildableProductRunnable> </BuildableProductRunnable>
</ProfileAction> </ProfileAction>

View File

@@ -16,9 +16,9 @@
<BuildableReference <BuildableReference
BuildableIdentifier = "primary" BuildableIdentifier = "primary"
BlueprintIdentifier = "1485207FA11756EC2DF4F08B" BlueprintIdentifier = "1485207FA11756EC2DF4F08B"
BuildableName = "Downterm.app" BuildableName = "CommandNotch.app"
BlueprintName = "Downterm" BlueprintName = "CommandNotch"
ReferencedContainer = "container:Downterm.xcodeproj"> ReferencedContainer = "container:CommandNotch.xcodeproj">
</BuildableReference> </BuildableReference>
</BuildActionEntry> </BuildActionEntry>
</BuildActionEntries> </BuildActionEntries>
@@ -45,9 +45,9 @@
<BuildableReference <BuildableReference
BuildableIdentifier = "primary" BuildableIdentifier = "primary"
BlueprintIdentifier = "1485207FA11756EC2DF4F08B" BlueprintIdentifier = "1485207FA11756EC2DF4F08B"
BuildableName = "Downterm.app" BuildableName = "CommandNotch.app"
BlueprintName = "Downterm" BlueprintName = "CommandNotch"
ReferencedContainer = "container:Downterm.xcodeproj"> ReferencedContainer = "container:CommandNotch.xcodeproj">
</BuildableReference> </BuildableReference>
</BuildableProductRunnable> </BuildableProductRunnable>
</LaunchAction> </LaunchAction>
@@ -62,9 +62,9 @@
<BuildableReference <BuildableReference
BuildableIdentifier = "primary" BuildableIdentifier = "primary"
BlueprintIdentifier = "1485207FA11756EC2DF4F08B" BlueprintIdentifier = "1485207FA11756EC2DF4F08B"
BuildableName = "Downterm.app" BuildableName = "CommandNotch.app"
BlueprintName = "Downterm" BlueprintName = "CommandNotch"
ReferencedContainer = "container:Downterm.xcodeproj"> ReferencedContainer = "container:CommandNotch.xcodeproj">
</BuildableReference> </BuildableReference>
</BuildableProductRunnable> </BuildableProductRunnable>
</ProfileAction> </ProfileAction>

View File

@@ -4,12 +4,12 @@
<dict> <dict>
<key>SchemeUserState</key> <key>SchemeUserState</key>
<dict> <dict>
<key>Downterm.xcscheme_^#shared#^_</key> <key>CommandNotch.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>0</integer> <integer>0</integer>
</dict> </dict>
<key>Release-Downterm.xcscheme_^#shared#^_</key> <key>Release-CommandNotch.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>1</integer> <integer>1</integer>

View File

@@ -1,10 +1,10 @@
import SwiftUI import SwiftUI
/// Main entry point for the Downterm application. /// Main entry point for the CommandNotch application.
/// Provides a MenuBarExtra for quick access to settings and app controls. /// Provides a MenuBarExtra for quick access to settings and app controls.
/// The notch windows and terminal sessions are managed by AppDelegate + ScreenManager. /// The notch windows and terminal sessions are managed by AppDelegate + ScreenManager.
@main @main
struct DowntermApp: App { struct CommandNotchApp: App {
@NSApplicationDelegateAdaptor(AppDelegate.self) var appDelegate @NSApplicationDelegateAdaptor(AppDelegate.self) var appDelegate
@@ -12,7 +12,7 @@ struct DowntermApp: App {
private var showMenuBarIcon = NotchSettings.Defaults.showMenuBarIcon private var showMenuBarIcon = NotchSettings.Defaults.showMenuBarIcon
var body: some Scene { var body: some Scene {
MenuBarExtra("Downterm", systemImage: "terminal", isInserted: $showMenuBarIcon) { MenuBarExtra("CommandNotch", systemImage: "terminal", isInserted: $showMenuBarIcon) {
Button("Toggle Notch") { Button("Toggle Notch") {
ScreenManager.shared.toggleNotchOnActiveScreen() ScreenManager.shared.toggleNotchOnActiveScreen()
} }
@@ -27,7 +27,7 @@ struct DowntermApp: App {
Divider() Divider()
Button("Quit Downterm") { Button("Quit CommandNotch") {
NSApplication.shared.terminate(nil) NSApplication.shared.terminate(nil)
} }
.keyboardShortcut("Q", modifiers: .command) .keyboardShortcut("Q", modifiers: .command)

View File

@@ -33,7 +33,7 @@ class SettingsWindowController: NSObject, NSWindowDelegate {
backing: .buffered, backing: .buffered,
defer: false defer: false
) )
win.title = "Downterm Settings" win.title = "CommandNotch Settings"
win.contentView = hostingView win.contentView = hostingView
win.center() win.center()
win.delegate = self win.delegate = self

View File

@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.2.0</string> <string>0.0.3</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1</string> <string>1</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
@@ -25,6 +25,6 @@
<key>LSUIElement</key> <key>LSUIElement</key>
<true/> <true/>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Copyright © 2026 Downterm. All rights reserved.</string> <string>Copyright © 2026 CommandNotch. All rights reserved.</string>
</dict> </dict>
</plist> </plist>

View File

@@ -370,7 +370,7 @@ struct AboutSettingsView: View {
Image(systemName: "terminal") Image(systemName: "terminal")
.font(.system(size: 64)) .font(.system(size: 64))
.foregroundStyle(.secondary) .foregroundStyle(.secondary)
Text("Downterm") Text("CommandNotch")
.font(.largeTitle.bold()) .font(.largeTitle.bold())
Text("Version 0.3.0") Text("Version 0.3.0")
.foregroundStyle(.secondary) .foregroundStyle(.secondary)

View File

@@ -1,6 +1,6 @@
name: Downterm name: CommandNotch
options: options:
bundleIdPrefix: com.downterm bundleIdPrefix: com.commandnotch
deploymentTarget: deploymentTarget:
macOS: "14.0" macOS: "14.0"
xcodeVersion: "16.0" xcodeVersion: "16.0"
@@ -15,34 +15,34 @@ packages:
url: https://github.com/migueldeicaza/SwiftTerm.git url: https://github.com/migueldeicaza/SwiftTerm.git
from: "1.2.0" from: "1.2.0"
targets: targets:
Downterm: CommandNotch:
type: application type: application
platform: macOS platform: macOS
sources: sources:
- path: Downterm - path: CommandNotch
excludes: excludes:
- Resources/Info.plist - Resources/Info.plist
dependencies: dependencies:
- package: SwiftTerm - package: SwiftTerm
info: info:
path: Downterm/Resources/Info.plist path: CommandNotch/Resources/Info.plist
properties: properties:
CFBundleName: Downterm CFBundleName: CommandNotch
CFBundleDisplayName: Downterm CFBundleDisplayName: CommandNotch
CFBundleIdentifier: com.downterm.app CFBundleIdentifier: com.commandnotch.app
CFBundleVersion: "1" CFBundleVersion: "1"
CFBundleShortVersionString: "0.2.0" CFBundleShortVersionString: "0.2.0"
CFBundlePackageType: APPL CFBundlePackageType: APPL
CFBundleExecutable: Downterm CFBundleExecutable: CommandNotch
LSMinimumSystemVersion: "14.0" LSMinimumSystemVersion: "14.0"
LSUIElement: true LSUIElement: true
NSHumanReadableCopyright: "Copyright © 2026 Downterm. All rights reserved." NSHumanReadableCopyright: "Copyright © 2026 CommandNotch. All rights reserved."
entitlements: entitlements:
path: Downterm/Resources/Downterm.entitlements path: CommandNotch/Resources/CommandNotch.entitlements
settings: settings:
base: base:
CODE_SIGN_ENTITLEMENTS: Downterm/Resources/Downterm.entitlements CODE_SIGN_ENTITLEMENTS: CommandNotch/Resources/CommandNotch.entitlements
INFOPLIST_FILE: Downterm/Resources/Info.plist INFOPLIST_FILE: CommandNotch/Resources/Info.plist
PRODUCT_BUNDLE_IDENTIFIER: com.downterm.app PRODUCT_BUNDLE_IDENTIFIER: com.commandnotch.app
PRODUCT_NAME: Downterm PRODUCT_NAME: CommandNotch
COMBINE_HIDPI_IMAGES: true COMBINE_HIDPI_IMAGES: true