session-ios/MAINTAINING.md

15 lines
327 B
Markdown
Raw Normal View History

Apart from the general `BUILDING.md` there are certain things that have
2020-02-05 04:10:14 +01:00
to be done by Session maintainers.
For transparency and bus factor, they are outlined here.
## Dependencies
2020-02-05 04:10:14 +01:00
Keeping Cocoapods based dependencies is easy enough.
`pod update`
Similarly, Carthage dependencies can be updated like so:
`carthage update`