Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
679fe5a
Configure circle ci
flovilmart Jan 10, 2018
94d8cda
nits
flovilmart Jan 10, 2018
b39fe82
Use xcode 9.1
flovilmart Jan 10, 2018
6b12af5
use 9.0
flovilmart Jan 10, 2018
4a1d689
use ruby 2.3
flovilmart Jan 10, 2018
d04da40
Bumps test targets to 10.3.1
flovilmart Jan 10, 2018
01c8bee
test other config
flovilmart Jan 10, 2018
0718fb1
nits
flovilmart Jan 10, 2018
4f6e2ef
use workflow
flovilmart Jan 10, 2018
0df8e81
rename
flovilmart Jan 10, 2018
91015e5
nit
flovilmart Jan 10, 2018
6adaa26
nit
flovilmart Jan 10, 2018
ef76d53
Use proper Apple TV
flovilmart Jan 10, 2018
ca55fe4
nit
flovilmart Jan 10, 2018
d036b82
Run cocoapods and carthage nightly
flovilmart Jan 10, 2018
940174c
Integrate ParseFacebookUtils in this repo
flovilmart Jan 14, 2018
db55292
Run tests for facebook_utils
flovilmart Jan 14, 2018
d90ec50
Use 10.3.1 for tests
flovilmart Jan 14, 2018
09dcbaa
Adds TwitterUtils
flovilmart Jan 15, 2018
50ecd95
Test all
flovilmart Jan 15, 2018
0bc0b69
Upload to codecov
flovilmart Jan 15, 2018
54e72ea
nits
flovilmart Jan 15, 2018
e2ed15d
Better config
flovilmart Jan 15, 2018
41c2e44
Codecov options
flovilmart Jan 15, 2018
3dfc01f
Stores test results
flovilmart Jan 15, 2018
9c45622
Smaller matrix
flovilmart Jan 15, 2018
fabc26c
Proper test results paths
flovilmart Jan 15, 2018
a69ef55
Update Readmes
flovilmart Jan 15, 2018
f602c4c
Bump version, run travis only for deployments
flovilmart Jan 15, 2018
28ebe5d
Bumps version to 1.16.0
flovilmart Jan 15, 2018
decda41
Run Jazzy and deploy docs on master merges
flovilmart Jan 15, 2018
032120e
Update README
flovilmart Jan 15, 2018
04002c0
Better codecov configuration
flovilmart Jan 15, 2018
ea2a984
Adds ParseUI
flovilmart Jan 15, 2018
4bd679a
Fixes buildM
flovilmart Jan 15, 2018
0ffc111
Adds ability to run carthage / pods optionally
flovilmart Jan 15, 2018
941d0ed
fix
flovilmart Jan 15, 2018
344b9bc
Fix circleCI shield
flovilmart Jan 15, 2018
a4aeefb
nit
flovilmart Jan 16, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README
  • Loading branch information
flovilmart committed Jan 15, 2018
commit 032120ecfc1cd693010f7b2f87443b12cbfae8e5
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[![Join Chat][gitter-svg]][gitter-link]

A library that gives you access to the powerful Parse cloud platform from your iOS or OS X app.
For more information about Parse and its features, see [the blog][blog] and public [documentation][docs].
For more information about Parse and its features, see the public [documentation][docs].

## Getting Started

Expand Down Expand Up @@ -68,7 +68,15 @@ Notice the API docs aren't totally up to date when it comes to latest Swift sign
# Build & Package the 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.
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`


- **Using Parse as a sub-project**

Expand Down Expand Up @@ -100,8 +108,6 @@ We use the following libraries as dependencies inside of Parse:
## Other Parse Projects

- [ParseUI for iOS][parseui-link]
- [ParseFacebookUtils for iOS][parsefacebookutils-link]
- [ParseTwitterUtils for iOS][parsetwitterutils-link]

## License

Expand All @@ -117,7 +123,6 @@ 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.

[docs]: http://docs.parseplatform.org/ios/guide/
[blog]: http://blog.parse.com/

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No blog link?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed it as it may not contain any relevant information anymore about this repo. This seemed to be an artifact of the old parse.com where some articles would be pushed out about new SDK features or demo usages.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's fine then. I want to get back to a point where we consistently put up posts about what we're doing, like coalescing all the ObjC frameworks 😉 .

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, I'll write something this week, when deprecating / archiving the other repos.

[api]: http://parseplatform.org/Parse-SDK-iOS-OSX/api/

[parseui-link]: https://github.com/parse-community/ParseUI-iOS
Expand Down