Files
RubyMotion/sample/hello/Rakefile
Laurent Sansonetti 211ab68852 unnecessary config var
2011-10-28 13:27:21 +02:00

7 lines
100 B
Ruby

$:.unshift('../../lib')
require 'rubixir/rake'
Motion::App.setup do |app|
app.name = 'Hello'
end