mirror of
https://github.com/bitwarden/mobile
synced 2024-12-31 19:18:30 +01:00
added extension back ios project references
This commit is contained in:
parent
712f031650
commit
a1798f68af
@ -1,16 +1,9 @@
|
||||
using PushNotification.Plugin.Abstractions;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using PushNotification.Plugin;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using Bit.App.Abstractions;
|
||||
using Xamarin.Forms;
|
||||
using Plugin.DeviceInfo.Abstractions;
|
||||
|
||||
namespace Bit.App.Services
|
||||
{
|
||||
|
@ -261,6 +261,12 @@
|
||||
<IsAppExtension>false</IsAppExtension>
|
||||
<IsWatchApp>false</IsWatchApp>
|
||||
</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>
|
||||
<BundleResource Include="Resources\fa-refresh.png" />
|
||||
|
Loading…
Reference in New Issue
Block a user