Skip to content

Commit b1531c2

Browse files
authored
chore(swift): update minimum xcode version for all platforms and minimum watchOS version (#6833)
* chore(swift): update minimum xcode version for all platforms and minimum watchOS version * Address review comments
1 parent d8950d2 commit b1531c2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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

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

88
For a full example, please follow the [project setup walkthrough](/[platform]/start/project-setup/prerequisites/).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* [Xcode](https://developer.apple.com/download/applications/) version 14.1 or later
1+
* [Xcode](https://developer.apple.com/download/applications/) version 14.1 or later
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
To set up an iOS application configured with Amplify:
2+
13
import ios0 from '/src/fragments/lib/ios-prereq-xcode.mdx';
24

35
<Fragments fragments={{ swift: ios0 }} />

0 commit comments

Comments
 (0)