mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-02 09:31:37 +08:00
7 lines
104 B
Ruby
7 lines
104 B
Ruby
$:.unshift('../../lib')
|
|
require 'rubixir/rake'
|
|
|
|
Motion::App.setup do |app|
|
|
app.name = 'TableView'
|
|
end
|