mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-27 17:08:00 +01:00
fix missing smile image refs
This commit is contained in:
parent
b448cad4de
commit
6985ccf076
@ -89,7 +89,8 @@ namespace Bit.App.Pages
|
|||||||
}
|
}
|
||||||
_lastAction = DateTime.UtcNow;
|
_lastAction = DateTime.UtcNow;
|
||||||
|
|
||||||
var fingerprintRequest = new AuthenticationRequestConfiguration(AppResources.FingerprintDirection)
|
var fingerprintRequest = new AuthenticationRequestConfiguration(
|
||||||
|
_deviceInfoService.HasFaceIdSupport ? AppResources.FaceIDDirection : AppResources.FingerprintDirection)
|
||||||
{
|
{
|
||||||
AllowAlternativeAuthentication = true,
|
AllowAlternativeAuthentication = true,
|
||||||
CancelTitle = AppResources.Cancel,
|
CancelTitle = AppResources.Cancel,
|
||||||
|
BIN
src/iOS.Extension/Resources/smile.png
Normal file
BIN
src/iOS.Extension/Resources/smile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
BIN
src/iOS.Extension/Resources/smile@2x.png
Normal file
BIN
src/iOS.Extension/Resources/smile@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
BIN
src/iOS.Extension/Resources/smile@3x.png
Normal file
BIN
src/iOS.Extension/Resources/smile@3x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
@ -371,6 +371,9 @@
|
|||||||
<BundleResource Include="Resources\fingerprint.png" />
|
<BundleResource Include="Resources\fingerprint.png" />
|
||||||
<BundleResource Include="Resources\fingerprint%402x.png" />
|
<BundleResource Include="Resources\fingerprint%402x.png" />
|
||||||
<BundleResource Include="Resources\fingerprint%403x.png" />
|
<BundleResource Include="Resources\fingerprint%403x.png" />
|
||||||
|
<BundleResource Include="Resources\smile.png" />
|
||||||
|
<BundleResource Include="Resources\smile%402x.png" />
|
||||||
|
<BundleResource Include="Resources\smile%403x.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\App\App.csproj">
|
<ProjectReference Include="..\App\App.csproj">
|
||||||
|
@ -844,6 +844,15 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<BundleResource Include="Resources\search%403x.png" />
|
<BundleResource Include="Resources\search%403x.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<BundleResource Include="Resources\smile.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<BundleResource Include="Resources\smile%402x.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<BundleResource Include="Resources\smile%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>
|
||||||
|
Loading…
Reference in New Issue
Block a user