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 cf02def commit b94da69Copy full SHA for b94da69
CHANGELOG.md
@@ -3,6 +3,12 @@ Changelog
3
4
## master
5
6
+## [0.9.2]
7
+
8
+- Fixed: occasionally wrong status bar style (#313)
9
+- Infrastructure: added UI Test suite (#314)
10
+- Infrastructure: disabled "Autocreate schemes" (#308)
11
12
## [0.9.1]
13
14
- Fixed: only box up content for `.view` introspection (#305)
README.md
@@ -65,7 +65,7 @@ Install
65
```swift
66
let package = Package(
67
dependencies: [
68
- .package(url: "https://github.com/siteline/swiftui-introspect", from: "0.9.1"),
+ .package(url: "https://github.com/siteline/swiftui-introspect", from: "0.9.2"),
69
],
70
targets: [
71
.target(name: <#Target Name#>, dependencies: [
0 commit comments