Skip to content

Commit 095cb66

Browse files
author
Alexey Naumov
committed
nalexn#260: Declare support for visionOS
1 parent a4477b8 commit 095cb66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

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

44
import PackageDescription
@@ -7,7 +7,7 @@ let package = Package(
77
name: "ViewInspector",
88
defaultLocalization: "en",
99
platforms: [
10-
.macOS(.v10_15), .iOS(.v11), .tvOS(.v13), .watchOS(.v7)
10+
.macOS(.v10_15), .iOS(.v12), .tvOS(.v13), .watchOS(.v7), .visionOS(.v1)
1111
],
1212
products: [
1313
.library(

0 commit comments

Comments
 (0)