mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
Setup lock view controllers and storyboard
This commit is contained in:
@@ -95,6 +95,18 @@
|
||||
<CodesignKey>iPhone Distribution</CodesignKey>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="LockPasswordViewController.cs" />
|
||||
<Compile Include="LockPasswordViewController.designer.cs">
|
||||
<DependentUpon>LockPasswordViewController.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="LockPinViewController.cs" />
|
||||
<Compile Include="LockPinViewController.designer.cs">
|
||||
<DependentUpon>LockPinViewController.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="LockFingerprintViewController.cs" />
|
||||
<Compile Include="LockFingerprintViewController.designer.cs">
|
||||
<DependentUpon>LockFingerprintViewController.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="PasswordGeneratorViewController.cs" />
|
||||
<Compile Include="PasswordGeneratorViewController.designer.cs">
|
||||
<DependentUpon>PasswordGeneratorViewController.cs</DependentUpon>
|
||||
|
||||
Reference in New Issue
Block a user