- Notifications
You must be signed in to change notification settings - Fork0
The Apple SDK for Parse Platform (iOS, macOS, watchOS, tvOS)
License
Bill01Swift/Parse-SDK-iOS-OSX
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 publicdocumentation. Check out some of theapps using Parse.
The easiest way to install the SDK is via Swift Package Manager.
- Open Xcode > File > Add packages...
- Add the following package URL:
https://github.com/parse-community/Parse-SDK-iOS-OSX- Add package
- Choose the submodules you want to install
Take a look at the publicdocumentation &API and start building.
Dowload the compiled builds from the asset section in thereleases page.
If you want to manually compile the SDK, clone it locally, and run the following commands in the root directory of the repository:
# To pull in extra dependencies (Bolts and OCMock)git submodule update --init --recursive# To install bundlergem install bundler# To install all the gems via bundlerbundle install# Build & Package the Frameworksbundle exec rake package:frameworksCompiled frameworks will be in multiple archives inside thebuild/release folder:
Parse-iOS.zipParse-macOS.zipParse-tvOS.zipParse-watchOS.zipParseFacebookUtils-iOS.zipParseFacebookUtils-tvOS.zipParseTwitterUtils-iOS.zipParseUI.zip
You can also include parse as a subproject inside of your application if you'd prefer, although we do not recommend this, as it will increase your indexing time significantly. To do so, just drag and drop the Parse.xcodeproj file into your workspace. Note that unit tests will be unavailable if you use Parse like this, as OCMock will be unable to be found.
We want to make contributing to this project as easy and transparent as possible. Please refer to theContribution Guidelines.
We use the following libraries as dependencies inside of Parse:
About
The Apple SDK for Parse Platform (iOS, macOS, watchOS, tvOS)
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Languages
- Objective-C96.2%
- Swift2.7%
- Ruby0.9%
- JavaScript0.1%
- Handlebars0.1%
- C0.0%
