Skip to content

Commit 5e06a21

Browse files
committed
chore(Swift): update visionOS support callout
1 parent 2d26d01 commit 5e06a21

File tree

7 files changed

+15
-29
lines changed

7 files changed

+15
-29
lines changed

src/fragments/lib/ios-prereq-category.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ For a full example, please follow the [project setup walkthrough](/gen1/[platfor
99

1010
<Callout>
1111

12-
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.
13-
As new Xcode 15 beta versions are released, the branch will be updated with any necessary fixes on a best effort basis.
14-
15-
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).
12+
visionOS support is currently in **preview** and can be used by using the latest [Amplify Release](https://github.com/aws-amplify/amplify-swift/releases).
13+
As new Xcode and visionOS versions are released, the support will be updated with any necessary fixes on a best effort basis.
1614

1715
</Callout>

src/pages/[platform]/build-a-backend/add-aws-services/analytics/set-up-analytics/index.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,8 @@ An application with Amplify libraries integrated and a minimum target of any of
4343

4444
<Callout>
4545

46-
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.
47-
As new Xcode 15 beta versions are released, the branch will be updated with any necessary fixes on a best effort basis.
48-
49-
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).
46+
visionOS support is currently in **preview** and can be used by using the latest [Amplify Release](https://github.com/aws-amplify/amplify-swift/releases).
47+
As new Xcode and visionOS versions are released, the support will be updated with any necessary fixes on a best effort basis.
5048

5149
</Callout>
5250
</InlineFilter>

src/pages/[platform]/build-a-backend/add-aws-services/geo/set-up-geo/index.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,8 @@ For a full example, please follow the [project setup walkthrough](/[platform]/st
164164

165165
<Callout>
166166

167-
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.
168-
As new Xcode 15 beta versions are released, the branch will be updated with any necessary fixes on a best effort basis.
169-
170-
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).
167+
visionOS support is currently in **preview** and can be used by using the latest [Amplify Release](https://github.com/aws-amplify/amplify-swift/releases).
168+
As new Xcode and visionOS versions are released, the support will be updated with any necessary fixes on a best effort basis.
171169

172170
</Callout>
173171

src/pages/[platform]/build-a-backend/add-aws-services/logging/set-up-logging/index.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,8 @@ For a full example, please follow the [mobile support walkthrough](/swift/start/
8282

8383
<Callout>
8484

85-
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.
86-
As new Xcode 15 beta versions are released, the branch will be updated with any necessary fixes on a best effort basis.
87-
88-
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).
85+
visionOS support is currently in **preview** and can be used by using the latest [Amplify Release](https://github.com/aws-amplify/amplify-swift/releases).
86+
As new Xcode and visionOS versions are released, the support will be updated with any necessary fixes on a best effort basis.
8987

9088
</Callout>
9189

src/pages/[platform]/build-a-backend/auth/customize-auth-lifecycle/custom-auth-flows/index.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,8 @@ For a full example, please follow the [project setup walkthrough](/[platform]/st
3939

4040
<Callout>
4141

42-
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.
43-
As new Xcode 15 beta versions are released, the branch will be updated with any necessary fixes on a best effort basis.
44-
45-
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).
42+
visionOS support is currently in **preview** and can be used by using the latest [Amplify Release](https://github.com/aws-amplify/amplify-swift/releases).
43+
As new Xcode and visionOS versions are released, the support will be updated with any necessary fixes on a best effort basis.
4644

4745
</Callout>
4846

src/pages/[platform]/build-a-backend/auth/set-up-auth/index.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -573,12 +573,10 @@ An application with Amplify libraries integrated and a minimum target of any of
573573
- **watchOS 9.0**, using **Xcode 14.3** or later.
574574
- **visionOS 1.0**, using **Xcode 15 beta 2** or later. (Preview support - see below for more details.)
575575

576-
<Callout info>
577-
578-
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.
579-
As new Xcode 15 beta versions are released, the branch will be updated with any necessary fixes on a best effort basis.
576+
<Callout>
580577

581-
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).
578+
visionOS support is currently in **preview** and can be used by using the latest [Amplify Release](https://github.com/aws-amplify/amplify-swift/releases).
579+
As new Xcode and visionOS versions are released, the support will be updated with any necessary fixes on a best effort basis.
582580

583581
</Callout>
584582
<Callout>

src/pages/[platform]/build-a-backend/storage/set-up-storage/index.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,11 +404,9 @@ An application with Amplify libraries integrated and a minimum target of any of
404404
For a full example, please follow the [project setup walkthrough](/[platform]/start/quickstart/).
405405

406406
<Callout>
407-
{/* is the visionOS support callout relevant here? */}
408-
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.
409-
As new Xcode 15 beta versions are released, the branch will be updated with any necessary fixes on a best effort basis.
410407

411-
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).
408+
visionOS support is currently in **preview** and can be used by using the latest [Amplify Release](https://github.com/aws-amplify/amplify-swift/releases).
409+
As new Xcode and visionOS versions are released, the support will be updated with any necessary fixes on a best effort basis.
412410

413411
</Callout>
414412

0 commit comments

Comments
 (0)