1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-01-05 13:30:07 +00:00

Merge pull request #1420 from TomHarte/NewIcon

Import new icons.
This commit is contained in:
Thomas Harte 2024-11-29 23:10:31 -05:00 committed by GitHub
commit 36edfe9715
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
21 changed files with 165 additions and 61 deletions

View File

@ -2,67 +2,58 @@
"images" : [
{
"idiom" : "mac",
"size" : "16x16",
"filename" : "Icon16.png",
"scale" : "1x"
"scale" : "1x",
"size" : "16x16"
},
{
"idiom" : "mac",
"size" : "16x16",
"filename" : "Icon32.png",
"scale" : "2x"
"scale" : "2x",
"size" : "16x16"
},
{
"idiom" : "mac",
"size" : "32x32",
"filename" : "Icon32.png",
"scale" : "1x"
"scale" : "1x",
"size" : "32x32"
},
{
"idiom" : "mac",
"size" : "32x32",
"filename" : "Icon64.png",
"scale" : "2x"
"scale" : "2x",
"size" : "32x32"
},
{
"idiom" : "mac",
"size" : "128x128",
"filename" : "Icon128.png",
"scale" : "1x"
"scale" : "1x",
"size" : "128x128"
},
{
"idiom" : "mac",
"size" : "128x128",
"filename" : "Icon256.png",
"scale" : "2x"
"scale" : "2x",
"size" : "128x128"
},
{
"idiom" : "mac",
"size" : "256x256",
"filename" : "Icon256.png",
"scale" : "1x"
"scale" : "1x",
"size" : "256x256"
},
{
"idiom" : "mac",
"size" : "256x256",
"filename" : "Icon512.png",
"scale" : "2x"
"scale" : "2x",
"size" : "256x256"
},
{
"idiom" : "mac",
"size" : "512x512",
"filename" : "Icon512.png",
"scale" : "1x"
"scale" : "1x",
"size" : "512x512"
},
{
"size" : "512x512",
"filename" : "icon-mac-beige.png",
"idiom" : "mac",
"filename" : "Icon1024.png",
"scale" : "2x"
"scale" : "2x",
"size" : "512x512"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 575 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 505 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 KiB

View File

@ -1,6 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
}

View File

@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "cart.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "casette.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "chip.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "floppy35.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "floppy525.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

@ -13,7 +13,7 @@
<string>bin</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>cartridge.png</string>
<string>cartridge</string>
<key>CFBundleTypeName</key>
<string>Atari 2600 Cartridge</string>
<key>CFBundleTypeOSTypes</key>
@ -35,7 +35,7 @@
<string>rom</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>chip.png</string>
<string>chip</string>
<key>CFBundleTypeName</key>
<string>ROM Image</string>
<key>CFBundleTypeOSTypes</key>
@ -57,7 +57,7 @@
<string>uef</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>cassette.png</string>
<string>cassette</string>
<key>CFBundleTypeName</key>
<string>Electron/BBC UEF Image</string>
<key>CFBundleTypeOSTypes</key>
@ -79,7 +79,7 @@
<string>prg</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>floppy525.png</string>
<string>floppy525</string>
<key>CFBundleTypeName</key>
<string>Commodore Program</string>
<key>CFBundleTypeOSTypes</key>
@ -101,7 +101,7 @@
<string>tap</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>cassette.png</string>
<string>cassette</string>
<key>CFBundleTypeName</key>
<string>Tape Image</string>
<key>CFBundleTypeOSTypes</key>
@ -123,7 +123,7 @@
<string>g64</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>floppy525.png</string>
<string>floppy525</string>
<key>CFBundleTypeName</key>
<string>Commodore Disk</string>
<key>CFBundleTypeOSTypes</key>
@ -145,7 +145,7 @@
<string>d64</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>floppy525.png</string>
<string>floppy525</string>
<key>CFBundleTypeName</key>
<string>Commodore 1540/1 Disk</string>
<key>CFBundleTypeOSTypes</key>
@ -171,7 +171,7 @@
<string>adm</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>floppy35.png</string>
<string>floppy35</string>
<key>CFBundleTypeName</key>
<string>Electron/BBC Disk Image</string>
<key>CFBundleTypeOSTypes</key>
@ -193,7 +193,7 @@
<string>dsk</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>floppy35.png</string>
<string>floppy35</string>
<key>CFBundleTypeName</key>
<string>Disk Image</string>
<key>CFBundleTypeOSTypes</key>
@ -216,7 +216,7 @@
<string>80</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>cassette.png</string>
<string>cassette</string>
<key>CFBundleTypeName</key>
<string>ZX80 Tape Image</string>
<key>CFBundleTypeOSTypes</key>
@ -240,7 +240,7 @@
<string>p81</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>cassette.png</string>
<string>cassette</string>
<key>CFBundleTypeName</key>
<string>ZX81 Tape Image</string>
<key>CFBundleTypeOSTypes</key>
@ -262,7 +262,7 @@
<string>csw</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>cassette.png</string>
<string>cassette</string>
<key>CFBundleTypeName</key>
<string>Tape Image</string>
<key>CFBundleTypeOSTypes</key>
@ -284,7 +284,7 @@
<string>tzx</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>cassette.png</string>
<string>cassette</string>
<key>CFBundleTypeName</key>
<string>Tape Image</string>
<key>CFBundleTypeOSTypes</key>
@ -306,7 +306,7 @@
<string>cdt</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>cassette.png</string>
<string>cassette</string>
<key>CFBundleTypeName</key>
<string>Amstrad CPC Tape Image</string>
<key>CFBundleTypeOSTypes</key>
@ -328,7 +328,7 @@
<string>hfe</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>floppy35.png</string>
<string>floppy35</string>
<key>CFBundleTypeName</key>
<string>HxC Disk Image</string>
<key>CFBundleTypeOSTypes</key>
@ -350,7 +350,7 @@
<string>cas</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>cassette.png</string>
<string>cassette</string>
<key>CFBundleTypeName</key>
<string>MSX Tape Image</string>
<key>CFBundleTypeOSTypes</key>
@ -372,7 +372,7 @@
<string>dmk</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>floppy35.png</string>
<string>floppy35</string>
<key>CFBundleTypeName</key>
<string>Disk Image</string>
<key>CFBundleTypeOSTypes</key>
@ -396,7 +396,7 @@
<string>stx</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>floppy35.png</string>
<string>floppy35</string>
<key>CFBundleTypeName</key>
<string>Atari ST Disk Image</string>
<key>CFBundleTypeOSTypes</key>
@ -418,7 +418,7 @@
<string>tsx</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>cassette.png</string>
<string>cassette</string>
<key>CFBundleTypeName</key>
<string>MSX Tape Image</string>
<key>CFBundleTypeOSTypes</key>
@ -440,7 +440,7 @@
<string>col</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>cartridge.png</string>
<string>cartridge</string>
<key>CFBundleTypeName</key>
<string>ColecoVision Cartridge</string>
<key>CFBundleTypeOSTypes</key>
@ -462,7 +462,7 @@
<string>sms</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>cartridge.png</string>
<string>cartridge</string>
<key>CFBundleTypeName</key>
<string>Master System Cartridge</string>
<key>CFBundleTypeOSTypes</key>
@ -484,7 +484,7 @@
<string>sg</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>cartridge.png</string>
<string>cartridge</string>
<key>CFBundleTypeName</key>
<string>SG1000 Cartridge</string>
<key>CFBundleTypeOSTypes</key>
@ -509,7 +509,7 @@
<string>po</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>floppy525.png</string>
<string>floppy525</string>
<key>CFBundleTypeName</key>
<string>Apple II Disk Image</string>
<key>CFBundleTypeOSTypes</key>
@ -557,7 +557,7 @@
<string>2mg</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>floppy35.png</string>
<string>floppy35</string>
<key>CFBundleTypeName</key>
<string>Apple 2MG Disk Image</string>
<key>CFBundleTypeOSTypes</key>
@ -566,6 +566,8 @@
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSHandlerRank</key>
<string>Default</string>
<key>LSTypeIsPackage</key>
<false/>
<key>NSDocumentClass</key>
@ -656,6 +658,8 @@
<array>
<string>ipf</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>floppy35</string>
<key>CFBundleTypeName</key>
<string>Software Preservation Society Disk Image</string>
<key>CFBundleTypeOSTypes</key>
@ -676,6 +680,8 @@
<array>
<string>ima</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>floppy35</string>
<key>CFBundleTypeName</key>
<string>Raw DOS disk image</string>
<key>CFBundleTypeOSTypes</key>
@ -696,6 +702,8 @@
<array>
<string>imd</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>floppy35</string>
<key>CFBundleTypeName</key>
<string>IMD disk image</string>
<key>CFBundleTypeOSTypes</key>
@ -739,7 +747,7 @@
<string>mx2</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>chip.png</string>
<string>cartridge</string>
<key>CFBundleTypeName</key>
<string>MSX 2 ROM Image</string>
<key>CFBundleTypeOSTypes</key>