Specified platform version
This commit is contained in:
@@ -4,7 +4,11 @@
|
||||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
|
||||
name: "SwiftRunnerTesting",
|
||||
platforms: [
|
||||
.macOS(.v14)
|
||||
],
|
||||
products: [
|
||||
.executable(name: "SwiftRunnerTesting", targets: ["SwiftRunnerTesting"]),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user