session-ios/MAINTAINING.md

19 lines
435 B
Markdown
Raw Normal View History

Apart from the general `BUILDING.md` there are certain things that have
to be done by Signal-iOS maintainers.
For transperancy and bus factor, they are outlined here.
## Dependencies
Keeping cocoapods based dependencies is easy enough.
`pod update`
Similarly, Carthage dependencies can be updated like so:
`carthage update`
## Translations
Read more about translations in [TRANSLATIONS.md](signal/translations/TRANSLATIONS.md)