Skip to content

Commit 26f1f21

Browse files
authored
feat: Setting mininum watchOS version to 9 (aws-amplify#3229)
1 parent f1b6fa1 commit 26f1f21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let platforms: [SupportedPlatform] = [
66
.iOS(.v13),
77
.macOS(.v10_15),
88
.tvOS(.v13),
9-
.watchOS(.v7)
9+
.watchOS(.v9)
1010
]
1111
let dependencies: [Package.Dependency] = [
1212
.package(url: "https://github.com/awslabs/aws-sdk-swift.git", exact: "0.13.0"),

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The Amplify Library for Swift is layered on the [AWS SDK for Swift](https://aws.
3232
| iOS | 13+ | GA |
3333
| macOS | 10.15+ | GA |
3434
| tvOS | 13+ | GA |
35-
| watchOS | 7+ | GA |
35+
| watchOS | 9+ | GA |
3636
| visionOS | 1+ | Preview* |
3737

3838
> To use Amplify Swift with visionOS, you'll need to target the `visionos-preview` branch.

0 commit comments

Comments
 (0)