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>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<AssemblyName>BitwardeniOSExtension</AssemblyName>
|
2016-05-07 08:54:44 +03:00
|
|
|
|
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2017-06-01 21:23:20 +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>
|
2016-08-03 01:03:39 +03:00
|
|
|
|
<MtouchArch>i386, x86_64</MtouchArch>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchLink>None</MtouchLink>
|
2016-08-02 03:23:46 +03:00
|
|
|
|
<MtouchDebug>True</MtouchDebug>
|
2016-05-07 08:54:44 +03:00
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchSdkVersion>9.3</MtouchSdkVersion>
|
2016-08-02 03:23:46 +03:00
|
|
|
|
<MtouchProfiling>False</MtouchProfiling>
|
|
|
|
|
<MtouchFastDev>False</MtouchFastDev>
|
|
|
|
|
<MtouchUseLlvm>False</MtouchUseLlvm>
|
|
|
|
|
<MtouchUseThumb>False</MtouchUseThumb>
|
|
|
|
|
<MtouchUseSGen>False</MtouchUseSGen>
|
|
|
|
|
<MtouchUseRefCounting>False</MtouchUseRefCounting>
|
|
|
|
|
<OptimizePNGs>True</OptimizePNGs>
|
|
|
|
|
<MtouchFloat32>False</MtouchFloat32>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchEnableBitcode>False</MtouchEnableBitcode>
|
|
|
|
|
<MtouchTlsProvider>Default</MtouchTlsProvider>
|
2017-06-02 18:21:17 +03:00
|
|
|
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
|
|
|
|
<MtouchExtraArgs>--http-message-handler=NSUrlSessionHandler</MtouchExtraArgs>
|
2016-05-07 08:54:44 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\iPhoneSimulator\Release</OutputPath>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchLink>Full</MtouchLink>
|
2016-08-03 01:03:39 +03:00
|
|
|
|
<MtouchArch>i386, x86_64</MtouchArch>
|
2016-05-07 08:54:44 +03:00
|
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchSdkVersion>9.3</MtouchSdkVersion>
|
|
|
|
|
<MtouchDebug>False</MtouchDebug>
|
|
|
|
|
<MtouchProfiling>False</MtouchProfiling>
|
|
|
|
|
<MtouchFastDev>False</MtouchFastDev>
|
|
|
|
|
<MtouchUseLlvm>False</MtouchUseLlvm>
|
|
|
|
|
<MtouchUseThumb>False</MtouchUseThumb>
|
|
|
|
|
<MtouchEnableBitcode>False</MtouchEnableBitcode>
|
|
|
|
|
<MtouchUseSGen>False</MtouchUseSGen>
|
|
|
|
|
<MtouchUseRefCounting>False</MtouchUseRefCounting>
|
|
|
|
|
<OptimizePNGs>True</OptimizePNGs>
|
|
|
|
|
<MtouchTlsProvider>Default</MtouchTlsProvider>
|
2017-06-02 18:21:17 +03:00
|
|
|
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchFloat32>False</MtouchFloat32>
|
2017-06-02 18:21:17 +03:00
|
|
|
|
<MtouchExtraArgs>--http-message-handler=NSUrlSessionHandler --linkskip=BitwardeniOS --linkskip=BitwardeniOSCore --linkskip=BitwardeniOSExtension --linkskip=BitwardenApp --linkskip=SQLite-net</MtouchExtraArgs>
|
2016-05-07 08:54:44 +03:00
|
|
|
|
</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-12-31 19:47:35 +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
|
|
|
|
<MtouchLink>None</MtouchLink>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchProfiling>False</MtouchProfiling>
|
|
|
|
|
<MtouchFastDev>False</MtouchFastDev>
|
|
|
|
|
<MtouchUseLlvm>False</MtouchUseLlvm>
|
|
|
|
|
<MtouchUseThumb>False</MtouchUseThumb>
|
|
|
|
|
<MtouchEnableBitcode>False</MtouchEnableBitcode>
|
|
|
|
|
<MtouchUseSGen>False</MtouchUseSGen>
|
|
|
|
|
<MtouchUseRefCounting>False</MtouchUseRefCounting>
|
|
|
|
|
<OptimizePNGs>True</OptimizePNGs>
|
|
|
|
|
<MtouchFloat32>False</MtouchFloat32>
|
|
|
|
|
<DeviceSpecificBuild>False</DeviceSpecificBuild>
|
2016-12-07 05:26:17 +03:00
|
|
|
|
<MtouchExtraArgs>--http-message-handler=NSUrlSessionHandler</MtouchExtraArgs>
|
2016-12-31 19:47:35 +03:00
|
|
|
|
<MtouchSdkVersion>10.2</MtouchSdkVersion>
|
|
|
|
|
<MtouchTlsProvider>Default</MtouchTlsProvider>
|
|
|
|
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
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>
|
2016-12-31 19:47:35 +03:00
|
|
|
|
<MtouchArch>ARM64</MtouchArch>
|
2016-05-07 08:54:44 +03:00
|
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchLink>Full</MtouchLink>
|
|
|
|
|
<MtouchDebug>False</MtouchDebug>
|
|
|
|
|
<MtouchProfiling>False</MtouchProfiling>
|
|
|
|
|
<MtouchFastDev>False</MtouchFastDev>
|
|
|
|
|
<MtouchUseLlvm>False</MtouchUseLlvm>
|
|
|
|
|
<MtouchUseThumb>False</MtouchUseThumb>
|
|
|
|
|
<MtouchEnableBitcode>False</MtouchEnableBitcode>
|
|
|
|
|
<MtouchUseSGen>False</MtouchUseSGen>
|
|
|
|
|
<MtouchUseRefCounting>False</MtouchUseRefCounting>
|
|
|
|
|
<OptimizePNGs>True</OptimizePNGs>
|
|
|
|
|
<MtouchFloat32>False</MtouchFloat32>
|
2017-06-02 18:21:17 +03:00
|
|
|
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
|
|
|
|
<MtouchExtraArgs>--http-message-handler=NSUrlSessionHandler --linkskip=BitwardeniOS --linkskip=BitwardeniOSCore --linkskip=BitwardeniOSExtension --linkskip=BitwardenApp --linkskip=SQLite-net</MtouchExtraArgs>
|
2016-05-07 08:54:44 +03:00
|
|
|
|
</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>
|
2016-12-31 19:47:35 +03:00
|
|
|
|
<MtouchArch>ARM64</MtouchArch>
|
2016-05-07 08:54:44 +03:00
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
|
|
<BuildIpa>True</BuildIpa>
|
|
|
|
|
<CodesignProvision>Automatic:AdHoc</CodesignProvision>
|
|
|
|
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchLink>Full</MtouchLink>
|
|
|
|
|
<MtouchDebug>False</MtouchDebug>
|
|
|
|
|
<MtouchProfiling>False</MtouchProfiling>
|
|
|
|
|
<MtouchFastDev>False</MtouchFastDev>
|
|
|
|
|
<MtouchUseLlvm>False</MtouchUseLlvm>
|
|
|
|
|
<MtouchUseThumb>False</MtouchUseThumb>
|
|
|
|
|
<MtouchEnableBitcode>False</MtouchEnableBitcode>
|
|
|
|
|
<MtouchUseSGen>False</MtouchUseSGen>
|
|
|
|
|
<MtouchUseRefCounting>False</MtouchUseRefCounting>
|
|
|
|
|
<OptimizePNGs>True</OptimizePNGs>
|
|
|
|
|
<MtouchFloat32>False</MtouchFloat32>
|
2017-06-02 18:21:17 +03:00
|
|
|
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
|
|
|
|
<MtouchExtraArgs>--http-message-handler=NSUrlSessionHandler --linkskip=BitwardeniOS --linkskip=BitwardeniOSCore --linkskip=BitwardeniOSExtension --linkskip=BitwardenApp --linkskip=SQLite-net</MtouchExtraArgs>
|
2016-05-07 08:54:44 +03:00
|
|
|
|
</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>
|
2016-12-31 19:47:35 +03:00
|
|
|
|
<MtouchArch>ARM64</MtouchArch>
|
2016-05-07 08:54:44 +03:00
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
|
|
<CodesignProvision>Automatic:AppStore</CodesignProvision>
|
|
|
|
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchLink>Full</MtouchLink>
|
|
|
|
|
<MtouchDebug>False</MtouchDebug>
|
|
|
|
|
<MtouchProfiling>False</MtouchProfiling>
|
|
|
|
|
<MtouchFastDev>False</MtouchFastDev>
|
|
|
|
|
<MtouchUseLlvm>False</MtouchUseLlvm>
|
|
|
|
|
<MtouchUseThumb>False</MtouchUseThumb>
|
|
|
|
|
<MtouchEnableBitcode>False</MtouchEnableBitcode>
|
|
|
|
|
<MtouchUseSGen>False</MtouchUseSGen>
|
|
|
|
|
<MtouchUseRefCounting>False</MtouchUseRefCounting>
|
|
|
|
|
<OptimizePNGs>True</OptimizePNGs>
|
|
|
|
|
<MtouchFloat32>False</MtouchFloat32>
|
2017-06-02 18:21:17 +03:00
|
|
|
|
<MtouchExtraArgs>--http-message-handler=NSUrlSessionHandler --linkskip=BitwardeniOS --linkskip=BitwardeniOSCore --linkskip=BitwardeniOSExtension --linkskip=BitwardenApp --linkskip=SQLite-net</MtouchExtraArgs>
|
2016-12-31 19:47:35 +03:00
|
|
|
|
<MtouchSdkVersion>10.2</MtouchSdkVersion>
|
|
|
|
|
<MtouchTlsProvider>Default</MtouchTlsProvider>
|
|
|
|
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhoneSimulator'">
|
|
|
|
|
<MtouchSdkVersion>9.3</MtouchSdkVersion>
|
|
|
|
|
<MtouchLink>Full</MtouchLink>
|
|
|
|
|
<MtouchDebug>False</MtouchDebug>
|
|
|
|
|
<MtouchProfiling>False</MtouchProfiling>
|
|
|
|
|
<MtouchFastDev>False</MtouchFastDev>
|
2016-08-03 01:03:39 +03:00
|
|
|
|
<MtouchArch>i386, x86_64</MtouchArch>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchUseLlvm>False</MtouchUseLlvm>
|
|
|
|
|
<MtouchUseThumb>False</MtouchUseThumb>
|
|
|
|
|
<MtouchEnableBitcode>False</MtouchEnableBitcode>
|
|
|
|
|
<MtouchUseSGen>False</MtouchUseSGen>
|
|
|
|
|
<MtouchUseRefCounting>False</MtouchUseRefCounting>
|
|
|
|
|
<OptimizePNGs>True</OptimizePNGs>
|
|
|
|
|
<MtouchTlsProvider>Default</MtouchTlsProvider>
|
2017-06-02 18:21:17 +03:00
|
|
|
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchFloat32>False</MtouchFloat32>
|
2016-08-02 08:11:46 +03:00
|
|
|
|
<OutputPath>bin\iPhoneSimulator\Ad-Hoc</OutputPath>
|
2017-06-02 18:21:17 +03:00
|
|
|
|
<MtouchExtraArgs>--http-message-handler=NSUrlSessionHandler --linkskip=BitwardeniOS --linkskip=BitwardeniOSCore --linkskip=BitwardeniOSExtension --linkskip=BitwardenApp --linkskip=SQLite-net</MtouchExtraArgs>
|
2017-05-30 19:00:42 +03:00
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'AppStore|iPhoneSimulator'">
|
|
|
|
|
<MtouchSdkVersion>9.3</MtouchSdkVersion>
|
|
|
|
|
<MtouchLink>Full</MtouchLink>
|
|
|
|
|
<MtouchDebug>False</MtouchDebug>
|
|
|
|
|
<MtouchProfiling>False</MtouchProfiling>
|
|
|
|
|
<MtouchFastDev>False</MtouchFastDev>
|
2016-08-03 01:03:39 +03:00
|
|
|
|
<MtouchArch>i386, x86_64</MtouchArch>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchUseLlvm>False</MtouchUseLlvm>
|
|
|
|
|
<MtouchUseThumb>False</MtouchUseThumb>
|
|
|
|
|
<MtouchEnableBitcode>False</MtouchEnableBitcode>
|
|
|
|
|
<MtouchUseSGen>False</MtouchUseSGen>
|
|
|
|
|
<MtouchUseRefCounting>False</MtouchUseRefCounting>
|
|
|
|
|
<OptimizePNGs>True</OptimizePNGs>
|
|
|
|
|
<MtouchTlsProvider>Default</MtouchTlsProvider>
|
2017-06-02 18:21:17 +03:00
|
|
|
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
2016-08-02 07:16:13 +03:00
|
|
|
|
<MtouchFloat32>False</MtouchFloat32>
|
2016-08-02 08:11:46 +03:00
|
|
|
|
<OutputPath>bin\iPhoneSimulator\AppStore</OutputPath>
|
2017-06-02 18:21:17 +03:00
|
|
|
|
<MtouchExtraArgs>--http-message-handler=NSUrlSessionHandler --linkskip=BitwardeniOS --linkskip=BitwardeniOSCore --linkskip=BitwardeniOSExtension --linkskip=BitwardenApp --linkskip=SQLite-net</MtouchExtraArgs>
|
2016-05-07 08:54:44 +03:00
|
|
|
|
</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>
|
2017-01-03 08:25:17 +03:00
|
|
|
|
<Compile Include="LoginAddViewController.cs" />
|
|
|
|
|
<Compile Include="LoginAddViewController.designer.cs">
|
|
|
|
|
<DependentUpon>LoginAddViewController.cs</DependentUpon>
|
2016-07-08 03:53:01 +03:00
|
|
|
|
</Compile>
|
2017-01-03 08:25:17 +03:00
|
|
|
|
<Compile Include="LoginListViewController.cs" />
|
|
|
|
|
<Compile Include="LoginListViewController.designer.cs">
|
|
|
|
|
<DependentUpon>LoginListViewController.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-05-07 08:54:44 +03:00
|
|
|
|
<None Include="Info.plist" />
|
|
|
|
|
<None Include="Entitlements.plist" />
|
2017-10-20 23:57:48 +03:00
|
|
|
|
<Compile Include="Models\CipherViewModel.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-05-07 08:54:44 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-06-25 02:01:44 +03:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
2017-06-01 21:49:48 +03:00
|
|
|
|
<Reference Include="System.IO.Compression" />
|
|
|
|
|
<Reference Include="System.Net.Http" />
|
2016-06-25 02:01:44 +03:00
|
|
|
|
<Reference Include="Xamarin.iOS" />
|
2016-05-07 08:54:44 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="extension.js">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-07-27 07:17:21 +03:00
|
|
|
|
<BundleResource Include="Resources\Icon%403x.png" />
|
2016-06-03 03:35:54 +03:00
|
|
|
|
<BundleResource Include="Resources\Icon.png" />
|
|
|
|
|
<BundleResource Include="Resources\Icon%402x.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-07-28 02:49:23 +03:00
|
|
|
|
<BundleResource Include="Resources\ext-icon.png" />
|
|
|
|
|
<BundleResource Include="Resources\ext-icon%402x.png" />
|
|
|
|
|
<BundleResource Include="Resources\ext-icon%403x.png" />
|
2016-07-30 19:44:02 +03:00
|
|
|
|
<BundleResource Include="Resources\fingerprint.png" />
|
|
|
|
|
<BundleResource Include="Resources\fingerprint%402x.png" />
|
|
|
|
|
<BundleResource Include="Resources\fingerprint%403x.png" />
|
2017-11-30 00:11:07 +03:00
|
|
|
|
<BundleResource Include="Resources\smile.png" />
|
|
|
|
|
<BundleResource Include="Resources\smile%402x.png" />
|
|
|
|
|
<BundleResource Include="Resources\smile%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">
|
2017-12-14 00:41:57 +03:00
|
|
|
|
<Project>{8a279ee4-4537-4656-9c93-44945e594556}</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>
|
2017-12-14 00:41:57 +03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="SimpleInjector">
|
|
|
|
|
<Version>4.0.12</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Xamarin.Google.iOS.Analytics">
|
2017-12-14 07:23:48 +03:00
|
|
|
|
<Version>3.17.0.1</Version>
|
2017-12-14 00:41:57 +03:00
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="XLabs.IoC.SimpleInjector">
|
|
|
|
|
<Version>2.0.5782</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>
|
2016-05-07 08:54:44 +03:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.AppExtension.CSharp.targets" />
|
|
|
|
|
</Project>
|