Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 769 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 769 Bytes

RubyMotion App Template

This project is intended to be a starting point for building a RubyMotion app.

Benefits

  • Folders for models, views, controllers and vendored frameworks to encourage a Rails-esque layout convention
  • Spec folder layout to mirror the app folder
  • Support for TestFlight
  • Support for CocoaPods
  • Default values for app version and identifier
  • Placeholders for configuring icons and device families

Usage

Clone the project:

git clone git@github.com:andyw8/rubymotion_app_template.git

Remove anything you don't need from the Rakefile. Then start building your app!