Signal-iOS/SignalMessaging/Storage Service
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
..
StorageServiceManagerImpl.swift Move app version off Dependencies and NSObject 2023-04-05 13:29:49 -07:00
StorageServiceProto+Sync.swift Clean up SignalRecipient create & fetch APIs 2023-03-29 18:40:05 -07:00