- Install Tuist
bash <(curl -Ls https://install.tuist.io)
- Install Fastlane
brew install fastlane
- Install Cocoapods
sudo gem install cocoapods
- Setup the XCode project:
make setup
Open the Xcode Workspace once the generation has completed and get contributing!
We like to stick to a consistent branch naming pattern to keep things clean.
Please stick to the following:
enhancement/my-branch-name
: For anything related to improving a feature, part of the app, updating translation files, updating screenshots, etc.fix/my-branch-name
: For anything related to fixes for a broken feature, typos, etc.feature/my-branch-name
: For anything related to building out new parts of the app, overhauls of parts of the app, etc.