motion/rake -> motion/project

This commit is contained in:
Laurent Sansonetti
2011-12-04 18:04:49 +01:00
parent 9032d97cf1
commit 8198ff4caf
10 changed files with 38 additions and 36 deletions

View File

@@ -1,7 +1,7 @@
$:.unshift('../../lib')
require 'motion/rake'
require 'motion/project'
Motion::App.setup do |app|
Motion::Project::App.setup do |app|
# Use `rake config' to see complete project settings.
app.name = 'MapView'
app.frameworks << 'CoreLocation'