Skip to content

Instantly share code, notes, and snippets.

@andrewhavens
Created August 6, 2016 07:01
Show Gist options
  • Save andrewhavens/f77d38fd4a04ad788c5c02a829ca4af6 to your computer and use it in GitHub Desktop.
Save andrewhavens/f77d38fd4a04ad788c5c02a829ca4af6 to your computer and use it in GitHub Desktop.
A typical RubyMotion iOS app
my_first_rm_app/
├── Gemfile
├── Rakefile
├── app
│ └── app_delegate.rb
├── resources
│ ├── [email protected]
│ ├── [email protected]
│ └── [email protected]
└── spec
└── main_spec.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment