Files
RubyMotion/sample/hello/Rakefile
Laurent Sansonetti 082f0b7050 refactor rake config
2011-10-24 19:45:20 +02:00

8 lines
130 B
Ruby

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