mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 17:39:54 +08:00
http://hipbyte.myjetbrains.com/youtrack/issue/RM-112 1) specify file dependencies in Rakefile with `app.files_dependencies' by user. 2) detect file dependencies by build system When merge 1) and 2), it might cause a cyclic references. So, we will use 1) to detect cyclic references.