From 6948984ea41b33441a0e5e01c89d2bd0fde0eb57 Mon Sep 17 00:00:00 2001 From: Harshdeep Singh <6162866+harsh62@users.noreply.github.com> Date: Fri, 21 Jun 2024 10:24:31 -0400 Subject: [PATCH 1/2] chore: update readme with correct Xcode version for visionOS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f766dc3bf..458c7cc5c6 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Amplify requires the following Xcode versions, according to the targeted platfor | macOS | 15.0+ | | tvOS | 15.0+ | | watchOS | 15.0+ | -| visionOS | 15 beta 2+ | +| visionOS | 15.0+ | | For more detailed instructions, follow the getting started guides in our [documentation site](https://docs.amplify.aws/lib/q/platform/ios) | |-------------------------------------------------| From 0f8ddea1e9590f0c5e1ddf6ceb35bdfae6ddc221 Mon Sep 17 00:00:00 2001 From: Harshdeep Singh <6162866+harsh62@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:48:46 -0400 Subject: [PATCH 2/2] worked on review comment --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 458c7cc5c6..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.0+ | +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) | |-------------------------------------------------|