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
@@ -49,11 +49,14 @@ Notice the API docs aren't totally up to date when it comes to latest Swift sign
49
49
# To pull in extra dependencies (Bolts and OCMock)
50
50
git submodule update --init --recursive
51
51
52
-
# To install all the gems
52
+
# To install bundler
53
+
gem install bundler
54
+
55
+
# To install all the gems via bundler
53
56
bundle install
54
57
55
58
# Build & Package the Frameworks
56
-
rake package:frameworks
59
+
bundle exec rake package:frameworks
57
60
58
61
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.
59
62
@@ -89,7 +92,7 @@ LICENSE file in the root directory of this source tree. An additional grant
89
92
of patent rights can be found in the PATENTS file in the same directory.
90
93
```
91
94
92
-
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.
95
+
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.
93
96
94
97
[docs]: http://docs.parseplatform.org/ios/guide/
95
98
[blog]: http://blog.parse.com/
@@ -116,7 +119,7 @@ As of April 5, 2017, Parse, LLC has transferred this code to the parse-community
0 commit comments