1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-25 09:44:02 +00:00

Use icon images from the OS X updater.

This commit is contained in:
C.W. Betts 2014-07-16 14:53:51 -06:00
parent 937af3a56d
commit 2852fc0726
8 changed files with 10 additions and 5 deletions

View file

@ -1752,6 +1752,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
5538C398195CD30100A3877A /* Aquaria */,
A2727C95291B439291E768B2 /* ttvfs */,
0E8C018AF514496C871DF406 /* ttvfs_zip */,
C909122F0C28454F8D13254E /* ttvfs_cfileapi */,
@ -1762,7 +1763,6 @@
5597E652195DD301004D9EFF /* glpng */,
5597E6D1195DD8C4004D9EFF /* glfont2 */,
5597E6EA195DDA58004D9EFF /* Aquaria-Standalones */,
5538C398195CD30100A3877A /* Aquaria */,
);
};
/* End PBXProject section */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

View file

@ -7,8 +7,8 @@
"scale" : "1x"
},
{
"idiom" : "mac",
"size" : "16x16",
"idiom" : "mac",
"filename" : "32.png",
"scale" : "2x"
},
@ -25,28 +25,33 @@
"scale" : "2x"
},
{
"idiom" : "mac",
"size" : "128x128",
"idiom" : "mac",
"filename" : "icon_128x128.png",
"scale" : "1x"
},
{
"idiom" : "mac",
"size" : "128x128",
"filename" : "icon_256x256.png",
"scale" : "2x"
},
{
"idiom" : "mac",
"size" : "256x256",
"idiom" : "mac",
"filename" : "icon_256x256.png",
"scale" : "1x"
},
{
"idiom" : "mac",
"size" : "256x256",
"filename" : "icon_512x512.png",
"scale" : "2x"
},
{
"idiom" : "mac",
"size" : "512x512",
"idiom" : "mac",
"filename" : "icon_512x512.png",
"scale" : "1x"
},
{

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB