From 29fc670345262348905e6b84317b4c4de228bf6b Mon Sep 17 00:00:00 2001 From: Evgeny Aleksandrov Date: Thu, 17 Nov 2022 14:10:00 +0300 Subject: [PATCH] Update required version of Xcode in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10aeb4bd612..398e09ed4b1 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ 1. Download Xcode - At the moment *WooCommerce for iOS* uses Swift 5 and requires Xcode 12 or newer. Previous versions of Xcode can be [downloaded from Apple](https://developer.apple.com/downloads/index.action). + At the moment *WooCommerce for iOS* uses Swift 5.7 and requires Xcode 14 or newer. Previous versions of Xcode can be [downloaded from Apple](https://developer.apple.com/downloads/index.action). 2. Install Ruby. We recommend using [rbenv](https://github.com/rbenv/rbenv) to install it. Please refer to the [`.ruby-version` file](.ruby-version) for the required Ruby version.