2019-04-09 03:38:17 +02: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)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{E71F3053-056C-4381-9638-048ED73BDFF6}</ProjectGuid>
|
|
|
|
|
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
<TemplateGuid>{a52b8a63-bc84-4b47-910d-692533484892}</TemplateGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<RootNamespace>Bit.iOS.Core</RootNamespace>
|
|
|
|
|
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
|
|
|
|
<AssemblyName>BitwardeniOSCore</AssemblyName>
|
|
|
|
|
<NuGetPackageImportStamp>
|
|
|
|
|
</NuGetPackageImportStamp>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
|
|
</PropertyGroup>
|
2020-06-05 21:23:15 +02:00
|
|
|
|
<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>
|
|
|
|
|
</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>
|
|
|
|
|
</PropertyGroup>
|
2019-04-09 03:38:17 +02:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release</OutputPath>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
|
|
</PropertyGroup>
|
2019-05-28 19:50:01 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'FDroid|AnyCPU'">
|
|
|
|
|
<OutputPath>bin\FDroid\</OutputPath>
|
|
|
|
|
<DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
2019-07-02 20:43:07 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'AppStore|AnyCPU'">
|
|
|
|
|
<OutputPath>bin\AppStore\</OutputPath>
|
|
|
|
|
<DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<NoWarn>;VSX1000</NoWarn>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
2020-06-05 21:30:24 +02:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
|
|
|
|
|
<OutputPath>bin\iPhone\AppStore\</OutputPath>
|
|
|
|
|
<DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<NoWarn>;VSX1000</NoWarn>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhoneSimulator' ">
|
|
|
|
|
<OutputPath>bin\iPhoneSimulator\AppStore\</OutputPath>
|
|
|
|
|
<DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<NoWarn>;VSX1000</NoWarn>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
2019-07-02 20:43:07 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Ad-Hoc|AnyCPU'">
|
|
|
|
|
<OutputPath>bin\Ad-Hoc\</OutputPath>
|
|
|
|
|
<DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<NoWarn>;VSX1000</NoWarn>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
2020-06-05 21:30:24 +02:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
|
|
|
|
|
<OutputPath>bin\iPhone\Ad-Hoc\</OutputPath>
|
|
|
|
|
<DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<NoWarn>;VSX1000</NoWarn>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhoneSimulator' ">
|
|
|
|
|
<OutputPath>bin\iPhoneSimulator\Ad-Hoc\</OutputPath>
|
|
|
|
|
<DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<NoWarn>;VSX1000</NoWarn>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
2019-04-09 03:38:17 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="Xamarin.iOS" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="Resources\" />
|
2021-10-25 21:28:45 +02:00
|
|
|
|
<Folder Include="Effects\" />
|
2019-04-09 03:38:17 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2019-06-12 05:04:41 +02:00
|
|
|
|
<Compile Include="Constants.cs" />
|
2019-06-27 21:48:25 +02:00
|
|
|
|
<Compile Include="Controllers\ExtendedUITableViewController.cs" />
|
2019-07-01 21:12:40 +02:00
|
|
|
|
<Compile Include="Controllers\ExtendedUITableViewCell.cs" />
|
2019-06-27 21:48:25 +02:00
|
|
|
|
<Compile Include="Controllers\ExtendedUIViewController.cs" />
|
2019-07-01 21:12:40 +02:00
|
|
|
|
<Compile Include="Controllers\ExtendedUITableViewSource.cs" />
|
2019-06-27 21:48:25 +02:00
|
|
|
|
<Compile Include="Controllers\LockPasswordViewController.cs" />
|
|
|
|
|
<Compile Include="Controllers\LoginAddViewController.cs" />
|
|
|
|
|
<Compile Include="Controllers\PasswordGeneratorViewController.cs" />
|
2019-06-27 02:28:23 +02:00
|
|
|
|
<Compile Include="Models\AppExtensionContext.cs" />
|
|
|
|
|
<Compile Include="Models\CipherViewModel.cs" />
|
2019-07-02 20:03:59 +02:00
|
|
|
|
<Compile Include="Models\FillScript.cs" />
|
|
|
|
|
<Compile Include="Models\PageDetails.cs" />
|
2019-06-27 02:28:23 +02:00
|
|
|
|
<Compile Include="Models\PasswordGenerationOptions.cs" />
|
2020-05-29 18:26:36 +02:00
|
|
|
|
<Compile Include="NFCReaderDelegate.cs" />
|
|
|
|
|
<Compile Include="Renderers\CustomButtonRenderer.cs" />
|
|
|
|
|
<Compile Include="Renderers\CustomContentPageRenderer.cs" />
|
2021-02-11 01:50:10 +01:00
|
|
|
|
<Compile Include="Renderers\ExtendedDatePickerRenderer.cs" />
|
2020-05-29 18:26:36 +02:00
|
|
|
|
<Compile Include="Renderers\CustomEditorRenderer.cs" />
|
|
|
|
|
<Compile Include="Renderers\CustomEntryRenderer.cs" />
|
|
|
|
|
<Compile Include="Renderers\CustomLabelRenderer.cs" />
|
|
|
|
|
<Compile Include="Renderers\CustomPickerRenderer.cs" />
|
|
|
|
|
<Compile Include="Renderers\CustomSearchBarRenderer.cs" />
|
|
|
|
|
<Compile Include="Renderers\CustomTabbedRenderer.cs" />
|
2021-10-08 14:47:40 +02:00
|
|
|
|
<Compile Include="Renderers\ExtendedStepperRenderer.cs" />
|
2021-02-11 01:50:10 +01:00
|
|
|
|
<Compile Include="Renderers\ExtendedTimePickerRenderer.cs" />
|
2020-05-29 18:26:36 +02:00
|
|
|
|
<Compile Include="Renderers\CustomViewCellRenderer.cs" />
|
|
|
|
|
<Compile Include="Renderers\HybridWebViewRenderer.cs" />
|
2020-08-09 03:33:49 +02:00
|
|
|
|
<Compile Include="Services\BiometricService.cs" />
|
2019-06-27 19:58:08 +02:00
|
|
|
|
<Compile Include="Services\DeviceActionService.cs" />
|
2019-06-27 20:07:25 +02:00
|
|
|
|
<Compile Include="Utilities\ASHelpers.cs" />
|
|
|
|
|
<Compile Include="Utilities\Dialogs.cs" />
|
2020-04-02 15:02:38 +02:00
|
|
|
|
<Compile Include="Utilities\AppCenterHelper.cs" />
|
2019-04-09 03:38:17 +02:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Services\CryptoPrimitiveService.cs" />
|
|
|
|
|
<Compile Include="Services\KeyChainStorageService.cs" />
|
2019-04-11 21:33:10 +02:00
|
|
|
|
<Compile Include="Services\LocalizeService.cs" />
|
2019-06-28 14:21:44 +02:00
|
|
|
|
<Compile Include="Utilities\iOSCoreHelpers.cs" />
|
2020-05-29 18:26:36 +02:00
|
|
|
|
<Compile Include="Utilities\iOSHelpers.cs" />
|
2019-06-24 20:29:23 +02:00
|
|
|
|
<Compile Include="Utilities\ThemeHelpers.cs" />
|
2020-10-15 20:34:31 +02:00
|
|
|
|
<Compile Include="Views\CustomPresentationControllerDelegate.cs" />
|
2019-06-27 21:48:25 +02:00
|
|
|
|
<Compile Include="Views\ExtensionSearchDelegate.cs" />
|
|
|
|
|
<Compile Include="Views\ExtensionTableSource.cs" />
|
|
|
|
|
<Compile Include="Views\FormEntryTableViewCell.cs" />
|
|
|
|
|
<Compile Include="Views\ISelectable.cs" />
|
|
|
|
|
<Compile Include="Views\PickerTableViewCell.cs" />
|
|
|
|
|
<Compile Include="Views\SliderTableViewCell.cs" />
|
|
|
|
|
<Compile Include="Views\StepperTableViewCell.cs" />
|
|
|
|
|
<Compile Include="Views\SwitchTableViewCell.cs" />
|
2019-04-10 05:33:12 +02:00
|
|
|
|
<Compile Include="Views\Toast.cs" />
|
2021-10-08 14:49:15 +02:00
|
|
|
|
<Compile Include="Renderers\SelectableLabelRenderer.cs" />
|
2021-10-25 21:28:45 +02:00
|
|
|
|
<Compile Include="Effects\ScrollEnabledEffect.cs" />
|
2019-04-09 03:38:17 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2019-04-11 21:33:10 +02:00
|
|
|
|
<ProjectReference Include="..\App\App.csproj">
|
|
|
|
|
<Project>{ee44c6a1-2a85-45fe-8d9b-bf1d5f88809c}</Project>
|
|
|
|
|
<Name>App</Name>
|
|
|
|
|
</ProjectReference>
|
2019-04-09 03:38:17 +02:00
|
|
|
|
<ProjectReference Include="..\Core\Core.csproj">
|
|
|
|
|
<Project>{4b8a8c41-9820-4341-974c-41e65b7f4366}</Project>
|
|
|
|
|
<Name>Core</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2019-06-27 19:41:32 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="NETStandard.Library">
|
|
|
|
|
<Version>2.0.3</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>
|
2019-04-09 03:38:17 +02:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
|
|
|
|
</Project>
|