Добавил иконки в приложение, чтобы билдскриптом их можно было заменять

This commit is contained in:
rzaitov 2013-11-13 13:45:37 +04:00
parent 298e0a41bd
commit 895238017e
8 changed files with 10 additions and 0 deletions

View File

@ -72,6 +72,7 @@
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
<Folder Include="Resources\Icons\" />
</ItemGroup>
<ItemGroup>
<None Include="Info.plist" />
@ -88,4 +89,8 @@
<Name>Domain</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\Icon%402x.png" />
<BundleResource Include="Resources\Icon.png" />
</ItemGroup>
</Project>

View File

@ -16,5 +16,10 @@
<string>com.touchin.buildscript</string>
<key>CFBundleVersion</key>
<string>0.0.0</string>
<key>CFBundleIconFiles</key>
<array>
<string>Icon@2x</string>
<string>Icon</string>
</array>
</dict>
</plist>

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB