1
0
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:
Kyle Spearrin 2016-06-24 00:04:32 -04:00
parent 712f031650
commit a1798f68af
2 changed files with 6 additions and 7 deletions

View File

@ -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
{

View File

@ -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" />