Files
RubyMotion/sample/gesture_table/Rakefile
2012-03-28 15:57:54 +02:00

9 lines
210 B
Ruby

$:.unshift('../../lib')
require 'motion/project'
Motion::Project::App.setup do |app|
# Use `rake config' to see complete project settings.
app.name = 'Gesture Table'
app.frameworks += ['QuartzCore']
end