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 {
static var accountLocalPadImage: UIImage = {
return UIImage(named: "accountLocalPad")!
}()
static var accountLocalPhoneImage: UIImage = {
return UIImage(named: "accountLocalPhone")!
static var accountBazQuxImage: UIImage = {
return UIImage(named: "accountBazQux")!
}()
static var accountCloudKitImage: UIImage = {
@ -39,10 +35,26 @@ struct AppAssets {
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 = {
return UIImage(named: "accountNewsBlur")!
}()
static var accountTheOldReaderImage: UIImage = {
return UIImage(named: "accountTheOldReader")!
}()
static var articleExtractorError: UIImage = {
return UIImage(named: "articleExtractorError")!
}()
@ -262,11 +274,11 @@ struct AppAssets {
case .newsBlur:
return AppAssets.accountNewsBlurImage
case .inoreader:
return AppAssets.accountInoreader
return AppAssets.accountInoreaderImage
case .bazQux:
return AppAssets.accountBazQux
return AppAssets.accountBazQuxImage
case .theOldReader:
return AppAssets.accountTheOldReader
return AppAssets.accountTheOldReaderImage
}
}

View File

@ -1,6 +1,6 @@
{
"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"
}
}