An open API service indexing awesome lists of open source software.

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

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).