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 e81adaa commit 4e0926cCopy full SHA for 4e0926c
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## Version 2.1.0
4
+**2025-07-17**
5
+
6
+- Update project to recent version (Xcode 16.4) - #111 - @joaolfp
7
+- visionOS Support - @joaolfp
8
9
## Version 2.0.1
10
**2024-09-22**
11
README.md
@@ -12,7 +12,7 @@ A View State library to return the results for each state
12
13
## Support
14
15
-iOS 15.0+ / macOS 12.0+ / tvOS 15.0+ / watchOS 7.0+
+iOS 15.0+ / macOS 12.0+ / tvOS 15.0+ / watchOS 7.0+ / visionOS 1+
16
17
## Usage
18
@@ -103,7 +103,7 @@ let package = Package(
103
dependencies: [
104
.package(
105
url: "https://github.com/heroesofcode/ViewState",
106
- exact: "2.0.1"
+ exact: "2.1.0"
107
)
108
],
109
targets: [
0 commit comments