Initial: MiniTerm Mac-App-Builder (umgezogen aus claude-projects)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
// swift-tools-version:5.9
|
||||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "MiniTerm",
|
||||
platforms: [
|
||||
.macOS(.v13)
|
||||
],
|
||||
dependencies: [
|
||||
// Pin to a tag instead of `branch` if you prefer reproducible builds,
|
||||
// e.g. .package(url: "...", from: "1.2.0")
|
||||
.package(url: "https://github.com/migueldeicaza/SwiftTerm.git", branch: "main")
|
||||
],
|
||||
targets: [
|
||||
.executableTarget(
|
||||
name: "MiniTerm",
|
||||
dependencies: ["SwiftTerm"]
|
||||
)
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user