Configure star swipe images as template so that they render in the correct color

This commit is contained in:
Maurice Parker 2020-07-27 19:32:08 -05:00
parent 855907404e
commit f2f3ccbe00
2 changed files with 14 additions and 8 deletions

View File

@ -1,8 +1,8 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "star.fill.pdf",
"idiom" : "universal",
"scale" : "1x"
},
{
@ -15,7 +15,10 @@
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

View File

@ -1,8 +1,8 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "star.pdf",
"idiom" : "universal",
"scale" : "1x"
},
{
@ -15,7 +15,10 @@
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}