From a1c5945c56e301b148609c25849fd2ea16fed07b Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Wed, 13 Dec 2023 18:07:51 +0000 Subject: [PATCH 1/2] Update Platforms Support Policy in README The **Support Policy** section of the README includes a bit that states the initial versions from which the "last 4 major versions" policy will apply. This bit [was recently removed](https://github.com/auth0/Auth0.swift/pull/808) from Auth0.swift's README because it resulted in confusion regarding the currently supported platform versions. This PR removes it from SimpleKeychain's README as well. --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 8e217b1..d2c8497 100644 --- a/README.md +++ b/README.md @@ -147,14 +147,6 @@ The minimum supported Swift minor version is the one released with the oldest-su ### Platforms -Only the last 4 major platform versions are supported, starting from: - -- iOS **12** -- macOS **10.15** -- macCatalyst **13** -- tvOS **12** -- watchOS **6.2** - Once a platform version becomes unsupported, dropping it from SimpleKeychain **will not be considered a breaking change**, and will be done in a **minor** release. For example, iOS 13 will cease to be supported when iOS 17 gets released, and SimpleKeychain will be able to drop it in a minor release. In the case of macOS, the yearly named releases are considered a major platform version for the purposes of this Policy, regardless of the actual version numbers. From 826a6f2d4b0577f7dd181f3deef7e3dad6a0d495 Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Wed, 13 Dec 2023 18:10:07 +0000 Subject: [PATCH 2/2] Update Requirements section --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d2c8497..dbdcab3 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ Migrating from 0.x? Check the [Migration Guide](V1_MIGRATION_GUIDE.md). ### Requirements -- iOS 12.0+ / macOS 10.15+ / tvOS 12.0+ / watchOS 6.2+ -- Xcode 13.x / 14.x -- Swift 5.x +- iOS 13.0+ / macOS 11.0+ / tvOS 13.0+ / watchOS 7.0+ +- Xcode 14.x / 15.x +- Swift 5.7+ > **Note** > Check the [Support Policy](#support-policy) to learn when dropping Xcode, Swift, and platform versions will not be considered a **breaking change**.