Signal-iOS/SignalServiceKit/Dependencies
Evan Hahn 3804ed76a5
Move app version off Dependencies and NSObject
This change should have no user impact.

`appVersion` used to be a property of `Dependencies` and `NSObject`. It
just deferred to `AppVersion.shared()`.

This commit removes those properties and relies on `AppVersion.shared`
instead. Also, `AppVersion.shared` is now a getter, not a function.
2023-04-05 13:29:49 -07:00
..
Dependencies+SSK.swift Move app version off Dependencies and NSObject 2023-04-05 13:29:49 -07:00
DependenciesBridge.swift Rename StorageServiceManagerProtocol 2023-03-23 09:29:38 -07:00