Skip to content

parse-community/Parse-SDK-iOS-OSX

Folders and files

NameName
Last commit message
Last commit date
Jan 28, 2025
Nov 21, 2021
Jun 8, 2023
Aug 1, 2019
Oct 31, 2024
Jan 31, 2025
Jan 31, 2025
Jan 31, 2025
Oct 18, 2023
Jun 8, 2023
May 10, 2020
Oct 9, 2015
Apr 28, 2024
Oct 18, 2023
Oct 30, 2024
Jan 31, 2025
Mar 20, 2019
Oct 30, 2024
Jan 28, 2025
Jan 28, 2025
Apr 5, 2017
Apr 5, 2017
Oct 31, 2024
Oct 31, 2024
Jan 28, 2025
Jan 28, 2025
Mar 28, 2025
Mar 28, 2025
Sep 26, 2024

Repository files navigation

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 SDK Parse 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 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?

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.