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
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,9 @@ The Amplify Library for Swift is layered on the [AWS SDK for Swift](https://aws.
35
35
| watchOS | 9+ | GA |
36
36
| visionOS | 1+ | Preview*|
37
37
38
-
> To use Amplify Swift with visionOS, you'll need to target the `visionos-preview` branch.
39
-
> For more information, see [Platform Support](https://github.com/aws-amplify/amplify-swift/tree/visionos-preview#platform-support) on the `visionos-preview` branch.
38
+
To use the `visionos-preview` branch, add Amplify Swift via SPM with the **Dependency Rule: Branch** targeting `visionos-preview`.
@@ -55,12 +56,6 @@ When Amplify adds a new enumeration value, we will publish a new **minor** versi
55
56
of the library.
56
57
57
58
Applications that evaluate all members of an enumeration using a `switch` statement can add a `default` case to prevent new cases from causing compile warnings or errors.
58
-
| watchOS | 7+ | GA |
59
-
| visionOS | 1+ | Preview |
60
-
61
-
To use the `visionos-preview` branch, add Amplify Swift via SPM with the **Dependency Rule: Branch** targeting `visionos-preview`.
0 commit comments