Files
RubyMotion/sample/hello/Rakefile
Laurent Sansonetti 6eb1b29104 Hello now uses an icon
2011-11-07 00:33:57 +01:00

9 lines
181 B
Ruby

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