Skip to content

Commit 92733d0

Browse files
authored
Support SwiftUI Introspect version 26.0 (#163)
1 parent 20c8d6c commit 92733d0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Package.resolved

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ package.dependencies = [
6565
.package(url: "https://github.com/davdroman/swift-once-macro", from: "1.0.0"),
6666
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.0.0"), // dev
6767
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.0.0"),
68-
.package(url: "https://github.com/siteline/swiftui-introspect", from: "1.0.0"),
68+
.package(url: "https://github.com/siteline/swiftui-introspect", "1.3.0"..<"27.0.0"),
6969
]
7070

7171
for target in package.targets {

0 commit comments

Comments
 (0)