GithubHelp home page GithubHelp logo

doc22940 / parse-sdk-ios-osx Goto Github PK

View Code? Open in Web Editor NEW

This project forked from parse-community/parse-sdk-ios-osx

0.0 1.0 0.0 75.86 MB

The iOS | macOS | watchOS | tvOS SDK for the Parse Platform

Home Page: https://parseplatform.org/

License: Other

Ruby 1.23% Objective-C 96.11% Swift 2.59% Shell 0.02% C 0.04% Rich Text Format 0.01%

parse-sdk-ios-osx's Introduction

Parse Platform

Parse SDK for iOS | macOS | watchOS | tvOS

A library that gives you access to the powerful Parse Server backend from your iOS or macOS app.

Follow on Twitter Maintenance help wanted Platforms License Podspec Backers on Open Collective Sponsors on Open Collective

Carthage compatible Dependencies References Build status Build status Coverage status Join the conversation


For more information about the Parse Platform and its features, see the public documentation.

Check out some of the apps using Parse.

Getting Started

To use parse, head on over to the releases page, and download the latest build. And you're off!. Take a look at the public documentation & API and start building.

Notice the API docs aren't totally up to date when it comes to latest Swift signature of the methods and more importantly regarding Push Notifications which are no longer supported by Parse server, keep an eye on its repo

Other Installation Options

CocoaPods

Add the following line to your Podfile:

pod 'Parse'

Run pod install, and you should now have the latest parse release.

If you wish to use the Facebook or Twitter utils or ParseUI, you can now leverage Cocoapods 'subspecs'

pod 'Parse/FacebookUtils'
pod 'Parse/TwitterUtils'
pod 'Parse/UI'

Note that in this case, the Parse framework will contain all headers and classes, so you just have to use:

import Parse
@import Parse;

Carthage

Add the following line to your Cartfile:

github "parse-community/Parse-SDK-iOS-OSX"

Run carthage update, and you should now have the latest version of Parse SDK in your Carthage folder.

This will also compile the ParseTwitterUtils, ParseFacebookUtilsV4 as well as ParseUI frameworks.

Compiling for yourself

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 bundler
gem install bundler

# To install all the gems via bundler
bundle install

# Build & Package the Frameworks
bundle exec rake package:frameworks

Compiled frameworks will be in multiple archives inside the build/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

Using Parse as a 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 the Contribution Guidelines.

Preparing for a new release

Update the version number

You can use the rake task in order to bump the version number, it's safe, and will properly update all version numbers

$ bundle exec rake package:set_version[X.X.X]

Replace X.X.X by the version number and push to the repository.

Dependencies

We use the following libraries as dependencies inside of Parse:

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

Other Parse Projects

License

Copyright (c) 2015-present, Parse, LLC.
All rights reserved.

This source code is licensed under the BSD-style license found in the
LICENSE file in the root directory of this source tree. An additional grant
of patent rights can be found in the PATENTS file in the same directory.

As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.

parse-sdk-ios-osx's People

Contributors

andrewsb avatar andrey-krukovskiy avatar charliewilliams avatar davbeck avatar davidolesch avatar domkck avatar dplewis avatar drdaz avatar eduardbosch avatar flovilmart avatar gonzalonunez avatar hermanliang avatar hhanesand avatar hramos avatar jacksteele avatar jaimeagudo avatar kangaroo5383 avatar kennic avatar levigroker avatar maxep avatar mman avatar natanrolnik avatar nlutsenko avatar noobs2ninjas avatar richardjrossiii avatar rico237 avatar tamir-maoz avatar tomwfox avatar toto avatar woildan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.