Changed default feed favicon to a globe so that it matches the desktop default feed favicon

This commit is contained in:
Maurice Parker 2019-04-28 17:22:54 -05:00
parent 37c25e33c2
commit 3d1c0d3e28
4 changed files with 38 additions and 5 deletions

View File

@ -32,12 +32,13 @@ struct AppAssets {
return image.maskWithColor(color: AppAssets.chevronDisclosureColor)!
}()
static var feedImage: RSImage = {
return RSImage(named: "rssImage")!
static var feedColor: UIColor = {
return UIColor(named: "feedColor")!
}()
static var folderImage: RSImage = {
return RSImage(named: "folderImage")!
static var feedImage: RSImage = {
let image = RSImage(named: "feedImage")!
return image.maskWithColor(color: AppAssets.feedColor)!
}()
static var masterFolderColor: UIColor = {

View File

@ -0,0 +1,20 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
},
"colors" : [
{
"idiom" : "universal",
"color" : {
"color-space" : "srgb",
"components" : {
"red" : "20",
"alpha" : "1.000",
"blue" : "243",
"green" : "140"
}
}
}
]
}

View File

@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "globe.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.