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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,9 @@ And you're off! Take a look at the public [documentation][docs] and start buildi
35
35
36
36
If you want to manually compile the SDK, clone it locally, and run the following command in the root directory of the repository:
37
37
38
-
rake package:deployment
38
+
rake package:frameworks
39
39
40
-
Your binaries should now be located inside the `build` folder, and you can link them as you'd please.
40
+
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.
0 commit comments