Sha256: 7e223001b6666293be2bb0217a8e480558f5be54e4e9c28ad9d6bbabe286edaf
Contents?: true
Size: 325 Bytes
Versions: 1
Compression:
Stored size: 325 Bytes
Contents
# -*- coding: utf-8 -*- $:.unshift("/Library/RubyMotion/lib") require 'motion/project/template/tvos' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-template-spritekit-0.4.0 | template/spritekit-tvos/files/Rakefile.erb |