mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-05-28 16:14:32 +08:00
9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
# -*- coding: utf-8 -*-
|
|
$:.unshift("/Library/RubyMotionPre/lib")
|
|
require 'motion/project/template/android'
|
|
|
|
Motion::Project::App.setup do |app|
|
|
# Use `rake config' to see complete project settings.
|
|
app.name = '<%= name %>'
|
|
end
|