Initial commit
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"images": [
|
||||
{
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x",
|
||||
"size" : "16x16",
|
||||
"filename": "Icon16.png"
|
||||
},
|
||||
{
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x",
|
||||
"size" : "16x16",
|
||||
"filename": "Icon32.png"
|
||||
},
|
||||
{
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x",
|
||||
"size" : "32x32",
|
||||
"filename": "Icon32.png"
|
||||
},
|
||||
{
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x",
|
||||
"size" : "32x32",
|
||||
"filename": "Icon64.png"
|
||||
},
|
||||
{
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x",
|
||||
"size" : "128x128",
|
||||
"filename": "Icon128.png"
|
||||
},
|
||||
{
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x",
|
||||
"size" : "128x128",
|
||||
"filename": "Icon256.png"
|
||||
},
|
||||
{
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x",
|
||||
"size" : "256x256",
|
||||
"filename": "Icon256.png"
|
||||
},
|
||||
{
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x",
|
||||
"size" : "256x256",
|
||||
"filename": "Icon512.png"
|
||||
},
|
||||
{
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x",
|
||||
"size" : "512x512",
|
||||
"filename": "Icon512.png"
|
||||
},
|
||||
{
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x",
|
||||
"size" : "512x512",
|
||||
"filename": "Icon1024.png"
|
||||
}
|
||||
],
|
||||
"info": {
|
||||
"version": 1,
|
||||
"author": "xcode"
|
||||
},
|
||||
}
|
||||
|
||||
|
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 1.2 KiB |
BIN
Ryuclaw.Client.Mac/Assets.xcassets/AppIcon.appiconset/Icon16.png
Normal file
After Width: | Height: | Size: 271 B |
After Width: | Height: | Size: 2.1 KiB |
BIN
Ryuclaw.Client.Mac/Assets.xcassets/AppIcon.appiconset/Icon32.png
Normal file
After Width: | Height: | Size: 459 B |
After Width: | Height: | Size: 4.1 KiB |
BIN
Ryuclaw.Client.Mac/Assets.xcassets/AppIcon.appiconset/Icon64.png
Normal file
After Width: | Height: | Size: 788 B |
7
Ryuclaw.Client.Mac/Assets.xcassets/Contents.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
||||
|