Awesome
CoEpi for iOS
This is the repository for the iOS implementation of CoEpi. See CoEpi.org/vision for background, and see the rest of our CoEpi repositories here.
Build Status
Setup
- Install CocoaPods*
- in the root of your project, run
pod install
- Open the project using the xcworkspace file (generated by CocoaPods).
* This project uses primarily SPM as dependecy manager. CocoaPods is used temporarily as fallback for some dependencies
Contribute
-
Read the code guidelines.
-
Create a branch
- If you belong to the organization: Create a branch
- If you don't belong to the organization: Fork and create a branch in the fork
- Commit changes to the branch
- Push your code and make a pull request
Internationalization
Any text visible to the user should be translated into the phone's preferred language. See the Internationalization wiki page for details on how to do that.