Signal-iOS/SignalServiceKit/src/Account
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
..
AccountServiceClient.swift Handle 401s for REST message fetches 2023-03-08 10:53:58 -08:00
CreatePreKeysOperation.swift Initial implementation of PNI change-number 2023-03-09 17:13:16 -08:00
RefreshPreKeysOperation.swift Initial implementation of PNI change-number 2023-03-09 17:13:16 -08:00
RotateSignedKeyOperation.swift Initial implementation of PNI change-number 2023-03-09 17:13:16 -08:00
ServiceId.swift Clean up SignalRecipient create & fetch APIs 2023-03-29 18:40:05 -07:00
TSAccountManager.h Swiftify storeLocalNumber 2023-03-27 10:41:10 -07:00
TSAccountManager.m Swiftify storeLocalNumber 2023-03-27 10:41:10 -07:00
TSAccountManager.swift Move app version off Dependencies and NSObject 2023-04-05 13:29:49 -07:00
TSAccountManager+TSAccountState.swift "Create a username" megaphone 2023-02-17 11:21:54 -08:00
TSPreKeyManager.h Initial implementation of PNI change-number 2023-03-09 17:13:16 -08:00
TSPreKeyManager.m Initial implementation of PNI change-number 2023-03-09 17:13:16 -08:00
TSPreKeyManager.swift Initial implementation of PNI change-number 2023-03-09 17:13:16 -08:00