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.
2 parents 0dbd2f8 + bceeddc commit eb95be3Copy full SHA for eb95be3
CHANGELOG.md
@@ -0,0 +1,4 @@
1
+# swiftui-navigation-stack Changelog
2
+
3
+## 1.0.3
4
+- Fixed Package.swift: the watchOS platform was missing.
Package.swift
@@ -7,7 +7,8 @@ let package = Package(
7
name: "NavigationStack",
8
platforms: [
9
.iOS(.v13),
10
- .macOS(.v10_15)
+ .macOS(.v10_15),
11
+ .watchOS(.v6)
12
],
13
products: [
14
// Products define the executables and libraries produced by a package, and make them visible to other packages.
0 commit comments