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

9 lines
193 B
Ruby

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