Skip to content

Commit

Permalink
Update compiling-for-yourself instructions. (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
John Griffiths authored and flovilmart committed Dec 3, 2017
1 parent 7af0bff commit 9b8b8fe
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ Notice the API docs aren't totally up to date when it comes to latest Swift sign
**Other Installation Options**

- **[CocoaPods](https://cocoapods.org)**

Add the following line to your Podfile:
```ruby
pod 'Parse'
```
Run `pod install`, and you should now have the latest parse release.


- **[Carthage](https://github.com/carthage/carthage)**

Add the following line to your Cartfile:
```
github "parse-community/Parse-SDK-iOS-OSX"
Expand All @@ -49,11 +49,14 @@ Notice the API docs aren't totally up to date when it comes to latest Swift sign
# To pull in extra dependencies (Bolts and OCMock)
git submodule update --init --recursive

# To install all the gems
# To install bundler
gem install bundler

# To install all the gems via bundler
bundle install

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

Compiled frameworks will be in 2 archives: `Parse-iOS.zip` and `Parse-OSX.zip` inside the `build/release` folder, and you can link them as you'd please.

Expand Down Expand Up @@ -89,7 +92,7 @@ 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.
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.

[docs]: http://docs.parseplatform.org/ios/guide/
[blog]: http://blog.parse.com/
Expand All @@ -116,7 +119,7 @@ As of April 5, 2017, Parse, LLC has transferred this code to the parse-community

[podspec-svg]: https://img.shields.io/cocoapods/v/Parse.svg
[podspec-link]: https://cocoapods.org/pods/Parse

[carthage-svg]: https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat
[carthage-link]: https://github.com/carthage/carthage

Expand Down

0 comments on commit 9b8b8fe

Please sign in to comment.