diff --git a/lib/motion/project/template/gem/files/Rakefile.erb b/lib/motion/project/template/gem/files/Rakefile.erb index 2c941b81..2af83ede 100644 --- a/lib/motion/project/template/gem/files/Rakefile.erb +++ b/lib/motion/project/template/gem/files/Rakefile.erb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- $:.unshift("/Library/RubyMotion/lib") -require 'motion/project' +require 'motion/project/template/ios' require './lib/<%= name %>' Motion::Project::App.setup do |app|