mirror of
https://github.com/bitwarden/mobile
synced 2025-12-26 21:23:46 +00:00
app missing ios extension services
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
using System;
|
||||
using Bit.App.Abstractions;
|
||||
using Foundation;
|
||||
|
||||
namespace Bit.iOS.Services
|
||||
{
|
||||
public class AppInfoService : IAppInfoService
|
||||
{
|
||||
public string Build => NSBundle.MainBundle.InfoDictionary["CFBundleVersion"].ToString();
|
||||
public string Version => NSBundle.MainBundle.InfoDictionary["CFBundleShortVersionString"].ToString();
|
||||
public bool AutofillAccessibilityServiceEnabled => false;
|
||||
public bool AutofillServiceEnabled => false;
|
||||
}
|
||||
}
|
||||
@@ -234,7 +234,6 @@
|
||||
<Compile Include="Controls\ExtendedPickerRenderer.cs" />
|
||||
<Compile Include="Controls\ExtendedEntryRenderer.cs" />
|
||||
<Compile Include="Controls\ExtendedTabbedPageRenderer.cs" />
|
||||
<Compile Include="Services\AppInfoService.cs" />
|
||||
<Compile Include="Services\DeviceActionService.cs" />
|
||||
<Compile Include="Main.cs" />
|
||||
<Compile Include="AppDelegate.cs" />
|
||||
|
||||
Reference in New Issue
Block a user