You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Take a look at the public [documentation][docs] & [API][api] and start building.
47
44
48
-
### Alternative Installation Options
49
-
50
-
#### Compile Source
51
-
52
-
If you want to manually compile the SDK, clone it locally, and run the following commands in the root directory of the repository:
53
-
54
-
```
55
-
# To pull in extra dependencies (Bolts and OCMock)
56
-
git submodule update --init --recursive
57
-
58
-
# To install bundler
59
-
gem install bundler
60
-
61
-
# To install all the gems via bundler
62
-
bundle install
63
-
64
-
# Build & Package the Frameworks
65
-
bundle exec rake package:frameworks
66
-
```
67
-
68
-
Compiled frameworks will be inside the `build/release` folder.
69
-
70
-
#### Add Sub-Project
71
-
72
-
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.
73
-
74
45
## How Do I Contribute?
75
46
76
47
We want to make contributing to this project as easy and transparent as possible. Please refer to the [Contribution Guidelines][contributing].
0 commit comments