mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-13 22:45:27 +08:00
8 lines
159 B
Ruby
8 lines
159 B
Ruby
$:.unshift('../../lib')
|
|
require 'motion/rake'
|
|
|
|
Motion::App.setup do |app|
|
|
# Use `rake config' to see complete project settings.
|
|
app.name = 'TableView'
|
|
end
|