From a512b2e17000c77b58e5108c5809ed39ed14e8d0 Mon Sep 17 00:00:00 2001 From: Abhash Kumar Singh Date: Thu, 25 Jan 2024 11:18:38 -0800 Subject: [PATCH] chore: update minimum supported xcode version (#3482) * chore: update minimum supported xcode version * Update review comments --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 129adead7b..d335796bc1 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,15 @@ This library is licensed under the Apache 2.0 License. ## Installation -Amplify requires Xcode 14.1 or higher to build for iOS and macOS. Building for watchOS and tvOS requires Xcode 14.3 or higher. +Amplify requires the following Xcode versions, according to the targeted platform: + +| Platform | Xcode Version | +| -------------:| ------------: | +| iOS | 14.1+ | +| macOS | 14.1+ | +| tvOS | 14.3+ | +| watchOS | 14.3+ | +| visionOS | 15 beta 2+ | | For more detailed instructions, follow the getting started guides in our [documentation site](https://docs.amplify.aws/lib/q/platform/ios) | |-------------------------------------------------|