Skip to content

Instantly share code, notes, and snippets.

@andrewhavens
Created August 6, 2016 07:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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
│ ├── Default-568h@2x.png
│ ├── Default-667h@2x.png
│ └── Default-736h@3x.png
└── spec
└── main_spec.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment