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 f1b6fa1 commit 26f1f21Copy full SHA for 26f1f21
Package.swift
@@ -6,7 +6,7 @@ let platforms: [SupportedPlatform] = [
6
.iOS(.v13),
7
.macOS(.v10_15),
8
.tvOS(.v13),
9
- .watchOS(.v7)
+ .watchOS(.v9)
10
]
11
let dependencies: [Package.Dependency] = [
12
.package(url: "https://github.com/awslabs/aws-sdk-swift.git", exact: "0.13.0"),
README.md
@@ -32,7 +32,7 @@ The Amplify Library for Swift is layered on the [AWS SDK for Swift](https://aws.
32
| iOS | 13+ | GA |
33
| macOS | 10.15+ | GA |
34
| tvOS | 13+ | GA |
35
-| watchOS | 7+ | GA |
+| watchOS | 9+ | GA |
36
| visionOS | 1+ | Preview* |
37
38
> To use Amplify Swift with visionOS, you'll need to target the `visionos-preview` branch.
0 commit comments