Files
RubyMotion/sample/tableview/Rakefile
2011-12-04 18:04:49 +01:00

8 lines
171 B
Ruby

$:.unshift('../../lib')
require 'motion/project'
Motion::Project::App.setup do |app|
# Use `rake config' to see complete project settings.
app.name = 'TableView'
end