Sha256: a19bd4017144949dcd8950d3586c8b4eaae8784272dbe567d9e6fc70183fffdc

Contents?: true

Size: 290 Bytes

Versions: 4

Compression:

Stored size: 290 Bytes

Contents

# -*- 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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
motion-kit-templates-1.0.3 templates/mk-osx/files/Rakefile.erb
motion-kit-templates-1.0.2 templates/mk-osx/files/Rakefile.erb
motion-kit-templates-1.0.1 templates/mk-osx/files/Rakefile.erb
motion-kit-templates-1.0.0 templates/mk-osx/files/Rakefile.erb