motion-template-spritekit
motion-template-spritekit copied to clipboard
SpriteKit project templates for RubyMotion (iOS/OSX/tvOS)
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 <app-name>
OSX
$ motion create --template=spritekit-osx <app-name>
tvOS
$ motion create --template=spritekit-tvos <app-name>
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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request