Signal-iOS/SignalMessaging/contacts
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
..
ContactsMaps.swift Handle system contacts on linked devices 2023-02-01 16:18:59 -08:00
NewAccountDiscovery.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
OWSContactsManager.h Set up account state and exit registration 2023-03-09 21:54:51 -08:00
OWSContactsManager.m Set up account state and exit registration 2023-03-09 21:54:51 -08:00
OWSContactsManager.swift Set up account state and exit registration 2023-03-09 21:54:51 -08:00
OWSSyncManager.h Send sync request messages once per version 2023-02-10 10:24:41 -08:00
OWSSyncManager.m Rename SubscriptionManagerProtocol 2023-03-14 17:44:38 -07:00
OWSSyncManager.swift Move app version off Dependencies and NSObject 2023-04-05 13:29:49 -07:00
SystemContactsDataProvider.swift Handle system contacts on linked devices 2023-02-01 16:18:59 -08:00
SystemContactsFetcher.swift Set up account state and exit registration 2023-03-09 21:54:51 -08:00