session-ios/MAINTAINING.md
Prayag Verma 8fbe1d667d Fix typo in Maintaining doc - FREEBIE
transperancy → transparency
2017-02-21 13:32:41 +05:30

19 lines
435 B
Markdown

Apart from the general `BUILDING.md` there are certain things that have
to be done by Signal-iOS maintainers.
For transparency 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)