diff --git a/src/fragments/lib/ios-prereq-category.mdx b/src/fragments/lib/ios-prereq-category.mdx index 6907a9ff7d5..4569cab646b 100644 --- a/src/fragments/lib/ios-prereq-category.mdx +++ b/src/fragments/lib/ios-prereq-category.mdx @@ -1,9 +1,10 @@ -An application with Amplify libraries integrated and a minimum target of any of the following: -- **iOS 13.0**, using **Xcode 14.1** or later. -- **macOS 10.15**, using **Xcode 14.1** or later. -- **tvOS 13.0**, using **Xcode 14.3** or later. -- **watchOS 9.0**, using **Xcode 14.3** or later. -- **visionOS 1.0**, using **Xcode 15 beta 2** or later. (Preview support - see below for more details.) +- Xcode 15.0 or later. +- An application with Amplify libraries integrated and a minimum target of any of the following: + - **iOS 13.0** + - **macOS 10.15** + - **tvOS 13.0** + - **watchOS 9.0** + - **visionOS 1.0** (Preview support) For a full example, please follow the [project setup walkthrough](/gen1/[platform]/start/project-setup/prerequisites/). diff --git a/src/pages/[platform]/build-a-backend/add-aws-services/analytics/set-up-analytics/index.mdx b/src/pages/[platform]/build-a-backend/add-aws-services/analytics/set-up-analytics/index.mdx index 6c4d61a2d6f..ddb4bcbf3b8 100644 --- a/src/pages/[platform]/build-a-backend/add-aws-services/analytics/set-up-analytics/index.mdx +++ b/src/pages/[platform]/build-a-backend/add-aws-services/analytics/set-up-analytics/index.mdx @@ -34,12 +34,13 @@ Amplify enables you to collect analytics data for your app. In order to use Anal ## Prerequisites -An application with Amplify libraries integrated and a minimum target of any of the following: -- **iOS 13.0**, using **Xcode 14.1** or later. -- **macOS 10.15**, using **Xcode 14.1** or later. -- **tvOS 13.0**, using **Xcode 14.3** or later. -- **watchOS 9.0**, using **Xcode 14.3** or later. -- **visionOS 1.0**, using **Xcode 15 beta 2** or later. (Preview support - see below for more details.) +- Xcode 15.0 or later. +- An application with Amplify libraries integrated and a minimum target of any of the following: + - **iOS 13.0** + - **macOS 10.15** + - **tvOS 13.0** + - **watchOS 9.0** + - **visionOS 1.0** (Preview support) diff --git a/src/pages/[platform]/build-a-backend/add-aws-services/geo/set-up-geo/index.mdx b/src/pages/[platform]/build-a-backend/add-aws-services/geo/set-up-geo/index.mdx index 3cb76c85cf4..92da1f18f2a 100644 --- a/src/pages/[platform]/build-a-backend/add-aws-services/geo/set-up-geo/index.mdx +++ b/src/pages/[platform]/build-a-backend/add-aws-services/geo/set-up-geo/index.mdx @@ -153,12 +153,13 @@ Amplify Geo provides APIs and map UI components for mobile app development such -An application with Amplify libraries integrated and a minimum target of any of the following: -- **iOS 13.0**, using **Xcode 14.1** or later. -- **macOS 10.15**, using **Xcode 14.1** or later. -- **tvOS 13.0**, using **Xcode 14.3** or later. -- **watchOS 9.0**, using **Xcode 14.3** or later. -- **visionOS 1.0**, using **Xcode 15 beta 2** or later. (Preview support - see below for more details.) +- Xcode 15.0 or later. +- An application with Amplify libraries integrated and a minimum target of any of the following: + - **iOS 13.0** + - **macOS 10.15** + - **tvOS 13.0** + - **watchOS 9.0** + - **visionOS 1.0** (Preview support) For a full example, please follow the [project setup walkthrough](/[platform]/start/quickstart/). diff --git a/src/pages/[platform]/build-a-backend/add-aws-services/logging/set-up-logging/index.mdx b/src/pages/[platform]/build-a-backend/add-aws-services/logging/set-up-logging/index.mdx index 07956609a7b..e8459d31135 100644 --- a/src/pages/[platform]/build-a-backend/add-aws-services/logging/set-up-logging/index.mdx +++ b/src/pages/[platform]/build-a-backend/add-aws-services/logging/set-up-logging/index.mdx @@ -70,13 +70,13 @@ Click **Sync Now**. - -An application with Amplify libraries integrated and a minimum target of any of the following: -- **iOS 13.0**, using **Xcode 14.1** or later. -- **macOS 10.15**, using **Xcode 14.1** or later. -- **tvOS 13.0**, using **Xcode 14.3** or later. -- **watchOS 9.0**, using **Xcode 14.3** or later. -- **visionOS 1.0**, using **Xcode 15 beta 2** or later. (Preview support - see below for more details.) +- Xcode 15.0 or later. +- An application with Amplify libraries integrated and a minimum target of any of the following: + - **iOS 13.0** + - **macOS 10.15** + - **tvOS 13.0** + - **watchOS 9.0** + - **visionOS 1.0** (Preview support) For a full example, please follow the [mobile support walkthrough](/swift/start/quickstart/) . diff --git a/src/pages/[platform]/build-a-backend/auth/customize-auth-lifecycle/custom-auth-flows/index.mdx b/src/pages/[platform]/build-a-backend/auth/customize-auth-lifecycle/custom-auth-flows/index.mdx index c4c093a03e8..fd50c6c4c7f 100644 --- a/src/pages/[platform]/build-a-backend/auth/customize-auth-lifecycle/custom-auth-flows/index.mdx +++ b/src/pages/[platform]/build-a-backend/auth/customize-auth-lifecycle/custom-auth-flows/index.mdx @@ -28,12 +28,14 @@ export function getStaticProps(context) { The Auth category can be configured to perform a [custom authentication flow](https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-challenge.html) defined by you. The following guide shows how to setup a simple passwordless authentication flow. ## Prerequisites -An application with Amplify libraries integrated and a minimum target of any of the following: -- **iOS 13.0**, using **Xcode 14.1** or later. -- **macOS 10.15**, using **Xcode 14.1** or later. -- **tvOS 13.0**, using **Xcode 14.3** or later. -- **watchOS 9.0**, using **Xcode 14.3** or later. -- **visionOS 1.0**, using **Xcode 15 beta 2** or later. (Preview support - see below for more details.) + +- Xcode 15.0 or later. +- An application with Amplify libraries integrated and a minimum target of any of the following: + - **iOS 13.0** + - **macOS 10.15** + - **tvOS 13.0** + - **watchOS 9.0** + - **visionOS 1.0** (Preview support) For a full example, please follow the [project setup walkthrough](/[platform]/start/quickstart/). diff --git a/src/pages/[platform]/build-a-backend/auth/set-up-auth/index.mdx b/src/pages/[platform]/build-a-backend/auth/set-up-auth/index.mdx index 211b0e429ab..008af018b5a 100644 --- a/src/pages/[platform]/build-a-backend/auth/set-up-auth/index.mdx +++ b/src/pages/[platform]/build-a-backend/auth/set-up-auth/index.mdx @@ -571,13 +571,13 @@ class MainActivity : ComponentActivity() { ### Prerequisites -An application with Amplify libraries integrated and a minimum target of any of the following: - -- **iOS 13.0**, using **Xcode 14.1** or later. -- **macOS 10.15**, using **Xcode 14.1** or later. -- **tvOS 13.0**, using **Xcode 14.3** or later. -- **watchOS 9.0**, using **Xcode 14.3** or later. -- **visionOS 1.0**, using **Xcode 15 beta 2** or later. (Preview support - see below for more details.) +- Xcode 15.0 or later. +- An application with Amplify libraries integrated and a minimum target of any of the following: + - **iOS 13.0** + - **macOS 10.15** + - **tvOS 13.0** + - **watchOS 9.0** + - **visionOS 1.0** (Preview support) diff --git a/src/pages/[platform]/build-a-backend/storage/set-up-storage/index.mdx b/src/pages/[platform]/build-a-backend/storage/set-up-storage/index.mdx index ebb27227d3b..8db60deb26d 100644 --- a/src/pages/[platform]/build-a-backend/storage/set-up-storage/index.mdx +++ b/src/pages/[platform]/build-a-backend/storage/set-up-storage/index.mdx @@ -131,12 +131,13 @@ Make sure you call `Amplify.configure` as early as possible in your application ### Prerequisites -An application with Amplify libraries integrated and a minimum target of any of the following: -- **iOS 13.0**, using **Xcode 14.1** or later. -- **macOS 10.15**, using **Xcode 14.1** or later. -- **tvOS 13.0**, using **Xcode 14.3** or later. -- **watchOS 9.0**, using **Xcode 14.3** or later. -- **visionOS 1.0**, using **Xcode 15 beta 2** or later. (Preview support - see below for more details.) +- Xcode 15.0 or later. +- An application with Amplify libraries integrated and a minimum target of any of the following: + - **iOS 13.0** + - **macOS 10.15** + - **tvOS 13.0** + - **watchOS 9.0** + - **visionOS 1.0** (Preview support) For a full example, please follow the [project setup walkthrough](/[platform]/start/quickstart/).