Rakefile in ProMotion-0.6.0 vs Rakefile in ProMotion-0.6.1
- old
+ new
@@ -1,6 +1,6 @@
$:.unshift("/Library/RubyMotion/lib")
-require 'motion/project'
+require 'motion/project/template/ios'
require 'bundler/gem_tasks'
Bundler.setup
Bundler.require
Motion::Project::App.setup do |app|