mirror of
https://github.com/bitwarden/mobile
synced 2025-12-26 13:13:28 +00:00
[EC-341] Fix show alternative 2FA on iOS extensions (#2011)
* EC-341 Fix show alternative 2FA on iOS extensions * EC-341 Fix iOS.Core.csproj reference
This commit is contained in:
committed by
GitHub
parent
2c8406d0ad
commit
ae4e8e2d8e
@@ -18,6 +18,7 @@ using CoreNFC;
|
||||
using Foundation;
|
||||
using UIKit;
|
||||
using Xamarin.Forms;
|
||||
using Xamarin.Forms.Platform.iOS;
|
||||
|
||||
namespace Bit.iOS.Autofill
|
||||
{
|
||||
|
||||
@@ -253,6 +253,17 @@
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\logo_white%403x.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BundleResource Include="..\iOS\Resources\more_vert.png">
|
||||
<Link>Resources\more_vert.png</Link>
|
||||
</BundleResource>
|
||||
<BundleResource Include="..\iOS\Resources\more_vert%402x.png">
|
||||
<Link>Resources\more_vert%402x.png</Link>
|
||||
</BundleResource>
|
||||
<BundleResource Include="..\iOS\Resources\more_vert%403x.png">
|
||||
<Link>Resources\more_vert%403x.png</Link>
|
||||
</BundleResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AppCenter.Crashes">
|
||||
<Version>4.4.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user