Drop FIXME about logos, load statically

Quite complicated to do via API.
This commit is contained in:
Davide De Rosa 2020-02-29 18:46:39 +01:00
parent 8318821a80
commit 25ea04c3a3
1 changed files with 0 additions and 2 deletions

View File

@ -186,8 +186,6 @@ extension MFMailComposeViewController {
} }
extension Infrastructure.Metadata { extension Infrastructure.Metadata {
// FIXME: load from index JSON
var logo: UIImage? { var logo: UIImage? {
let bundle = Bundle(for: AppDelegate.self) let bundle = Bundle(for: AppDelegate.self)
guard let image = AssetImageTypeAlias(named: name, in: bundle, compatibleWith: nil) else { guard let image = AssetImageTypeAlias(named: name, in: bundle, compatibleWith: nil) else {