ios/README.md
A guide for making iPhone and iPad apps with aplomb.
Install the latest version of Xcode from the App Store.
Get Liftoff.
brew tap thoughtbot/formulae
brew install liftoff
Get CocoaPods
[sudo] gem install cocoapods
Create the app.
liftoff
Get the code.
git clone [email protected]:organization/app.git
Install the app's dependencies.
cd project
pod install
Follow the normal Git protocol.
Follow the normal Product Review protocol.
Follow the normal Code Review guidelines. When reviewing others' iOS work, look in particular for:
NSParameterAssert()