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", "filename": "AppIcon.png",
"platform" : "ios", "idiom": "universal",
"size" : "1024x1024" "platform": "ios",
"size": "1024x1024"
}, },
{ {
"appearances" : [ "appearances": [
{ {
"appearance" : "luminosity", "appearance": "luminosity",
"value" : "dark" "value": "dark"
} }
], ],
"idiom" : "universal", "idiom": "universal",
"platform" : "ios", "platform": "ios",
"size" : "1024x1024" "size": "1024x1024"
}, },
{ {
"appearances" : [ "appearances": [
{ {
"appearance" : "luminosity", "appearance": "luminosity",
"value" : "tinted" "value": "tinted"
} }
], ],
"idiom" : "universal", "idiom": "universal",
"platform" : "ios", "platform": "ios",
"size" : "1024x1024" "size": "1024x1024"
} }
], ],
"info" : { "info": {
"author" : "xcode", "author": "xcode",
"version" : 1 "version": 1
} }
} }