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

7 lines
104 B
Ruby

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