mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-23 03:32:13 -04:00
Fixlint
This commit is contained in:
parent
8fd75bc7c5
commit
f5c888fddc
@ -47,7 +47,6 @@ enum Brand {
|
||||
static let appName: String = Config.value(for: .displayName) ?? "Kiwix"
|
||||
static let appStoreId: String = Config.value(for: .appStoreID) ?? "id997079563"
|
||||
static let loadingLogoImage: String = "welcomeLogo"
|
||||
// swiftlint:disable:next force_cast
|
||||
static var loadingLogoSize: CGSize = ImageInfo.sizeOf(imageName: loadingLogoImage)!
|
||||
|
||||
static let aboutText: String = Config.value(for: .aboutText) ?? "settings.about.description".localized
|
||||
|
Loading…
x
Reference in New Issue
Block a user