Code follows Raywenderlich style guide.
None
- iOS 14.0 and Above
- Xcode 12+
- Build Number willl increased for each iTunes Connect submission
- App version will only increase on app submiting to App Store
- Each version will have build number starting from 1000
- This project will follow GitFlow version control workflow convections
dev
will be the semi-stable branch withtag
on each stable merge. This is the branch from where IPA should be published to iTunes Test Flightmain
will have code that are fully stable withrelease
on each merge. App store publishing should be done from this branch only.
- Add UI tests
- Add a linter
- Clean up