rubymotion-community / motion-support

Commonly useful extensions to the standard library for RubyMotion
MIT License
132 stars 28 forks source link

Removes warning regarding app.detect_dependecies #22

Closed balvig closed 10 years ago

balvig commented 10 years ago

As discussed in https://github.com/tkadauke/motion-support/commit/a0a640db2f39d3dbb19985efb53385b15d59314a#commitcomment-5754306 motion-support seems to work just fine even with detect_dependencies set to true, and some apps won't build at all when set to false.

tkadauke commented 10 years ago

Can others confirm that in the most recent RM version, the detect_dependencies has to be set to true for apps using motion-support?

heyjared commented 10 years ago

Can confirm that not setting app.detect_dependencies to false works.

tkadauke commented 10 years ago

Thanks! :-)