Skip to content

Commit

Permalink
chore: Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
ruisebas committed Feb 26, 2024
1 parent 61be85a commit 9ed14c7
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ The Amplify Library for Swift is layered on the [AWS SDK for Swift](https://aws.
| watchOS | 9+ | GA |
| visionOS | 1+ | Preview* |

> To use Amplify Swift with visionOS, you'll need to target the `visionos-preview` branch.
> For more information, see [Platform Support](https://github.com/aws-amplify/amplify-swift/tree/visionos-preview#platform-support) on the `visionos-preview` branch.
To use the `visionos-preview` branch, add Amplify Swift via SPM with the **Dependency Rule: Branch** targeting `visionos-preview`.

![Add package dependency](readme-images/spm_visionos-preview_branch.png)

## Semantic versioning

Expand All @@ -48,12 +49,6 @@ When Amplify adds a new enumeration value, we will publish a new **minor** versi
of the library.

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.
| watchOS | 7+ | GA |
| visionOS | 1+ | Preview |

To use the `visionos-preview` branch, add Amplify Swift via SPM with the **Dependency Rule: Branch** targeting `visionos-preview`.

![Add package dependency](readme-images/spm_visionos-preview_branch.png)

## License

Expand Down

0 comments on commit 9ed14c7

Please sign in to comment.