From 4e864531952e2ac913161b656bab68b878b02664 Mon Sep 17 00:00:00 2001 From: gmbnt <9340958+gmbnt@users.noreply.github.com> Date: Wed, 5 Feb 2020 14:10:14 +1100 Subject: [PATCH] Update MAINTAINING.md --- MAINTAINING.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/MAINTAINING.md b/MAINTAINING.md index e333f0e2a..496d4740f 100644 --- a/MAINTAINING.md +++ b/MAINTAINING.md @@ -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)