Initial commit

This commit is contained in:
2026-02-27 11:57:09 +11:00
commit 4070904db8
29 changed files with 2994 additions and 0 deletions

48
Downterm/project.yml Normal file
View File

@@ -0,0 +1,48 @@
name: Downterm
options:
bundleIdPrefix: com.downterm
deploymentTarget:
macOS: "14.0"
xcodeVersion: "16.0"
generateEmptyDirectories: true
settings:
base:
SWIFT_VERSION: "5.10"
MACOSX_DEPLOYMENT_TARGET: "14.0"
ENABLE_HARDENED_RUNTIME: true
packages:
SwiftTerm:
url: https://github.com/migueldeicaza/SwiftTerm.git
from: "1.2.0"
targets:
Downterm:
type: application
platform: macOS
sources:
- path: Downterm
excludes:
- Resources/Info.plist
dependencies:
- package: SwiftTerm
info:
path: Downterm/Resources/Info.plist
properties:
CFBundleName: Downterm
CFBundleDisplayName: Downterm
CFBundleIdentifier: com.downterm.app
CFBundleVersion: "1"
CFBundleShortVersionString: "0.2.0"
CFBundlePackageType: APPL
CFBundleExecutable: Downterm
LSMinimumSystemVersion: "14.0"
LSUIElement: true
NSHumanReadableCopyright: "Copyright © 2026 Downterm. All rights reserved."
entitlements:
path: Downterm/Resources/Downterm.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
COMBINE_HIDPI_IMAGES: true