1
0
mirror of https://github.com/bitwarden/mobile synced 2026-03-02 03:11:20 +00:00

setting with custom defaultsName

This commit is contained in:
Kyle Spearrin
2017-08-29 16:58:02 -04:00
parent fd03c33f4d
commit 00703d1570
2 changed files with 253 additions and 36 deletions

View File

@@ -91,9 +91,9 @@
<Compile Include="Services\CommonCryptoKeyDerivationService.cs" />
<Compile Include="Services\HttpService.cs" />
<Compile Include="Services\LogService.cs" />
<Compile Include="Services\Settings.cs" />
<Compile Include="Services\GoogleAnalyticsService.cs" />
<Compile Include="Services\LocalizeService.cs" />
<Compile Include="Services\Settings.cs" />
<Compile Include="Services\SqlService.cs" />
<Compile Include="Utilities\Dialogs.cs" />
<Compile Include="Views\ISelectable.cs" />