Created
August 6, 2016 07:01
-
-
Save andrewhavens/f77d38fd4a04ad788c5c02a829ca4af6 to your computer and use it in GitHub Desktop.
A typical RubyMotion iOS app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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