Sha256: afe6f987bbf9060d74814c3c63e7bc0fff4c25375e2eea367f3601d3a5a975c8

Contents?: true

Size: 290 Bytes

Versions: 7

Compression:

Stored size: 290 Bytes

Contents

# -*- coding: utf-8 -*-
$:.unshift("/Library/RubyMotion/lib")
require 'motion/project/template/ios'

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

7 entries across 7 versions & 2 rubygems

Version Path
motion-kit-templates-1.0.3 templates/mk-ios/files/Rakefile.erb
motion-kit-templates-1.0.2 templates/mk-ios/files/Rakefile.erb
motion-kit-templates-1.0.1 templates/mk-ios/files/Rakefile.erb
motion-kit-templates-1.0.0 templates/mk-ios/files/Rakefile.erb
under-os-1.4.0 template/uos/Rakefile.erb
under-os-1.3.0 template/uos/Rakefile.erb
under-os-1.2.1 template/uos/Rakefile.erb