Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Remove OS badges and fix compatibility table #1842

Merged
merged 1 commit into from
Jan 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 8 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
[![Coverage](https://img.shields.io/codecov/c/github/parse-community/Parse-SDK-iOS-OSX/master.svg)](https://codecov.io/github/parse-community/Parse-SDK-iOS-OSX?branch=master)
[![auto-release](https://img.shields.io/badge/%F0%9F%9A%80-auto--release-9e34eb.svg)](https://github.com/parse-community/Parse-SDK-iOS-OSX/releases)

![iOS](https://img.shields.io/badge/iOS-12.0-green?style=flat)
![iPad](https://img.shields.io/badge/ipadOS-12.0-green?style=flat)
![macOS](https://img.shields.io/badge/macOS-10.15-green?style=flat)
![watchOS](https://img.shields.io/badge/watchOS-2.0-green?style=flat)
![tvOS](https://img.shields.io/badge/tvOS-12.0-green?style=flat)

![SPM](https://img.shields.io/badge/Swift_Package_Manager-compatible-green?style=flat)

[![Backers on Open Collective](https://opencollective.com/parse-server/backers/badge.svg)][open-collective-link]
Expand All @@ -34,7 +28,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, iOS, macOS](#xcode-ios-macos)
- [Xcode, iOS, macOS, tvOS, watchOS](#xcode-ios-macos-tvos-watchos)
- [How Do I Contribute?](#how-do-i-contribute)
- [Dependencies](#dependencies)

Expand Down Expand Up @@ -62,16 +56,16 @@ Parse Apple SDK is compatible with the following versions of Parse Server.
|-----------------|--------------|
| 1.0.0 | >= 1.0.0 |

### Xcode, iOS, macOS
### Xcode, iOS, macOS, tvOS, watchOS

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 | macOS Version | Release Date | End-of-Support Date | Parse Apple SDK Support |
|---------------|-------------|---------------|---------------|----------------|---------------------|-------------------------|
| Xcode 13 | iOS 15 | macOS 12 | watchOS 8 | September 2021 | October 2023 | >= 1.19.3 <2.7.2 |
| Xcode 14 | iOS 16 | macOS 13 | watchOS 9 | September 2022 | October 2024 | >= 2.7.2 <= 5.0.0 |
| Xcode 15 | iOS 17 | macOS 14 | watchOS 10 | September 2023 | October 2025 | >= 3.0.0 |
| Xcode 16 | iOS 18 | macOS 15 | watchOS 11 | September 2024 | tbd | >= 4.2.0 |
| Xcode Version | iOS Version | macOS Version | watchOS Version | tvOS Version | Release Date | End-of-Support Date | Parse Apple SDK Support |
|---------------|-------------|---------------|-----------------|--------------|----------------|---------------------|-------------------------|
| Xcode 13 | iOS 15 | macOS 12 | watchOS 8 | tvOS 15 | September 2021 | October 2023 | >= 1.19.3 <2.7.2 |
| Xcode 14 | iOS 16 | macOS 13 | watchOS 9 | tvOS 16 | September 2022 | October 2024 | >= 2.7.2 <= 5.0.0 |
| Xcode 15 | iOS 17 | macOS 14 | watchOS 10 | tvOS 17 | September 2023 | October 2025 | >= 3.0.0 |
| Xcode 16 | iOS 18 | macOS 15 | watchOS 11 | tvOS 18 | September 2024 | tbd | >= 4.2.0 |

## How Do I Contribute?

Expand Down
Loading