Skip to content

Commit

Permalink
Merge pull request #26 from Econa77/support-ios18
Browse files Browse the repository at this point in the history
Support iOS18
  • Loading branch information
gh123man authored Jun 20, 2024
2 parents 256f3b7 + b3dd20d commit 5a24079
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/siteline/SwiftUI-Introspect.git",
"state" : {
"revision" : "3ced72fccb284235c266c1e8a32f1bf93129fc74",
"version" : "1.1.0"
"revision" : "668a65735751432b640260c56dfa621cec568368",
"version" : "1.2.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/siteline/SwiftUI-Introspect.git",
"state" : {
"revision" : "3ced72fccb284235c266c1e8a32f1bf93129fc74",
"version" : "1.1.0"
"revision" : "668a65735751432b640260c56dfa621cec568368",
"version" : "1.2.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/siteline/SwiftUI-Introspect.git", from: "1.0.0"),
.package(url: "https://github.com/siteline/SwiftUI-Introspect.git", from: "1.2.0"),
.package(url: "https://github.com/gh123man/SwiftUI-RenderLock", from: "1.0.2"),
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/siteline/SwiftUI-Introspect.git", from: "1.0.0"),
.package(url: "https://github.com/siteline/SwiftUI-Introspect.git", from: "1.2.0"),
.package(url: "https://github.com/gh123man/SwiftUI-RenderLock", from: "1.0.2"),
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion Sources/Refresher/Refresher.swift
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public struct RefreshableScrollView<Content: View, RefreshView: View>: View {
refreshSpinner
}
}
.introspect(.scrollView, on: .iOS(.v14, .v15, .v16, .v17)) { scrollView in
.introspect(.scrollView, on: .iOS(.v14, .v15, .v16, .v17, .v18)) { scrollView in
DispatchQueue.main.async {
uiScrollView = scrollView
}
Expand Down

0 comments on commit 5a24079

Please sign in to comment.