mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-09 03:16:33 +00:00
macos: starting boilerplate
This commit is contained in:
19
macos/Package.swift
Normal file
19
macos/Package.swift
Normal file
@@ -0,0 +1,19 @@
|
||||
// swift-tools-version: 5.7
|
||||
// The swift-tools-version declares the minimum version of Swift required to
|
||||
// build this package.
|
||||
|
||||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "Ghostty",
|
||||
platforms: [
|
||||
// SwiftUI
|
||||
.macOS(.v11),
|
||||
],
|
||||
dependencies: [],
|
||||
targets: [
|
||||
.executableTarget(
|
||||
name: "Ghostty",
|
||||
dependencies: []),
|
||||
]
|
||||
)
|
Reference in New Issue
Block a user