Files
RubyMotion/lib/motion/project/template/android/files/Rakefile.erb
2014-09-17 00:49:44 +09:00

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