Mitchell Hashimoto 789107ff1b macos: text in about window is selectable
Fixes #1163

I also fixed the AppIconImage from being 1024x1024 to much smaller so we
don't see as many artifacts in the downsize.
2023-12-27 07:53:28 -08:00

24 lines
400 B
JSON

{
"images" : [
{
"filename" : "icon_128x128.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "icon_128x128@2x@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "icon_256x256@2x@2x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}