2016-05-07 08:54:44 +03:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
|
|
|
|
|
<ProjectGuid>{32F5A2D6-F54D-4DA1-AE26-0A980D48F422}</ProjectGuid>
|
|
|
|
|
<ProjectTypeGuids>{EE2C853D-36AF-4FDB-B1AD-8E90477E2198};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<RootNamespace>Bit.iOS.Extension</RootNamespace>
|
|
|
|
|
<AssemblyName>BitiOSExtension</AssemblyName>
|
|
|
|
|
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2016-05-28 23:06:53 +03:00
|
|
|
|
<NuGetPackageImportStamp>
|
|
|
|
|
</NuGetPackageImportStamp>
|
2016-05-07 08:54:44 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
|
|
<MtouchArch>i386</MtouchArch>
|
|
|
|
|
<MtouchLink>None</MtouchLink>
|
|
|
|
|
<MtouchDebug>true</MtouchDebug>
|
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\iPhoneSimulator\Release</OutputPath>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<MtouchLink>None</MtouchLink>
|
|
|
|
|
<MtouchArch>i386</MtouchArch>
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\iPhone\Debug</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
2016-06-26 07:16:10 +03:00
|
|
|
|
<MtouchArch>ARM64</MtouchArch>
|
2016-05-07 08:54:44 +03:00
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
2016-06-23 06:50:25 +03:00
|
|
|
|
<MtouchDebug>True</MtouchDebug>
|
2016-06-25 02:01:44 +03:00
|
|
|
|
<CodesignProvision>
|
|
|
|
|
</CodesignProvision>
|
|
|
|
|
<CodesignExtraArgs>
|
|
|
|
|
</CodesignExtraArgs>
|
2016-06-23 06:50:25 +03:00
|
|
|
|
<MtouchSdkVersion>9.3</MtouchSdkVersion>
|
|
|
|
|
<MtouchLink>None</MtouchLink>
|
2016-05-07 08:54:44 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\iPhone\Release</OutputPath>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
|
|
<MtouchArch>ARMv7, ARM64</MtouchArch>
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
<Optimize>True</Optimize>
|
|
|
|
|
<OutputPath>bin\iPhone\Ad-Hoc</OutputPath>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<ConsolePause>False</ConsolePause>
|
|
|
|
|
<MtouchArch>ARMv7, ARM64</MtouchArch>
|
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
|
|
<BuildIpa>True</BuildIpa>
|
|
|
|
|
<CodesignProvision>Automatic:AdHoc</CodesignProvision>
|
|
|
|
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
<Optimize>True</Optimize>
|
|
|
|
|
<OutputPath>bin\iPhone\AppStore</OutputPath>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<ConsolePause>False</ConsolePause>
|
|
|
|
|
<MtouchArch>ARMv7, ARM64</MtouchArch>
|
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
|
|
<CodesignProvision>Automatic:AppStore</CodesignProvision>
|
|
|
|
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2016-07-20 05:38:12 +03:00
|
|
|
|
<Compile Include="LockPasswordViewController.cs" />
|
|
|
|
|
<Compile Include="LockPasswordViewController.designer.cs">
|
|
|
|
|
<DependentUpon>LockPasswordViewController.cs</DependentUpon>
|
2016-07-27 05:28:02 +03:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="SetupViewController.cs" />
|
|
|
|
|
<Compile Include="SetupViewController.designer.cs">
|
|
|
|
|
<DependentUpon>SetupViewController.cs</DependentUpon>
|
2016-07-20 05:38:12 +03:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="LockPinViewController.cs" />
|
|
|
|
|
<Compile Include="LockPinViewController.designer.cs">
|
|
|
|
|
<DependentUpon>LockPinViewController.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="LockFingerprintViewController.cs" />
|
|
|
|
|
<Compile Include="LockFingerprintViewController.designer.cs">
|
|
|
|
|
<DependentUpon>LockFingerprintViewController.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-07-13 07:39:24 +03:00
|
|
|
|
<Compile Include="PasswordGeneratorViewController.cs" />
|
|
|
|
|
<Compile Include="PasswordGeneratorViewController.designer.cs">
|
|
|
|
|
<DependentUpon>PasswordGeneratorViewController.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2016-07-09 09:01:23 +03:00
|
|
|
|
<Compile Include="SiteAddViewController.cs" />
|
|
|
|
|
<Compile Include="SiteAddViewController.designer.cs">
|
|
|
|
|
<DependentUpon>SiteAddViewController.cs</DependentUpon>
|
2016-07-08 03:53:01 +03:00
|
|
|
|
</Compile>
|
2016-07-09 09:01:23 +03:00
|
|
|
|
<Compile Include="SiteListViewController.cs" />
|
|
|
|
|
<Compile Include="SiteListViewController.designer.cs">
|
|
|
|
|
<DependentUpon>SiteListViewController.cs</DependentUpon>
|
2016-05-07 08:54:44 +03:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Main.cs" />
|
|
|
|
|
<Compile Include="AppDelegate.cs" />
|
2016-06-05 00:04:49 +03:00
|
|
|
|
<Compile Include="Models\Context.cs" />
|
|
|
|
|
<Compile Include="Models\FillScript.cs" />
|
|
|
|
|
<Compile Include="Models\PageDetails.cs" />
|
|
|
|
|
<Compile Include="Models\PasswordGenerationOptions.cs" />
|
|
|
|
|
<Compile Include="LoadingViewController.cs" />
|
|
|
|
|
<Compile Include="LoadingViewController.designer.cs">
|
|
|
|
|
<DependentUpon>LoadingViewController.cs</DependentUpon>
|
2016-06-04 19:10:03 +03:00
|
|
|
|
</Compile>
|
2016-07-06 02:07:56 +03:00
|
|
|
|
<None Include="app.config" />
|
2016-05-07 08:54:44 +03:00
|
|
|
|
<None Include="Info.plist" />
|
|
|
|
|
<None Include="Entitlements.plist" />
|
2016-06-25 08:58:42 +03:00
|
|
|
|
<Compile Include="Models\SiteViewModel.cs" />
|
2016-05-07 08:54:44 +03:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2016-06-03 06:28:17 +03:00
|
|
|
|
<InterfaceDefinition Include="MainInterface.storyboard" />
|
2016-06-02 07:18:47 +03:00
|
|
|
|
<None Include="packages.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</None>
|
2016-05-07 08:54:44 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-07-09 20:11:18 +03:00
|
|
|
|
<Reference Include="Acr.Support.iOS, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\Acr.Support.2.1.0\lib\Xamarin.iOS10\Acr.Support.iOS.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2016-07-23 00:14:57 +03:00
|
|
|
|
<Reference Include="HockeySDK, Version=1.0.6018.21546, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\HockeySDK.Xamarin.4.1.0-beta3\lib\Xamarin.iOS10\HockeySDK.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="HockeySDK.iOSBindings, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\HockeySDK.Xamarin.4.1.0-beta3\lib\Xamarin.iOS10\HockeySDK.iOSBindings.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2016-07-09 22:23:54 +03:00
|
|
|
|
<Reference Include="ModernHttpClient, Version=2.4.2.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\modernhttpclient.2.4.2\lib\Xamarin.iOS10\ModernHttpClient.dll</HintPath>
|
2016-07-09 20:11:18 +03:00
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2016-07-03 07:09:34 +03:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2016-07-03 06:53:45 +03:00
|
|
|
|
<Reference Include="Plugin.Connectivity, Version=2.1.2.0, Culture=neutral, processorArchitecture=MSIL">
|
2016-07-03 07:09:34 +03:00
|
|
|
|
<HintPath>..\..\packages\Xam.Plugin.Connectivity.2.2.2\lib\Xamarin.iOS10\Plugin.Connectivity.dll</HintPath>
|
2016-07-03 06:53:45 +03:00
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Plugin.Connectivity.Abstractions, Version=2.1.2.0, Culture=neutral, processorArchitecture=MSIL">
|
2016-07-03 07:09:34 +03:00
|
|
|
|
<HintPath>..\..\packages\Xam.Plugin.Connectivity.2.2.2\lib\Xamarin.iOS10\Plugin.Connectivity.Abstractions.dll</HintPath>
|
2016-07-03 06:53:45 +03:00
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2016-07-09 20:11:18 +03:00
|
|
|
|
<Reference Include="Plugin.Fingerprint, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\Plugin.Fingerprint.1.2.0\lib\Xamarin.iOS10\Plugin.Fingerprint.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Plugin.Fingerprint.Abstractions, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\Plugin.Fingerprint.1.2.0\lib\Xamarin.iOS10\Plugin.Fingerprint.Abstractions.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2016-06-25 08:58:42 +03:00
|
|
|
|
<Reference Include="Plugin.Settings, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\Xam.Plugins.Settings.2.1.0\lib\Xamarin.iOS10\Plugin.Settings.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Plugin.Settings.Abstractions, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\Xam.Plugins.Settings.2.1.0\lib\Xamarin.iOS10\Plugin.Settings.Abstractions.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2016-07-03 07:09:34 +03:00
|
|
|
|
<Reference Include="SQLite-net, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\sqlite-net-pcl.1.1.2\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\SQLite-net.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="SQLitePCL.batteries, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\SQLitePCL.bundle_green.0.9.2\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\SQLitePCL.batteries.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="SQLitePCL.raw, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\SQLitePCL.raw.0.9.2\lib\Xamarin.iOS10\SQLitePCL.raw.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
2016-06-25 02:01:44 +03:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="Xamarin.iOS" />
|
|
|
|
|
<Reference Include="Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
|
2016-05-29 17:20:31 +03:00
|
|
|
|
<HintPath>..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
|
|
|
|
|
</Reference>
|
2016-06-25 02:01:44 +03:00
|
|
|
|
<Reference Include="Microsoft.Practices.Unity, Version=3.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
|
2016-05-28 23:06:53 +03:00
|
|
|
|
<HintPath>..\..\packages\Unity.3.5.1405-prerelease\lib\portable-net45+wp80+win8+wpa81+MonoAndroid10+MonoTouch10\Microsoft.Practices.Unity.dll</HintPath>
|
|
|
|
|
</Reference>
|
2016-06-25 02:01:44 +03:00
|
|
|
|
<Reference Include="XLabs.Ioc, Version=2.0.5782.12218, Culture=neutral, PublicKeyToken=null">
|
2016-05-28 23:06:53 +03:00
|
|
|
|
<HintPath>..\..\packages\XLabs.IoC.2.0.5782\lib\portable-net45+netcore45+wp8+MonoAndroid1+MonoTouch1\XLabs.Ioc.dll</HintPath>
|
|
|
|
|
</Reference>
|
2016-06-25 02:01:44 +03:00
|
|
|
|
<Reference Include="XLabs.Ioc.Unity, Version=2.0.5782.12230, Culture=neutral, PublicKeyToken=null">
|
2016-05-28 23:06:53 +03:00
|
|
|
|
<HintPath>..\..\packages\XLabs.IoC.Unity.2.0.5782\lib\portable-net45+netcore45+wp8+MonoAndroid1+MonoTouch1\XLabs.Ioc.Unity.dll</HintPath>
|
|
|
|
|
</Reference>
|
2016-05-07 08:54:44 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="extension.js">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-06-03 03:35:54 +03:00
|
|
|
|
<BundleResource Include="Resources\Icon.png" />
|
|
|
|
|
<BundleResource Include="Resources\Icon%402x.png" />
|
|
|
|
|
<BundleResource Include="Resources\Icon%403x.png" />
|
2016-06-11 08:17:08 +03:00
|
|
|
|
<BundleResource Include="Resources\bg.png" />
|
2016-06-04 19:10:03 +03:00
|
|
|
|
<BundleResource Include="Resources\logo.png" />
|
|
|
|
|
<BundleResource Include="Resources\logo%402x.png" />
|
|
|
|
|
<BundleResource Include="Resources\logo%403x.png" />
|
2016-06-14 03:24:37 +03:00
|
|
|
|
<BundleResource Include="Resources\bg%402x.png" />
|
|
|
|
|
<BundleResource Include="Resources\bg%403x.png" />
|
2016-05-07 08:54:44 +03:00
|
|
|
|
</ItemGroup>
|
2016-05-28 23:06:53 +03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\App\App.csproj">
|
2016-06-25 02:01:44 +03:00
|
|
|
|
<Project>{B490C5DA-639E-4994-ABD2-54222B8A348E}</Project>
|
2016-05-28 23:06:53 +03:00
|
|
|
|
<Name>App</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\iOS.Core\iOS.Core.csproj">
|
2016-06-25 02:01:44 +03:00
|
|
|
|
<Project>{B2538ADA-B605-4D6F-ACD2-62A409680F84}</Project>
|
2016-05-28 23:06:53 +03:00
|
|
|
|
<Name>iOS.Core</Name>
|
2016-06-25 02:01:44 +03:00
|
|
|
|
<IsAppExtension>False</IsAppExtension>
|
|
|
|
|
<IsWatchApp>False</IsWatchApp>
|
2016-05-28 23:06:53 +03:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2016-05-07 08:54:44 +03:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.AppExtension.CSharp.targets" />
|
|
|
|
|
</Project>
|