Skip to content

Commit 23a8ee0

Browse files
committed
worked on review comments
1 parent 5e06a21 commit 23a8ee0

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ An application with Amplify libraries integrated and a minimum target of any of
33
- **macOS 10.15**, using **Xcode 14.1** or later.
44
- **tvOS 13.0**, using **Xcode 14.3** or later.
55
- **watchOS 9.0**, using **Xcode 14.3** or later.
6-
- **visionOS 1.0**, using **Xcode 15 beta 2** or later. (Preview support - see below for more details.)
6+
- **visionOS 1.0**, using **Xcode 15** or later. (Preview support - see below for more details.)
77

88
For a full example, please follow the [project setup walkthrough](/gen1/[platform]/start/project-setup/prerequisites/).
99

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ An application with Amplify libraries integrated and a minimum target of any of
3939
- **macOS 10.15**, using **Xcode 14.1** or later.
4040
- **tvOS 13.0**, using **Xcode 14.3** or later.
4141
- **watchOS 9.0**, using **Xcode 14.3** or later.
42-
- **visionOS 1.0**, using **Xcode 15 beta 2** or later. (Preview support - see below for more details.)
42+
- **visionOS 1.0**, using **Xcode 15** or later. (Preview support - see below for more details.)
4343

4444
<Callout>
4545

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ An application with Amplify libraries integrated and a minimum target of any of
3333
- **macOS 10.15**, using **Xcode 14.1** or later.
3434
- **tvOS 13.0**, using **Xcode 14.3** or later.
3535
- **watchOS 9.0**, using **Xcode 14.3** or later.
36-
- **visionOS 1.0**, using **Xcode 15 beta 2** or later. (Preview support - see below for more details.)
36+
- **visionOS 1.0**, using **Xcode 15** or later. (Preview support - see below for more details.)
3737

3838
For a full example, please follow the [project setup walkthrough](/[platform]/start/quickstart/).
3939

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ An application with Amplify libraries integrated and a minimum target of any of
571571
- **macOS 10.15**, using **Xcode 14.1** or later.
572572
- **tvOS 13.0**, using **Xcode 14.3** or later.
573573
- **watchOS 9.0**, using **Xcode 14.3** or later.
574-
- **visionOS 1.0**, using **Xcode 15 beta 2** or later. (Preview support - see below for more details.)
574+
- **visionOS 1.0**, using **Xcode 15** or later. (Preview support - see below for more details.)
575575

576576
<Callout>
577577

src/pages/[platform]/build-a-backend/auth/sign-in-with-web-ui/index.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,11 @@ RxAmplify.Auth.signInWithWebUI(this)
130130

131131
<Callout warning>
132132

133-
**Note:** Social sign-in (OAuth) functionality is only available in **iOS** and **macOS**.
133+
**Note:** Social sign-in (OAuth) functionality is only available in **iOS**, **macOS** and **visionOS**.
134134

135135
When configuring social sign-in, it's important to exercise caution when designating attributes as "required." Different social identity providers have varied scopes in terms of the information they respond back to Cognito with. User pool attributes that are initially set up as "required" cannot be changed later, and may require you to migrate the users or create a new user pool.
136136

137-
</Callout>
138-
139-
An application with a minimum target of **iOS 13.0** and/or **macOS 10.15** with Amplify libraries integrated, using **Xcode 14.1** or later.
137+
</Callout>.
140138

141139
For a full example, please follow the [project setup walkthrough](/[platform]/start/quickstart/).
142140

0 commit comments

Comments
 (0)