mirror of
https://github.com/bitwarden/mobile
synced 2026-01-05 10:03:26 +00:00
conditions around opening file
This commit is contained in:
BIN
src/iOS/Resources/download.png
Normal file
BIN
src/iOS/Resources/download.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 378 B |
BIN
src/iOS/Resources/download@2x.png
Normal file
BIN
src/iOS/Resources/download@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 556 B |
BIN
src/iOS/Resources/download@3x.png
Normal file
BIN
src/iOS/Resources/download@3x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 707 B |
@@ -14,7 +14,12 @@ namespace Bit.iOS.Services
|
||||
|
||||
public bool OpenFile(byte[] fileData, string id, string fileName)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
return true;
|
||||
}
|
||||
|
||||
public bool CanOpenFile(string fileName)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -725,6 +725,15 @@
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\yubikey%403x.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\download.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\download%403x.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\download%402x.png" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user