Signal-iOS/SignalShareExtension
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
..
Base.lproj Sketch out SAE load screen; make a number of infrastructure changes. 2017-12-01 09:37:52 -05:00
utils Handle attributed text from RTF item providers in share extension 2023-03-01 09:08:59 -08:00
Info.plist "Bump build to 6.20.0.6." (nightly-04-05-2023) 2023-04-05 04:00:43 -07:00
SAEFailedViewController.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
SAELoadViewController.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
SAEScreenLockViewController.h Translate OWSViewController to swift 2022-10-28 10:24:55 -07:00
SAEScreenLockViewController.m Change license to AGPL 2022-10-13 08:25:37 -05:00
ShareViewController.swift Move app version off Dependencies and NSObject 2023-04-05 13:29:49 -07:00
SharingThreadPickerViewController.swift Set up account state and exit registration 2023-03-09 21:54:51 -08:00
SignalShareExtension-AppStore.entitlements Derive bundle ID from an Xcode build setting 2022-09-21 18:10:42 +00:00
SignalShareExtension-Bridging-Header.h Change license to AGPL 2022-10-13 08:25:37 -05:00
SignalShareExtension-Prefix.pch Change license to AGPL 2022-10-13 08:25:37 -05:00
SignalShareExtension.entitlements Derive bundle ID from an Xcode build setting 2022-09-21 18:10:42 +00:00