We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28065ca commit 18f9056Copy full SHA for 18f9056
Package.swift
@@ -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
-
+// swift-tools-version:5.9
4
import PackageDescription
5
6
let package = Package(
@@ -9,7 +7,8 @@ let package = Package(
9
7
.macOS(.v10_13),
10
8
.iOS(.v12),
11
.watchOS(.v5),
12
- .tvOS(.v13)
+ .tvOS(.v13),
+ .visionOS(.v1),
13
],
14
products: [
15
// Products define the executables and libraries a package produces, and make them visible to other packages.
0 commit comments