Change app icon, logo

This commit is contained in:
Letro Bot
2026-03-19 15:31:04 +03:00
parent 1e70b490fd
commit 993c61b0eb
6 changed files with 20 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 244 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

View File

@@ -4,9 +4,15 @@
{
"layers" : [
{
"glass" : false,
"image-name" : "AppIcon.png",
"name" : "AppIcon"
"image-name" : "app-logo.png",
"name" : "app-logo",
"position" : {
"scale" : 2.5,
"translation-in-points" : [
0,
0
]
}
}
],
"name" : "Background",

View File

@@ -1,15 +1,21 @@
{
"images" : [
{
"filename" : "app-logo.pdf",
"idiom" : "universal"
"filename" : "app-logo.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB