This is repo for LittleFully iOS app.
Getting started
- Install Cocoapods.
pod install
.
- Open LittleFully.xcworkspace
Development Flow
- Please use Git-flow.
- Stay away from master branch unless you do hotfix.
- Use feature branch when adding new feature.
git-flow feature start name
- Write commit message as descriptive as possible.
- When implementing or fixing an issue listed in Github, please refer the issue number in the commit message like
#123
.
Pages