1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 00:03:22 +00:00

load EEFLongWordList from file

This commit is contained in:
Kyle Spearrin
2019-05-28 17:06:57 -04:00
parent 0bbb549533
commit 25d02cec25
6 changed files with 7837 additions and 6 deletions

View File

@@ -13,10 +13,12 @@
</PropertyGroup>
<ItemGroup>
<None Remove="Resources\eff_long_word_list.txt" />
<None Remove="Resources\public_suffix_list.dat" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\eff_long_word_list.txt" />
<EmbeddedResource Include="Resources\public_suffix_list.dat" />
</ItemGroup>