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