Files
RubyMotion/lib/motion/project/template/gem/files/Rakefile.erb
2013-08-19 17:16:36 +09:00

17 lines
368 B
Plaintext

# -*- coding: utf-8 -*-
$:.unshift("/Library/RubyMotion/lib")
require 'motion/project/template/ios'
require './lib/<%= name %>'
begin
require 'bundler'
require 'motion/project/template/gem/gem_tasks'
Bundler.require
rescue LoadError
end
Motion::Project::App.setup do |app|
# Use `rake config' to see complete project settings.
app.name = '<%= name %>'
end