Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 435 Bytes

MAINTAINING.md

File metadata and controls

18 lines (10 loc) · 435 Bytes

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