From 792472f53ec1a09fe93479302dfb0bf59e0eb6ef Mon Sep 17 00:00:00 2001 From: Lawrence Forooghian Date: Wed, 18 Sep 2024 15:46:12 -0300 Subject: [PATCH] Remove Swift language comment from README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I think it confuses rather than clarifies. It might make users think that they need to be using Swift 6 in _their_ project, which they don’t. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67570d9..c2ca74b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This is the repository for the Swift version of the Ably Chat SDK. We aim to bui ## Requirements -Xcode 16 (i.e. a compiler that supports Swift 6) or later. +Xcode 16 or later. ## Installation