Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -1509,7 +1509,9 @@
"Pinia",
"kotlinx",
"snapcraft",
"snapshotted"
"snapshotted",
"visionos"

],
"flagWords": ["hte", "full-stack", "Full-stack", "Full-Stack", "sudo"]
}
12 changes: 11 additions & 1 deletion src/fragments/lib/ios-prereq-category.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,15 @@ An application with Amplify libraries integrated and a minimum target of any of
- **macOS 10.15**, using **Xcode 13.4** or later.
- **tvOS 13.0**, using **Xcode 14.3** or later.
- **watchOS 7.0**, using **Xcode 14.3** or later.
- **visionOS 1.0**, using **Xcode 15 beta 2** or later. (Preview support - see below for more details.)

For a full example, please follow the [project setup walkthrough](/lib/project-setup/prereq).
For a full example, please follow the [project setup walkthrough](/lib/project-setup/prereq).

<Callout>

visionOS support is currently in **preview** and can be used by targeting the [`visionos-preview`](https://github.com/aws-amplify/amplify-swift/tree/visionos-preview) branch.
As new Xcode 15 beta versions are released, the branch will be updated with any necessary fixes on a best effort basis.

For more information on how to use the `visionos-preview` branch, see [Platform Support](https://github.com/aws-amplify/amplify-swift/tree/visionos-preview#platform-support).

</Callout>