mirror of
https://github.com/yattee/yattee.git
synced 2024-12-14 22:30:32 +05:30
192550ba7a
- added support for adaptive/tinted Icons on iOS. - closes #700 - new macOS icon set, courtesy of @Kongolabongo (Discourse) Signed-off-by: Toni Förster <toni.foerster@gmail.com>
39 lines
703 B
JSON
39 lines
703 B
JSON
{
|
|
"images" : [
|
|
{
|
|
"filename" : "Light.png",
|
|
"idiom" : "universal",
|
|
"platform" : "ios",
|
|
"size" : "1024x1024"
|
|
},
|
|
{
|
|
"appearances" : [
|
|
{
|
|
"appearance" : "luminosity",
|
|
"value" : "dark"
|
|
}
|
|
],
|
|
"filename" : "Dark.png",
|
|
"idiom" : "universal",
|
|
"platform" : "ios",
|
|
"size" : "1024x1024"
|
|
},
|
|
{
|
|
"appearances" : [
|
|
{
|
|
"appearance" : "luminosity",
|
|
"value" : "tinted"
|
|
}
|
|
],
|
|
"filename" : "Tinted.png",
|
|
"idiom" : "universal",
|
|
"platform" : "ios",
|
|
"size" : "1024x1024"
|
|
}
|
|
],
|
|
"info" : {
|
|
"author" : "xcode",
|
|
"version" : 1
|
|
}
|
|
}
|