Add app icon

This commit is contained in:
Ben Kreeger 2025-11-24 11:11:31 -06:00
parent ac29eb40c6
commit d02ffb9ab4
Signed by: kreeger
GPG Key ID: D5CF8683D4BE4B50
2 changed files with 30 additions and 29 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 KiB

View File

@ -1,35 +1,36 @@
{ {
"images" : [ "images": [
{
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{
"appearances" : [
{ {
"appearance" : "luminosity", "filename": "AppIcon.png",
"value" : "dark" "idiom": "universal",
} "platform": "ios",
], "size": "1024x1024"
"idiom" : "universal", },
"platform" : "ios",
"size" : "1024x1024"
},
{
"appearances" : [
{ {
"appearance" : "luminosity", "appearances": [
"value" : "tinted" {
"appearance": "luminosity",
"value": "dark"
}
],
"idiom": "universal",
"platform": "ios",
"size": "1024x1024"
},
{
"appearances": [
{
"appearance": "luminosity",
"value": "tinted"
}
],
"idiom": "universal",
"platform": "ios",
"size": "1024x1024"
} }
], ],
"idiom" : "universal", "info": {
"platform" : "ios", "author": "xcode",
"size" : "1024x1024" "version": 1
} }
],
"info" : {
"author" : "xcode",
"version" : 1
}
} }