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