Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(Swift): Updating supported Xcode versions #7770

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
13 changes: 7 additions & 6 deletions src/fragments/lib/ios-prereq-category.mdx
Original file line number Diff line number Diff line change
@@ -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/).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ Amplify enables you to collect analytics data for your app. In order to use Anal
<InlineFilter filters={["swift"]}>
## 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)

<Callout>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,13 @@ Amplify Geo provides APIs and map UI components for mobile app development such
</InlineFilter>

<InlineFilter filters={['swift']}>
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/).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ Click **Sync Now**.

<InlineFilter filters={['swift']}>


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/) .

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<Callout info>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand Down