Use different assets for Snoo when in light vs dark mode

This commit is contained in:
Maurice Parker 2020-05-06 15:32:05 -05:00
parent 14d8e9af30
commit be4691abd0
6 changed files with 22 additions and 2 deletions

View File

@ -1,7 +1,17 @@
{
"images" : [
{
"filename" : "reddit-logo.pdf",
"filename" : "reddit-light.pdf",
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "reddit-dark.pdf",
"idiom" : "universal"
}
],

View File

@ -1,7 +1,17 @@
{
"images" : [
{
"filename" : "reddit-logo.pdf",
"filename" : "reddit-light.pdf",
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "reddit-dark.pdf",
"idiom" : "universal"
}
],