Add Inoreader, BazQux, and The Old Reader assets to iOS

This commit is contained in:
Maurice Parker 2020-10-24 14:30:59 -05:00
parent 09b5f53253
commit 6043cfc652
8 changed files with 72 additions and 12 deletions

View File

@ -11,12 +11,8 @@ import Account
struct AppAssets { struct AppAssets {
static var accountLocalPadImage: UIImage = { static var accountBazQuxImage: UIImage = {
return UIImage(named: "accountLocalPad")! return UIImage(named: "accountBazQux")!
}()
static var accountLocalPhoneImage: UIImage = {
return UIImage(named: "accountLocalPhone")!
}() }()
static var accountCloudKitImage: UIImage = { static var accountCloudKitImage: UIImage = {
@ -39,10 +35,26 @@ struct AppAssets {
return UIImage(named: "accountFreshRSS")! return UIImage(named: "accountFreshRSS")!
}() }()
static var accountInoreaderImage: UIImage = {
return UIImage(named: "accountInoreader")!
}()
static var accountLocalPadImage: UIImage = {
return UIImage(named: "accountLocalPad")!
}()
static var accountLocalPhoneImage: UIImage = {
return UIImage(named: "accountLocalPhone")!
}()
static var accountNewsBlurImage: UIImage = { static var accountNewsBlurImage: UIImage = {
return UIImage(named: "accountNewsBlur")! return UIImage(named: "accountNewsBlur")!
}() }()
static var accountTheOldReaderImage: UIImage = {
return UIImage(named: "accountTheOldReader")!
}()
static var articleExtractorError: UIImage = { static var articleExtractorError: UIImage = {
return UIImage(named: "articleExtractorError")! return UIImage(named: "articleExtractorError")!
}() }()
@ -262,11 +274,11 @@ struct AppAssets {
case .newsBlur: case .newsBlur:
return AppAssets.accountNewsBlurImage return AppAssets.accountNewsBlurImage
case .inoreader: case .inoreader:
return AppAssets.accountInoreader return AppAssets.accountInoreaderImage
case .bazQux: case .bazQux:
return AppAssets.accountBazQux return AppAssets.accountBazQuxImage
case .theOldReader: case .theOldReader:
return AppAssets.accountTheOldReader return AppAssets.accountTheOldReaderImage
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"info" : { "info" : {
"version" : 1, "author" : "xcode",
"author" : "xcode" "version" : 1
} }
} }

View File

@ -0,0 +1,16 @@
{
"images" : [
{
"filename" : "bazqux-logo.png",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true,
"template-rendering-intent" : "template"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,16 @@
{
"images" : [
{
"filename" : "inoreader_logo.pdf",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true,
"template-rendering-intent" : "template"
}
}

View File

@ -0,0 +1,16 @@
{
"images" : [
{
"filename" : "oldreader-icon.pdf",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true,
"template-rendering-intent" : "template"
}
}