mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-05 09:39:14 +08:00
7 lines
99 B
Ruby
7 lines
99 B
Ruby
$:.unshift('../../lib')
|
|
require 'motion/rake'
|
|
|
|
Motion::App.setup do |app|
|
|
app.name = 'Hello'
|
|
end
|