File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- // swift-tools-version:5.6
1
+ // swift-tools-version:5.7
2
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
3
import PackageDescription
4
4
5
5
let platforms : [ SupportedPlatform ] = [
6
6
. iOS( . v13) ,
7
7
. macOS( . v10_15) ,
8
8
. tvOS( . v13) ,
9
- . watchOS( . v7 )
9
+ . watchOS( . v9 )
10
10
]
11
11
let dependencies : [ Package . Dependency ] = [
12
12
. package ( url: " https://github.com/awslabs/aws-sdk-swift.git " , exact: " 0.13.0 " ) ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ The Amplify Library for Swift is layered on the [AWS SDK for Swift](https://aws.
32
32
| iOS | 13+ | GA |
33
33
| macOS | 10.15+ | GA |
34
34
| tvOS | 13+ | GA |
35
- | watchOS | 7 + | GA |
35
+ | watchOS | 9 + | GA |
36
36
| visionOS | 1+ | Preview* |
37
37
38
38
> To use Amplify Swift with visionOS, you'll need to target the ` visionos-preview ` branch.
You can’t perform that action at this time.
0 commit comments