Added an icon to the OS X sample

This commit is contained in:
Matthew Leibowitz 2016-07-29 18:09:17 +02:00
Родитель 17b2f52dcc
Коммит 871b9575bc
12 изменённых файлов: 22 добавлений и 15 удалений

Двоичные данные
images/skia_16x16.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 935 B

Двоичные данные
images/skia_32x32.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 1.5 KiB

Двоичные данные
images/skia_64x64.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 2.7 KiB

Просмотреть файл

@ -75,6 +75,11 @@
"scale": "2x",
"idiom": "ipad"
},
{
"size": "83.5x83.5",
"scale": "2x",
"idiom": "ipad"
},
{
"size": "72x72",
"scale": "1x",
@ -95,11 +100,6 @@
"scale": "2x",
"idiom": "ipad"
},
{
"size": "120x120",
"scale": "1x",
"idiom": "car"
},
{
"role": "notificationCenter",
"size": "24x24",
@ -155,61 +155,61 @@
"idiom": "watch"
},
{
"filename": "AppIcon-16.png",
"filename": "skia_16x16.png",
"size": "16x16",
"scale": "1x",
"idiom": "mac"
},
{
"filename": "AppIcon-16@2x.png",
"filename": "skia_32x32.png",
"size": "16x16",
"scale": "2x",
"idiom": "mac"
},
{
"filename": "AppIcon-32.png",
"filename": "skia_32x32.png",
"size": "32x32",
"scale": "1x",
"idiom": "mac"
},
{
"filename": "AppIcon-32@2x.png",
"filename": "skia_64x64.png",
"size": "32x32",
"scale": "2x",
"idiom": "mac"
},
{
"filename": "AppIcon-128.png",
"filename": "skia_128x128.png",
"size": "128x128",
"scale": "1x",
"idiom": "mac"
},
{
"filename": "AppIcon-128@2x.png",
"filename": "skia_256x256.png",
"size": "128x128",
"scale": "2x",
"idiom": "mac"
},
{
"filename": "AppIcon-256.png",
"filename": "skia_256x256.png",
"size": "256x256",
"scale": "1x",
"idiom": "mac"
},
{
"filename": "AppIcon-256@2x.png",
"filename": "skia_512x512.png",
"size": "256x256",
"scale": "2x",
"idiom": "mac"
},
{
"filename": "AppIcon-512.png",
"filename": "skia_512x512.png",
"size": "512x512",
"scale": "1x",
"idiom": "mac"
},
{
"filename": "AppIcon-512@2x.png",
"filename": "skia_1024x1024.png",
"size": "512x512",
"scale": "2x",
"idiom": "mac"

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 28 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 3.1 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 935 B

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 5.9 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 1.5 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 13 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 2.7 KiB

Просмотреть файл

@ -72,6 +72,13 @@
<ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\AppIcon-32%402x.png" />
<ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\AppIcon-512.png" />
<ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\AppIcon-512%402x.png" />
<ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\skia_16x16.png" />
<ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\skia_32x32.png" />
<ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\skia_64x64.png" />
<ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\skia_128x128.png" />
<ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\skia_256x256.png" />
<ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\skia_512x512.png" />
<ImageAsset Include="Resources\Images.xcassets\AppIcons.appiconset\skia_1024x1024.png" />
</ItemGroup>
<ItemGroup>
<None Include="Info.plist" />