Skip to content

Commit

Permalink
chore: update minimum supported xcode version (#3482)
Browse files Browse the repository at this point in the history
* chore: update minimum supported xcode version

* Update review comments
  • Loading branch information
thisisabhash authored Jan 25, 2024
1 parent 735d083 commit a512b2e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
|-------------------------------------------------|
Expand Down

0 comments on commit a512b2e

Please sign in to comment.