From e338d9e770107a10f46c73dceb53ec7dca69e902 Mon Sep 17 00:00:00 2001 From: Harsh <6162866+harsh62@users.noreply.github.com> Date: Mon, 24 Jun 2024 21:39:12 -0400 Subject: [PATCH] chore: update readme with correct Xcode version for visionOS (#3761) * chore: update readme with correct Xcode version for visionOS * worked on review comment --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 3f766dc3bf..9a1fce0a83 100644 --- a/README.md +++ b/README.md @@ -62,15 +62,7 @@ This library is licensed under the Apache 2.0 License. ## Installation -Amplify requires the following Xcode versions, according to the targeted platform: - -| Platform | Xcode Version | -| -------------:| ------------: | -| iOS | 15.0+ | -| macOS | 15.0+ | -| tvOS | 15.0+ | -| watchOS | 15.0+ | -| visionOS | 15 beta 2+ | +Amplify requires Xcode 15.0 or later for all the supported platforms. | For more detailed instructions, follow the getting started guides in our [documentation site](https://docs.amplify.aws/lib/q/platform/ios) | |-------------------------------------------------|