diff --git a/Rakefile b/Rakefile index 07971c6..7848845 100755 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,6 @@ #!/usr/bin/env rake $:.unshift("/Library/RubyMotion/lib") -require 'motion/project' +require 'motion/project/template/ios' require "bundler/gem_tasks" Bundler.setup Bundler.require