You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,13 @@ The Amplify Library for Swift is layered on the [AWS SDK for Swift](https://aws.
38
38
> To use Amplify Swift with visionOS, you'll need to target the `visionos-preview` branch.
39
39
> For more information, see [Platform Support](https://github.com/aws-amplify/amplify-swift/tree/visionos-preview#platform-support) on the `visionos-preview` branch.
40
40
41
+
### Swift Version Support
42
+
43
+
The current minimum supported Swift language version is **Swift 5.9**.
44
+
45
+
> [!NOTE]
46
+
> The minimum Swift language version supported by Amplify Swift matches the version included in the minimum Xcode version allowed by Apple to upload apps to App Store Connect. Historically, Apple updates the minimum allowed Xcode version in April each year. You can expect Amplify Swift to update the minimum supported Swift version within the following 60 days. This is done to ensure Amplify Swift can provide modern Swift APIs and take advantage of Swift language improvements.
47
+
41
48
## Semantic versioning
42
49
43
50
We follow [semantic versioning](https://semver.org/) for our releases.
@@ -51,18 +58,18 @@ Applications that evaluate all members of an enumeration using a `switch` statem
51
58
52
59
## License
53
60
54
-
This library is licensed under the Apache 2.0 License.
61
+
This library is licensed under the Apache 2.0 License.
55
62
56
63
## Installation
57
64
58
65
Amplify requires the following Xcode versions, according to the targeted platform:
59
66
60
67
| Platform | Xcode Version |
61
68
| -------------:| ------------: |
62
-
| iOS |14.1+ |
63
-
| macOS |14.1+ |
64
-
| tvOS |14.3+ |
65
-
| watchOS |14.3+ |
69
+
| iOS |15.0+ |
70
+
| macOS |15.0+ |
71
+
| tvOS |15.0+ |
72
+
| watchOS |15.0+ |
66
73
| visionOS | 15 beta 2+ |
67
74
68
75
| For more detailed instructions, follow the getting started guides in our [documentation site](https://docs.amplify.aws/lib/q/platform/ios)|
0 commit comments