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
Run `carthage update`, and you should now have the latest version of Parse SDK in your Carthage folder.
42
+
43
+
-**Compiling for yourself**
32
44
33
45
If you want to manually compile the SDK, clone it locally, and run the following commands in the root directory of the repository:
34
46
@@ -43,7 +55,7 @@ And you're off! Take a look at the public [documentation][docs] and start buildi
43
55
44
56
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.
45
57
46
-
3.**Using Parse as a sub-project**
58
+
-**Using Parse as a sub-project**
47
59
48
60
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.
49
61
@@ -100,6 +112,9 @@ of patent rights can be found in the PATENTS file in the same directory.
0 commit comments