Files
RubyMotion/sample/paint/Rakefile
2011-11-05 13:43:55 +01:00

9 lines
190 B
Ruby

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