2019-03-28 03:12: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>
|
|
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{599E0201-420A-4C3E-A7BA-5349F72E0B15}</ProjectGuid>
|
|
|
|
|
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
<TemplateGuid>{6143fdea-f3c2-4a09-aafa-6e230626515e}</TemplateGuid>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<RootNamespace>Bit.iOS</RootNamespace>
|
|
|
|
|
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
|
|
|
|
<AssemblyName>BitwardeniOS</AssemblyName>
|
|
|
|
|
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
|
|
|
|
|
<NuGetPackageImportStamp>
|
|
|
|
|
</NuGetPackageImportStamp>
|
|
|
|
|
</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>x86_64</MtouchArch>
|
|
|
|
|
<MtouchLink>None</MtouchLink>
|
|
|
|
|
<MtouchDebug>true</MtouchDebug>
|
|
|
|
|
</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>x86_64</MtouchArch>
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
|
|
</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>
|
|
|
|
|
<MtouchArch>ARM64</MtouchArch>
|
|
|
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
|
|
|
|
<MtouchDebug>true</MtouchDebug>
|
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\iPhone\Release</OutputPath>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<MtouchArch>ARM64</MtouchArch>
|
|
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
|
|
<CodesignKey>iPhone Developer</CodesignKey>
|
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
|
|
</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>ARM64</MtouchArch>
|
|
|
|
|
<BuildIpa>True</BuildIpa>
|
|
|
|
|
<CodesignProvision>Automatic:AdHoc</CodesignProvision>
|
|
|
|
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
|
|
</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>ARM64</MtouchArch>
|
|
|
|
|
<CodesignProvision>Automatic:AppStore</CodesignProvision>
|
|
|
|
|
<CodesignKey>iPhone Distribution</CodesignKey>
|
|
|
|
|
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Main.cs" />
|
|
|
|
|
<Compile Include="AppDelegate.cs" />
|
2019-04-10 06:33:12 +03:00
|
|
|
|
<Compile Include="Services\DeviceActionService.cs" />
|
2019-03-28 03:12:44 +03:00
|
|
|
|
<None Include="Entitlements.plist" />
|
|
|
|
|
<None Include="Info.plist" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2019-03-28 04:26:57 +03:00
|
|
|
|
<BundleResource Include="Resources\FontAwesome.ttf" />
|
2019-05-03 04:25:26 +03:00
|
|
|
|
<BundleResource Include="Resources\MaterialIcons_Regular.ttf" />
|
2019-03-28 03:12:44 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<InterfaceDefinition Include="Resources\LaunchScreen.storyboard" />
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon1024.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon180.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon167.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon152.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon120.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon87.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon80.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon76.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon60.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon58.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon40.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon29.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Icon20.png">
|
|
|
|
|
<Visible>false</Visible>
|
|
|
|
|
</ImageAsset>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="Xamarin.iOS" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2019-03-28 06:44:54 +03:00
|
|
|
|
<PackageReference Include="Xamarin.Essentials">
|
|
|
|
|
<Version>1.1.0</Version>
|
|
|
|
|
</PackageReference>
|
2019-04-23 00:08:37 +03:00
|
|
|
|
<PackageReference Include="Xamarin.Forms" Version="3.6.0.344457" />
|
2019-03-28 03:12:44 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\App\App.csproj">
|
|
|
|
|
<Project>{9F1742A7-7D03-4BB3-8FCD-41BC3002B00A}</Project>
|
|
|
|
|
<Name>App</Name>
|
|
|
|
|
</ProjectReference>
|
2019-03-28 06:44:54 +03:00
|
|
|
|
<ProjectReference Include="..\Core\Core.csproj">
|
|
|
|
|
<Project>{4b8a8c41-9820-4341-974c-41e65b7f4366}</Project>
|
|
|
|
|
<Name>Core</Name>
|
|
|
|
|
</ProjectReference>
|
2019-04-09 04:38:17 +03:00
|
|
|
|
<ProjectReference Include="..\iOS.Core\iOS.Core.csproj">
|
|
|
|
|
<Project>{e71f3053-056c-4381-9638-048ed73bdff6}</Project>
|
|
|
|
|
<Name>iOS.Core</Name>
|
|
|
|
|
<IsAppExtension>false</IsAppExtension>
|
|
|
|
|
<IsWatchApp>false</IsWatchApp>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2019-04-10 06:33:12 +03:00
|
|
|
|
<ItemGroup />
|
2019-03-28 03:12:44 +03:00
|
|
|
|
</Project>
|