Skip to content

Commit

Permalink
feat: Setting mininum watchOS version to 9 (#3229)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruisebas authored Sep 20, 2023
1 parent f1b6fa1 commit 26f1f21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let platforms: [SupportedPlatform] = [
.iOS(.v13),
.macOS(.v10_15),
.tvOS(.v13),
.watchOS(.v7)
.watchOS(.v9)
]
let dependencies: [Package.Dependency] = [
.package(url: "https://github.com/awslabs/aws-sdk-swift.git", exact: "0.13.0"),
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The Amplify Library for Swift is layered on the [AWS SDK for Swift](https://aws.
| iOS | 13+ | GA |
| macOS | 10.15+ | GA |
| tvOS | 13+ | GA |
| watchOS | 7+ | GA |
| watchOS | 9+ | GA |
| visionOS | 1+ | Preview* |

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

0 comments on commit 26f1f21

Please sign in to comment.