Sha256: 7c653af621148eb411b6ea75f37721bcf3d3efc2f349bdb6cf09ed3f394ba8ee
Contents?: true
Size: 324 Bytes
Versions: 2
Compression:
Stored size: 324 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 %>' app.frameworks += ["SpriteKit"] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
motion-template-spritekit-0.4.0 | template/spritekit-osx/files/Rakefile.erb |
motion-template-spritekit-0.3.0 | template/spritekit-osx/files/Rakefile.erb |