mirror of
https://github.com/bitwarden/mobile
synced 2025-12-20 10:13:42 +00:00
Split extension up into smaller parts. Process in Loading controller. Response in action controller.
This commit is contained in:
@@ -95,9 +95,13 @@
|
||||
</Compile>
|
||||
<Compile Include="Main.cs" />
|
||||
<Compile Include="AppDelegate.cs" />
|
||||
<Compile Include="SplashViewController.cs" />
|
||||
<Compile Include="SplashViewController.designer.cs">
|
||||
<DependentUpon>SplashViewController.cs</DependentUpon>
|
||||
<Compile Include="Models\Context.cs" />
|
||||
<Compile Include="Models\FillScript.cs" />
|
||||
<Compile Include="Models\PageDetails.cs" />
|
||||
<Compile Include="Models\PasswordGenerationOptions.cs" />
|
||||
<Compile Include="LoadingViewController.cs" />
|
||||
<Compile Include="LoadingViewController.designer.cs">
|
||||
<DependentUpon>LoadingViewController.cs</DependentUpon>
|
||||
</Compile>
|
||||
<None Include="Info.plist" />
|
||||
<None Include="Entitlements.plist" />
|
||||
|
||||
Reference in New Issue
Block a user