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 717a725 commit 745ca47Copy full SHA for 745ca47
Package.swift
@@ -6,8 +6,10 @@ let package = Package(
6
name: "swiftui-introspect",
7
platforms: [
8
.iOS(.v13),
9
- .tvOS(.v13),
+ .macCatalyst(.v13),
10
.macOS(.v10_15),
11
+ .tvOS(.v13),
12
+ .visionOS(.v1),
13
],
14
products: [
15
.library(name: "SwiftUIIntrospect", targets: ["SwiftUIIntrospect"]),
0 commit comments