fix missing smile image refs

This commit is contained in:
Kyle Spearrin 2017-11-29 16:11:07 -05:00
parent b448cad4de
commit 6985ccf076
6 changed files with 14 additions and 1 deletions

View File

@ -89,7 +89,8 @@ namespace Bit.App.Pages
}
_lastAction = DateTime.UtcNow;
var fingerprintRequest = new AuthenticationRequestConfiguration(AppResources.FingerprintDirection)
var fingerprintRequest = new AuthenticationRequestConfiguration(
_deviceInfoService.HasFaceIdSupport ? AppResources.FaceIDDirection : AppResources.FingerprintDirection)
{
AllowAlternativeAuthentication = true,
CancelTitle = AppResources.Cancel,

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -371,6 +371,9 @@
<BundleResource Include="Resources\fingerprint.png" />
<BundleResource Include="Resources\fingerprint%402x.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>
<ProjectReference Include="..\App\App.csproj">

View File

@ -844,6 +844,15 @@
<ItemGroup>
<BundleResource Include="Resources\search%403x.png" />
</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" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>