Skip to content

Commit

Permalink
chore: kickoff release
Browse files Browse the repository at this point in the history
  • Loading branch information
lawmicha authored Sep 21, 2023
2 parents 94a3f34 + 26f1f21 commit f1b6062
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// swift-tools-version:5.6
// swift-tools-version:5.7
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription

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 f1b6062

Please sign in to comment.