mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-14 12:13:04 +08:00
Correct the path to template.
Users are being notified to require a file ('lib/motion/project/template/ios') that doesn't exist when called from a project's Rakefile.
This commit is contained in:
@@ -30,7 +30,7 @@ require 'motion/project/template'
|
||||
require 'motion/project/plist'
|
||||
|
||||
if Motion::Project::App.template == nil
|
||||
warn "require 'lib/motion/project' is deprecated, please require 'lib/motion/project/template/ios' instead"
|
||||
warn "require 'motion/project' is deprecated, please require 'motion/project/template/ios' instead"
|
||||
require 'motion/project/template/ios'
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user