Skip to content

Commit a512b2e

Browse files
authored
chore: update minimum supported xcode version (#3482)
* chore: update minimum supported xcode version * Update review comments
1 parent 735d083 commit a512b2e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,15 @@ This library is licensed under the Apache 2.0 License.
5555

5656
## Installation
5757

58-
Amplify requires Xcode 14.1 or higher to build for iOS and macOS. Building for watchOS and tvOS requires Xcode 14.3 or higher.
58+
Amplify requires the following Xcode versions, according to the targeted platform:
59+
60+
| Platform | Xcode Version |
61+
| -------------:| ------------: |
62+
| iOS | 14.1+ |
63+
| macOS | 14.1+ |
64+
| tvOS | 14.3+ |
65+
| watchOS | 14.3+ |
66+
| visionOS | 15 beta 2+ |
5967

6068
| For more detailed instructions, follow the getting started guides in our [documentation site](https://docs.amplify.aws/lib/q/platform/ios) |
6169
|-------------------------------------------------|

0 commit comments

Comments
 (0)