mirror of
https://github.com/bitwarden/android.git
synced 2025-03-11 08:48:47 +03:00
added share icons to ios project
This commit is contained in:
parent
4854b2b1c0
commit
481925ac78
4 changed files with 9 additions and 0 deletions
BIN
src/iOS/Resources/share.png
Normal file
BIN
src/iOS/Resources/share.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 381 B |
BIN
src/iOS/Resources/share@2x.png
Normal file
BIN
src/iOS/Resources/share@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 683 B |
BIN
src/iOS/Resources/share@3x.png
Normal file
BIN
src/iOS/Resources/share@3x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 481 B |
|
@ -693,6 +693,15 @@
|
|||
<ItemGroup>
|
||||
<BundleResource Include="Resources\Icon-83.5%402x.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\share%403x.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\share%402x.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\share.png" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Add table
Reference in a new issue