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