Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

The Apple SDK for Parse Platform (iOS, macOS, watchOS, tvOS)

License

NotificationsYou must be signed in to change notification settings

Bill01Swift/Parse-SDK-iOS-OSX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parse-repository-header-sdk-apple

iOS · iPadOS · macOS · watchOS · tvOS


Build Status CIBuild Status ReleaseSnyk BadgeCoverageauto-release

SPM

Backers on Open CollectiveSponsors on Open CollectiveLicenseForumTwitter


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.


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 publicdocumentation &API and start building.

Alternative Installation Options

Download Builds

Dowload the compiled builds from the asset section in thereleases page.

Compile Source

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:frameworks

Compiled frameworks will be in multiple archives inside thebuild/release folder:

  • Parse-iOS.zip
  • Parse-macOS.zip
  • Parse-tvOS.zip
  • Parse-watchOS.zip
  • ParseFacebookUtils-iOS.zip
  • ParseFacebookUtils-tvOS.zip
  • ParseTwitterUtils-iOS.zip
  • ParseUI.zip

Add Sub-Project

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.

How Do I Contribute?

We want to make contributing to this project as easy and transparent as possible. Please refer to theContribution Guidelines.

Dependencies

We use the following libraries as dependencies inside of Parse:

About

The Apple SDK for Parse Platform (iOS, macOS, watchOS, tvOS)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C96.2%
  • Swift2.7%
  • Ruby0.9%
  • JavaScript0.1%
  • Handlebars0.1%
  • C0.0%

[8]ページ先頭

©2009-2025 Movatter.jp