I’ve been trying out RubyMotion lately, and I’ve created a simple template project with some sensible defaults to make it quick and easy to start a new app:

  • 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

You can find it at github.com/andyw8/rubymotion_app_template