Update MAINTAINING.md

This commit is contained in:
gmbnt 2020-02-05 14:10:14 +11:00 committed by GitHub
parent 6fa19937a0
commit 4e86453195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 9 deletions

View File

@ -1,21 +1,14 @@
Apart from the general `BUILDING.md` there are certain things that have
to be done by Signal-iOS maintainers.
to be done by Session maintainers.
For transparency and bus factor, they are outlined here.
## Dependencies
Keeping cocoapods based dependencies is easy enough.
Keeping Cocoapods based dependencies is easy enough.
`pod update`
Similarly, Carthage dependencies can be updated like so:
`carthage update`
WebRTC updates are managed separately and manually based on
https://github.com/signalapp/signal-webrtc-ios
## Translations
Read more about translations in [TRANSLATIONS.md](Signal/translations/TRANSLATIONS.md)