From b59a2aeef945453f7f20e68e6e712d84610d9d50 Mon Sep 17 00:00:00 2001 From: Mark Rickert Date: Thu, 9 May 2013 12:09:07 -0400 Subject: [PATCH] Clarify detect_dependencies section in Readme. Issue #48 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e1ecfb..b556f38 100644 --- a/README.md +++ b/README.md @@ -820,7 +820,7 @@ 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 also using [BubbleWrap](http://www.bubblewrap.io), add this line to your `Rakefile`: `app.detect_dependencies = false` *(This is a RubyMotion bug that should be resolved soon)* +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!