Skip to content

Commit fbee573

Browse files
sebalandharsh62
authored andcommitted
chore: Updating README
1 parent 4b7c9b4 commit fbee573

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ The Amplify Library for Swift is layered on the [AWS SDK for Swift](https://aws.
3535
| watchOS | 9+ | GA |
3636
| visionOS | 1+ | Preview* |
3737

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`.
39+
40+
![Add package dependency](readme-images/spm_visionos-preview_branch.png)
4041

4142
### Swift Version Support
4243

@@ -55,12 +56,6 @@ When Amplify adds a new enumeration value, we will publish a new **minor** versi
5556
of the library.
5657

5758
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`.
62-
63-
![Add package dependency](readme-images/spm_visionos-preview_branch.png)
6459

6560
#### Semantic versioning and dependencies update
6661

0 commit comments

Comments
 (0)