2017-02-13 15:35:54 +01:00
|
|
|
Apart from the general `BUILDING.md` there are certain things that have
|
2016-11-12 18:22:29 +01:00
|
|
|
to be done by Signal-iOS maintainers.
|
|
|
|
|
2017-02-21 09:02:41 +01:00
|
|
|
For transparency and bus factor, they are outlined here.
|
2016-11-12 18:22:29 +01:00
|
|
|
|
2017-02-13 15:35:54 +01:00
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
Keeping cocoapods based dependencies is easy enough.
|
|
|
|
|
|
|
|
`pod update`
|
|
|
|
|
2017-02-10 20:57:00 +01:00
|
|
|
Similarly, Carthage dependencies can be updated like so:
|
|
|
|
|
|
|
|
`carthage update`
|
2017-02-13 15:35:54 +01:00
|
|
|
|
2017-07-07 02:35:41 +02:00
|
|
|
WebRTC updates are managed separately and manually based on
|
2018-02-07 23:00:45 +01:00
|
|
|
https://github.com/signalapp/signal-webrtc-ios
|
2017-07-07 02:35:41 +02:00
|
|
|
|
2016-11-12 18:22:29 +01:00
|
|
|
## Translations
|
|
|
|
|
2018-05-22 19:21:54 +02:00
|
|
|
Read more about translations in [TRANSLATIONS.md](Signal/translations/TRANSLATIONS.md)
|