https://github.com/smartlogic/ios-best-practices
Code for BohConf '13 Talk
https://github.com/smartlogic/ios-best-practices
Last synced: 11 months ago
JSON representation
Code for BohConf '13 Talk
- Host: GitHub
- URL: https://github.com/smartlogic/ios-best-practices
- Owner: smartlogic
- Created: 2013-07-19T02:20:53.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-19T10:34:24.000Z (almost 13 years ago)
- Last Synced: 2025-03-07T02:39:49.662Z (over 1 year ago)
- Language: Ruby
- Size: 164 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
iOS Best Practices
==================
Code for BohConf '13 Talk
To get up and running:
Rails
-----
cd widgets
bundle
rake db:create db:migrate
rails server
iOS
---
cd BohConfDemo
gem install cocoapods
pod install
open BohConfDemo.xcworkspace
At this point you should be able to run tests (cmd-u) and run in the simulator (cmd-r).