Skip to content

Commit 18f9056

Browse files
committed
Fix tools version & provide proper support for visionOS
1 parent 28065ca commit 18f9056

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Package.swift

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// swift-tools-version:5.7
2-
// The swift-tools-version declares the minimum version of Swift required to build this package.
3-
1+
// swift-tools-version:5.9
42
import PackageDescription
53

64
let package = Package(
@@ -9,7 +7,8 @@ let package = Package(
97
.macOS(.v10_13),
108
.iOS(.v12),
119
.watchOS(.v5),
12-
.tvOS(.v13)
10+
.tvOS(.v13),
11+
.visionOS(.v1),
1312
],
1413
products: [
1514
// Products define the executables and libraries a package produces, and make them visible to other packages.

0 commit comments

Comments
 (0)