Skip to content

Commit

Permalink
Merge pull request #12 from Narsail/master
Browse files Browse the repository at this point in the history
Chore: Update Swift-UI Introspect to v1.1.1 to fix the watchOS previe…
  • Loading branch information
paescebu authored Jan 3, 2024
2 parents 3d31b6b + 2b0d614 commit 44b0f20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
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" : "6dce3c8f5bfa8bc20120c7497da27e984a8813aa",
"version" : "0.7.0"
"revision" : "9e1cc02a65b22e09a8251261cccbccce02731fc5",
"version" : "1.1.1"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
targets: ["CustomKeyboardKit"]),
],
dependencies: [
.package(url: "https://github.com/siteline/SwiftUI-Introspect.git", exact: "0.10.0")
.package(url: "https://github.com/siteline/SwiftUI-Introspect.git", exact: "1.1.1")
],
targets: [
.target(
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ extension CustomKeyboard {

https://user-images.githubusercontent.com/59558722/204609124-b99b0d8d-f38f-42d3-afa5-cbf7e72e86c8.mp4


## Warranty
The code comes with no warranty of any kind. I hope it'll be useful to you (it certainly is to me), but I make no guarantees regarding its functionality or otherwise.

Expand Down

0 comments on commit 44b0f20

Please sign in to comment.