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
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,9 @@ And you're off!. Take a look at the public [documentation][docs] & [API][api] an
24
24
25
25
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](http://blog.parse.com/learn/engineering/the-dangerous-world-of-client-push/) which are **no longer supported by Parse server**, keep an eye on [its repo](https://github.com/ParsePlatform/parse-server)
26
26
27
-
**Other Installation Options**
27
+
### Other Installation Options
28
28
29
-
-**[CocoaPods](https://cocoapods.org)**
29
+
#### [CocoaPods](https://cocoapods.org)
30
30
31
31
Add the following line to your Podfile:
32
32
```ruby
@@ -53,7 +53,7 @@ Notice the API docs aren't totally up to date when it comes to latest Swift sign
@@ -63,7 +63,7 @@ Notice the API docs aren't totally up to date when it comes to latest Swift sign
63
63
64
64
This will also compile the ParseTwitterUtils, ParseFacebookUtilsV4 as well as ParseUI frameworks.
65
65
66
-
-**Compiling for yourself**
66
+
#### Compiling for yourself
67
67
68
68
If you want to manually compile the SDK, clone it locally, and run the following commands in the root directory of the repository:
69
69
@@ -90,7 +90,7 @@ Notice the API docs aren't totally up to date when it comes to latest Swift sign
90
90
- `ParseUI.zip`
91
91
92
92
93
-
-**Using Parse as a sub-project**
93
+
#### Using Parse as a sub-project
94
94
95
95
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.
0 commit comments