20 lines
719 B
Markdown
20 lines
719 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.
|
|
|
|
- To just update one dependency: `bundle exec pod update DependencyKit`
|
|
- To update all dependencies to the latest according to the Podfile range: `bundle exec pod update`
|
|
|
|
RingRTC/WebRTC updates are managed separately, and manually based on:
|
|
- https://github.com/signalapp/ringrtc
|
|
- You can find the latest build at https://github.com/signalapp/signal-webrtc-ios-artifacts
|
|
|
|
## Translations
|
|
|
|
Read more about translations in [TRANSLATIONS.md](Signal/translations/TRANSLATIONS.md)
|