README.md

April 24, 2026 · View on GitHub

parse-repository-header-sdk-apple

iOS · iPadOS · macOS · watchOS · tvOS


Build Status CI Build Status Release Snyk Badge Coverage auto-release

SPM

Backers on Open Collective Sponsors on Open Collective License Forum Twitter Chat


A library that gives you access to the powerful Parse Server backend from your iOS, iPadOS, macOS, watchOS and tvOS app. For more information about the Parse Platform and its features, see the public documentation.


Getting Started

The easiest way to install the SDK is via Swift Package Manager.

  1. Open Xcode > File > Add packages...
  2. Add the following package URL:
https://github.com/parse-community/Parse-SDK-iOS-OSX
  1. Add package
  2. Choose the submodules you want to install

Take a look at the public documentation & API and start building.

Compatibility

Parse Server

Parse Apple SDK is compatible with the following versions of Parse Server.

Parse Apple SDKParse Server
1.0.0>= 1.0.0

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 VersioniOS VersionmacOS VersionwatchOS VersiontvOS VersionRelease DateEnd-of-Support DateParse Apple SDK Support
Xcode 13iOS 15macOS 12watchOS 8tvOS 15September 2021October 2023>= 1.19.3 < 2.7.2
Xcode 14iOS 16macOS 13watchOS 9tvOS 16September 2022October 2024>= 2.7.2 < 5.0.0
Xcode 15iOS 17macOS 14watchOS 10tvOS 17September 2023October 2025>= 3.0.0 <= 5.1.1
Xcode 16iOS 18macOS 15watchOS 11tvOS 18September 2024tbd>= 4.2.0
Xcode 26iOS 26macOS 26watchOS 26tvOS 26September 2025tbd>= 6.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.

Dependencies

We use the following libraries as dependencies inside of Parse:

  • Bolts, for task management.
  • OCMock, for unit testing.