Files
RubyMotion/lib/motion/project/template/osx/files/Rakefile.erb
Laurent Sansonetti 3767d0eff4 integrate Bundler
2013-08-17 14:09:24 +02:00

15 lines
290 B
Plaintext

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