From a682aafe0e0a2bb7145e5c80b3a2fafccc4d8d7f Mon Sep 17 00:00:00 2001 From: Jamon Holmgren Date: Fri, 10 May 2013 15:19:18 -0700 Subject: [PATCH] detect_dependencies issue fixed --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 39e3fed..cf32f54 100644 --- a/README.md +++ b/README.md @@ -880,10 +880,9 @@ and let's discuss. 1. Clone the repos into `Your-Project/Vendor/ProMotion` 2. Update your `Gemfile`to reference the project as `gem 'ProMotion', :path => "vendor/ProMotion/"` -3. If you're running RubyMotion < 2.0 and also using [BubbleWrap](http://www.bubblewrap.io), add this line to your `Rakefile`: `app.detect_dependencies = false` -4. Run `bundle` -5. Run `rake clean` and then `rake` -6. Contribute! +3. Run `bundle` +4. Run `rake clean` and then `rake` +5. Contribute! ## Submitting a Pull Request