mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 00:33:20 +00:00
added extension back ios project references
This commit is contained in:
@@ -1,16 +1,9 @@
|
|||||||
using PushNotification.Plugin.Abstractions;
|
using PushNotification.Plugin.Abstractions;
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using PushNotification.Plugin;
|
using PushNotification.Plugin;
|
||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
using Newtonsoft.Json.Linq;
|
using Newtonsoft.Json.Linq;
|
||||||
using Bit.App.Abstractions;
|
using Bit.App.Abstractions;
|
||||||
using Xamarin.Forms;
|
|
||||||
using Plugin.DeviceInfo.Abstractions;
|
|
||||||
|
|
||||||
namespace Bit.App.Services
|
namespace Bit.App.Services
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -261,6 +261,12 @@
|
|||||||
<IsAppExtension>false</IsAppExtension>
|
<IsAppExtension>false</IsAppExtension>
|
||||||
<IsWatchApp>false</IsWatchApp>
|
<IsWatchApp>false</IsWatchApp>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
|
<ProjectReference Include="..\iOS.Extension\iOS.Extension.csproj">
|
||||||
|
<Project>{32f5a2d6-f54d-4da1-ae26-0a980d48f422}</Project>
|
||||||
|
<Name>iOS.Extension</Name>
|
||||||
|
<IsAppExtension>true</IsAppExtension>
|
||||||
|
<IsWatchApp>false</IsWatchApp>
|
||||||
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<BundleResource Include="Resources\fa-refresh.png" />
|
<BundleResource Include="Resources\fa-refresh.png" />
|
||||||
|
|||||||
Reference in New Issue
Block a user