iOS client for Cospend on Nextcloud & iHateMoney.org
Download from the Apple App Store.
Open beta with new features via TestFlight.
Using SwiftUI and Combine. Inspired by Moneybuster.
PayForMe is an open source project, which means the code is freely available and anyone can contribute to its development. The project is developed in my free time and contributions are always welcome!
Ways to contribute:
- Report bugs or suggest features via GitHub Issues
- Help with localization (see below)
- Submit code improvements through Pull Requests
- Share the app with others who might find it useful
- Show listed bills
- Create new bills
- Balance of project members
- Handling several projects
- Colorcodes to differentiate users
- Update bills
- Delete bills
- Clearing debt of single members
Creating new projects on iHateMoney- Adding new members to a project
If you want to localize PayForMe into your language you are very welcome! If unfamiliar, here is a short guide:
To add a new localization, fork the project on github, download it, open it in XCode and then navigate to the Project/Info settings, and add a new localization file there. It is recommended but not necessary to use iOSLocalizationEditor then to easily translate all strings. Afterwards, commit and push you changes and open a pull request to the main repository.