Merge pull request #1022 from watura/chore/update-mac-icon
macos: use images/icons for mac app icons
@ -1,61 +1,61 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "Ghostty_256x256x32 6.png",
|
||||
"filename" : "icon_16x16.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x",
|
||||
"size" : "16x16"
|
||||
},
|
||||
{
|
||||
"filename" : "Ghostty_256x256x32 5.png",
|
||||
"filename" : "icon_16x16@2x@2x.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x",
|
||||
"size" : "16x16"
|
||||
},
|
||||
{
|
||||
"filename" : "Ghostty_256x256x32 4.png",
|
||||
"filename" : "icon_32x32.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x",
|
||||
"size" : "32x32"
|
||||
},
|
||||
{
|
||||
"filename" : "Ghostty_256x256x32 3.png",
|
||||
"filename" : "icon_32x32@2x@2x.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x",
|
||||
"size" : "32x32"
|
||||
},
|
||||
{
|
||||
"filename" : "Ghostty_256x256x32 2.png",
|
||||
"filename" : "icon_128x128.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x",
|
||||
"size" : "128x128"
|
||||
},
|
||||
{
|
||||
"filename" : "Ghostty_256x256x32 1.png",
|
||||
"filename" : "icon_128x128@2x@2x.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x",
|
||||
"size" : "128x128"
|
||||
},
|
||||
{
|
||||
"filename" : "Ghostty_256x256x32.png",
|
||||
"filename" : "icon_256x256.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x",
|
||||
"size" : "256x256"
|
||||
},
|
||||
{
|
||||
"filename" : "Ghostty_512x512x32.png",
|
||||
"filename" : "icon_256x256@2x@2x.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x",
|
||||
"size" : "256x256"
|
||||
},
|
||||
{
|
||||
"filename" : "Ghostty_512x512x32 1.png",
|
||||
"filename" : "icon_512x512.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x",
|
||||
"size" : "512x512"
|
||||
},
|
||||
{
|
||||
"filename" : "Ghostty_512x512x32 2.png",
|
||||
"filename" : "icon_512x512@2x@2x.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x",
|
||||
"size" : "512x512"
|
||||
|
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 45 KiB |
BIN
macos/Assets.xcassets/AppIcon.appiconset/icon_128x128.png
Normal file
After Width: | Height: | Size: 7.8 KiB |
BIN
macos/Assets.xcassets/AppIcon.appiconset/icon_128x128@2x@2x.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
macos/Assets.xcassets/AppIcon.appiconset/icon_16x16.png
Normal file
After Width: | Height: | Size: 582 B |
BIN
macos/Assets.xcassets/AppIcon.appiconset/icon_16x16@2x@2x.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
macos/Assets.xcassets/AppIcon.appiconset/icon_256x256.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
macos/Assets.xcassets/AppIcon.appiconset/icon_256x256@2x@2x.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
macos/Assets.xcassets/AppIcon.appiconset/icon_32x32.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
macos/Assets.xcassets/AppIcon.appiconset/icon_32x32@2x@2x.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
macos/Assets.xcassets/AppIcon.appiconset/icon_512x512.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
macos/Assets.xcassets/AppIcon.appiconset/icon_512x512@2x@2x.png
Normal file
After Width: | Height: | Size: 93 KiB |