mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-02 09:31:37 +08:00
9 lines
223 B
Ruby
9 lines
223 B
Ruby
$:.unshift("../../lib")
|
|
require 'motion/project/template/ios'
|
|
# require 'motion/project/template/osx'
|
|
|
|
Motion::Project::App.setup do |app|
|
|
# Use `rake config' to see complete project settings.
|
|
app.name = 'TestTime'
|
|
end
|