Skip to content

Commit 745ca47

Browse files
authored
Make all supported platforms explicit in Package.swift (#501)
1 parent 717a725 commit 745ca47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Package.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ let package = Package(
66
name: "swiftui-introspect",
77
platforms: [
88
.iOS(.v13),
9-
.tvOS(.v13),
9+
.macCatalyst(.v13),
1010
.macOS(.v10_15),
11+
.tvOS(.v13),
12+
.visionOS(.v1),
1113
],
1214
products: [
1315
.library(name: "SwiftUIIntrospect", targets: ["SwiftUIIntrospect"]),

0 commit comments

Comments
 (0)