Signal-iOS/SignalUI/Payments
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
..
DebugLogger+Payments.swift Import SignalMessaging where it’s needed 2022-10-24 10:19:06 -07:00
MobileCoinAPI.swift [Payments] Increase perceived payment speed 2023-02-15 07:43:43 -08:00
MobileCoinAPI+Configuration.swift Update SignalCoreKit. Use explicit DispatchQueue instead of relying on the implicit type on promise 'on' params 2023-02-07 16:14:39 -08:00
Payments.swift [Payments] Increase perceived payment speed 2023-02-15 07:43:43 -08:00
PaymentsFormat.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
PaymentsImpl.swift Move app version off Dependencies and NSObject 2023-04-05 13:29:49 -07:00
PaymentsProcessor.swift Remove unused payment processor method 2023-03-13 09:17:01 -07:00
PaymentsReconciliation.swift Update SignalCoreKit. Use explicit DispatchQueue instead of relying on the implicit type on promise 'on' params 2023-02-07 16:14:39 -08:00
PaymentsUI.swift Update SignalCoreKit. Use explicit DispatchQueue instead of relying on the implicit type on promise 'on' params 2023-02-07 16:14:39 -08:00