Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 7578d21

Browse files
committed
Mark our OS and Swift language support correctly
1 parent 879821d commit 7578d21

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Package.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88

99
// TODO: Add Linux / Windows support
1010
platforms: [
11-
.macOS(.v10_10),
11+
.macOS(.v10_15),
1212
],
1313

1414
products: [
@@ -28,5 +28,9 @@ let package = Package(
2828
.product(name: "SwiftToolsSupport-auto", package: "swift-tools-support-core"),
2929
]),
3030
.testTarget(name: "CreateXCFrameworkTests", dependencies: [ "CreateXCFramework" ]),
31+
],
32+
33+
swiftLanguageVersions: [
34+
.v5
3135
]
3236
)

0 commit comments

Comments
 (0)