# motion-template-spritekit [![Gem Version](https://img.shields.io/gem/v/motion-template-spritekit.svg)](http://badge.fury.io/rb/motion-template-spritekit) SpriteKit project template for RubyMotion ## Installation Install it yourself as: $ gem install motion-template-spritekit ## Usage ### iOS $ motion create --template=spritekit-ios ### OSX $ motion create --template=spritekit-osx ### tvOS $ motion create --template=spritekit-tvos ## In Addition If you need original `Spaceship.png` image, please copy from your own. These are the typical locations for the image. /Applications/Xcode.app/Contents/Developer/Library/Xcode/Templates/Project Templates/Mac/Application/SpriteKit Game.xctemplate/Spaceship.png /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Templates/Project Templates/Application/SpriteKit Game.xctemplate/Spaceship.png ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request