From ed1ad3b8a77722ae1b03e6514bae09ab997d75e7 Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Fri, 17 Jan 2025 18:47:35 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 08243bb99..0eb13c29d 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ A library that gives you access to the powerful Parse Server backend from your i --- - [Getting Started](#getting-started) +- [Compatibility](#compatibility) + - [Parse Server](#parse-server) + - [Xcode](#xcode) - [How Do I Contribute?](#how-do-i-contribute) - [Dependencies](#dependencies) @@ -49,6 +52,27 @@ The easiest way to install the SDK is via Swift Package Manager. Take a look at the public [documentation][docs] & [API][api] and start building. +## Compatibility + +### Parse Server + +Parse Apple SDK is compatible with the following versions of Parse Server. + +| Parse Apple SDK | Parse Server | +|-----------------|--------------| +| 1.0.0 | >= 1.0.0 | + +### Xcode + +The Parse Apple SDK is continuously tested with the most recent releases of Xcode to ensure compatibility. We follow the annual release schedule of Xcode to support the current and previous major Xcode version. + +| Version | Minimum Version | End-of-Life | Parse Apple SDK Support | +|----------|-----------------|--------------|-------------------------| +| Xcode 13 | 13.1 | October 2022 | >= 1.19.3 <2.7.2 | +| Xcode 14 | 14.2 | October 2023 | >= 2.7.2 | +| Xcode 15 | 15.4 | October 2024 | >= 3.0.0 | +| Xcode 16 | 16.0 | October 2025 | >= 4.2.0 | + ## How Do I Contribute? We want to make contributing to this project as easy and transparent as possible. Please refer to the [Contribution Guidelines][contributing]. From 44084484be9f4f1034e20d8596e6905c43aaafae Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Fri, 17 Jan 2025 19:02:11 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0eb13c29d..cec549efe 100644 --- a/README.md +++ b/README.md @@ -66,12 +66,13 @@ Parse Apple SDK is compatible with the following versions of Parse Server. The Parse Apple SDK is continuously tested with the most recent releases of Xcode to ensure compatibility. We follow the annual release schedule of Xcode to support the current and previous major Xcode version. -| Version | Minimum Version | End-of-Life | Parse Apple SDK Support | -|----------|-----------------|--------------|-------------------------| -| Xcode 13 | 13.1 | October 2022 | >= 1.19.3 <2.7.2 | -| Xcode 14 | 14.2 | October 2023 | >= 2.7.2 | -| Xcode 15 | 15.4 | October 2024 | >= 3.0.0 | -| Xcode 16 | 16.0 | October 2025 | >= 4.2.0 | +| Xcode Version | iOS Version | Release Date | End-of-Support Date | Parse Apple SDK Support | +|---------------|-------------|----------------|---------------------|-------------------------| +| Xcode 13 | iOS 15 | September 2021 | October 2022 | >= 1.19.3 <2.7.2 | +| Xcode 14 | iOS 16 | September 2022 | October 2023 | >= 2.7.2 | +| Xcode 15 | iOS 17 | September 2023 | October 2024 | >= 3.0.0 | +| Xcode 16 | iOS 18 | September 2024 | tbd | >= 4.2.0 | +| Xcode 17 | iOS 19 | tbd | tbd | tbd | ## How Do I Contribute? From 32cadf33ab46ae9e6ff10ec421c2957c48d879c6 Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Fri, 17 Jan 2025 19:04:18 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index cec549efe..704e6df40 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ A library that gives you access to the powerful Parse Server backend from your i - [Getting Started](#getting-started) - [Compatibility](#compatibility) - [Parse Server](#parse-server) - - [Xcode](#xcode) + - [Xcode, iOS, macOS](#xcode-ios-macos) - [How Do I Contribute?](#how-do-i-contribute) - [Dependencies](#dependencies) @@ -62,17 +62,17 @@ Parse Apple SDK is compatible with the following versions of Parse Server. |-----------------|--------------| | 1.0.0 | >= 1.0.0 | -### Xcode +### Xcode, iOS, macOS The Parse Apple SDK is continuously tested with the most recent releases of Xcode to ensure compatibility. We follow the annual release schedule of Xcode to support the current and previous major Xcode version. -| Xcode Version | iOS Version | Release Date | End-of-Support Date | Parse Apple SDK Support | -|---------------|-------------|----------------|---------------------|-------------------------| -| Xcode 13 | iOS 15 | September 2021 | October 2022 | >= 1.19.3 <2.7.2 | -| Xcode 14 | iOS 16 | September 2022 | October 2023 | >= 2.7.2 | -| Xcode 15 | iOS 17 | September 2023 | October 2024 | >= 3.0.0 | -| Xcode 16 | iOS 18 | September 2024 | tbd | >= 4.2.0 | -| Xcode 17 | iOS 19 | tbd | tbd | tbd | +| Xcode Version | iOS Version | macOS Version | Release Date | End-of-Support Date | Parse Apple SDK Support | +|---------------|-------------|---------------|----------------|---------------------|-------------------------| +| Xcode 13 | iOS 15 | macOS 12 | September 2021 | October 2022 | >= 1.19.3 <2.7.2 | +| Xcode 14 | iOS 16 | macOS 13 | September 2022 | October 2023 | >= 2.7.2 | +| Xcode 15 | iOS 17 | macOS 14 | September 2023 | October 2024 | >= 3.0.0 | +| Xcode 16 | iOS 18 | macOS 15 | September 2024 | tbd | >= 4.2.0 | +| Xcode 17 | iOS 19 | macOS 16 | tbd | tbd | tbd | ## How Do I Contribute? From 6f9d22769f869459352148d9258dbcd730f6ceeb Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Fri, 17 Jan 2025 19:06:34 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 704e6df40..0d73c11ac 100644 --- a/README.md +++ b/README.md @@ -66,13 +66,13 @@ Parse Apple SDK is compatible with the following versions of Parse Server. The Parse Apple SDK is continuously tested with the most recent releases of Xcode to ensure compatibility. We follow the annual release schedule of Xcode to support the current and previous major Xcode version. -| Xcode Version | iOS Version | macOS Version | Release Date | End-of-Support Date | Parse Apple SDK Support | -|---------------|-------------|---------------|----------------|---------------------|-------------------------| -| Xcode 13 | iOS 15 | macOS 12 | September 2021 | October 2022 | >= 1.19.3 <2.7.2 | -| Xcode 14 | iOS 16 | macOS 13 | September 2022 | October 2023 | >= 2.7.2 | -| Xcode 15 | iOS 17 | macOS 14 | September 2023 | October 2024 | >= 3.0.0 | -| Xcode 16 | iOS 18 | macOS 15 | September 2024 | tbd | >= 4.2.0 | -| Xcode 17 | iOS 19 | macOS 16 | tbd | tbd | tbd | +| Xcode Version | iOS Version | macOS Version | macOS Version | Release Date | End-of-Support Date | Parse Apple SDK Support | +|---------------|-------------|---------------|---------------|----------------|---------------------|-------------------------| +| Xcode 13 | iOS 15 | macOS 12 | watchOS 8 | September 2021 | October 2022 | >= 1.19.3 <2.7.2 | +| Xcode 14 | iOS 16 | macOS 13 | watchOS 9 | September 2022 | October 2023 | >= 2.7.2 | +| Xcode 15 | iOS 17 | macOS 14 | watchOS 10 | September 2023 | October 2024 | >= 3.0.0 | +| Xcode 16 | iOS 18 | macOS 15 | watchOS 11 | September 2024 | tbd | >= 4.2.0 | +| Xcode 17 | iOS 19 | macOS 16 | watchOS 12 | tbd | tbd | tbd | ## How Do I Contribute?