new icons for ios

This commit is contained in:
Kyle Spearrin 2017-10-20 16:32:08 -04:00
parent 7b354f5b8c
commit 5c0d4700f9
22 changed files with 54 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 994 B

BIN
src/iOS/Resources/apple.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 741 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,005 B

BIN
src/iOS/Resources/card.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 346 B

After

Width:  |  Height:  |  Size: 388 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 563 B

After

Width:  |  Height:  |  Size: 598 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 734 B

After

Width:  |  Height:  |  Size: 810 B

BIN
src/iOS/Resources/id.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

BIN
src/iOS/Resources/id@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 B

BIN
src/iOS/Resources/id@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 868 B

BIN
src/iOS/Resources/login.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 657 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
src/iOS/Resources/note.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 B

View file

@ -763,6 +763,60 @@
<ItemGroup> <ItemGroup>
<BundleResource Include="Resources\launch%403x.png" /> <BundleResource Include="Resources\launch%403x.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\android.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\android%402x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\android%403x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\apple.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\apple%402x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\apple%403x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\card.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\card%402x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\card%403x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\id.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\id%402x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\id%403x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\login.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\login%402x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\login%403x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\note.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\note%402x.png" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\note%403x.png" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup> <PropertyGroup>