Update Feedbin icon to the new design.

This commit is contained in:
Maurice Parker 2020-10-23 15:44:55 -05:00
parent 7d940fed31
commit be35382f70
9 changed files with 13 additions and 13 deletions

View File

@ -1,13 +1,13 @@
{ {
"images" : [ "images" : [
{ {
"idiom" : "universal", "filename" : "feedbin-logo.pdf",
"filename" : "accountFeedbin.pdf" "idiom" : "universal"
} }
], ],
"info" : { "info" : {
"version" : 1, "author" : "xcode",
"author" : "xcode" "version" : 1
}, },
"properties" : { "properties" : {
"template-rendering-intent" : "template" "template-rendering-intent" : "template"

View File

@ -1,7 +1,7 @@
{ {
"images" : [ "images" : [
{ {
"filename" : "accountFeedbin.pdf", "filename" : "feedbin-logo.pdf",
"idiom" : "universal" "idiom" : "universal"
} }
], ],

View File

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