From 976ec3d14be232e48f34aa02ed287aa746c36ad5 Mon Sep 17 00:00:00 2001 From: Cesare Date: Mon, 19 Feb 2018 12:01:09 +0100 Subject: [PATCH 1/3] Add supported platform to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e57eb89cc..8434487f0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # [Ably](https://www.ably.io) iOS client library An iOS client library for [ably.io](https://www.ably.io), the realtime messaging service, written in Objective-C. +The following platform are currently supported: iOS9, iOS10 and iOS11. ## Documentation From 1f81ef7321c9641fe18ddc11aea59451c480dabf Mon Sep 17 00:00:00 2001 From: Cesare Date: Mon, 19 Feb 2018 13:51:26 +0100 Subject: [PATCH 2/3] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8434487f0..d553e5dca 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # [Ably](https://www.ably.io) iOS client library An iOS client library for [ably.io](https://www.ably.io), the realtime messaging service, written in Objective-C. -The following platform are currently supported: iOS9, iOS10 and iOS11. +The following platforms are currently supported: iOS9, iOS10 and iOS11. ## Documentation From cdb5dfbfafdd450d52aa9ab06151ff1c5d1eca66 Mon Sep 17 00:00:00 2001 From: Cesare Date: Mon, 19 Feb 2018 14:37:20 +0100 Subject: [PATCH 3/3] Improve compatibility description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d553e5dca..1f32bca2f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # [Ably](https://www.ably.io) iOS client library An iOS client library for [ably.io](https://www.ably.io), the realtime messaging service, written in Objective-C. -The following platforms are currently supported: iOS9, iOS10 and iOS11. +This SDK is compatible with projects that target iOS9, iOS10 and iOS11. ## Documentation