Skip to content

Commit bbfe838

Browse files
David BritchDavid Britch
authored andcommitted
Fixed iOS unit test runner project.
1 parent c51ed5d commit bbfe838

2 files changed

Lines changed: 75 additions & 2 deletions

File tree

src/Mobile/eShopOnContainers/eShopOnContainers.TestRunner.iOS/eShopOnContainers.TestRunner.iOS.csproj

Lines changed: 60 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<WarningLevel>4</WarningLevel>
2323
<ConsolePause>false</ConsolePause>
2424
<MtouchArch>x86_64</MtouchArch>
25-
<MtouchLink>None</MtouchLink>
25+
<MtouchLink>SdkOnly</MtouchLink>
2626
<MtouchDebug>True</MtouchDebug>
2727
<MtouchSdkVersion>10.2</MtouchSdkVersion>
2828
<MtouchProfiling>False</MtouchProfiling>
@@ -61,7 +61,7 @@
6161
<CodesignKey>iPhone Developer</CodesignKey>
6262
<MtouchDebug>true</MtouchDebug>
6363
<MtouchSdkVersion>10.2</MtouchSdkVersion>
64-
<MtouchLink>None</MtouchLink>
64+
<MtouchLink>SdkOnly</MtouchLink>
6565
</PropertyGroup>
6666
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
6767
<DebugType>none</DebugType>
@@ -157,6 +157,63 @@
157157
<Reference Include="Plugin.Settings">
158158
<HintPath>..\..\..\..\packages\Xam.Plugins.Settings.2.6.0.12-beta\lib\Xamarin.iOS10\Plugin.Settings.dll</HintPath>
159159
</Reference>
160+
<Reference Include="SlideOverKit">
161+
<HintPath>..\..\..\..\packages\SlideOverKit.2.1.4\lib\Xamarin.iOS10\SlideOverKit.dll</HintPath>
162+
</Reference>
163+
<Reference Include="SlideOverKit.iOS">
164+
<HintPath>..\..\..\..\packages\SlideOverKit.2.1.4\lib\Xamarin.iOS10\SlideOverKit.iOS.dll</HintPath>
165+
</Reference>
166+
<Reference Include="Acr.Support.iOS">
167+
<HintPath>..\..\..\..\packages\Acr.Support.2.1.0\lib\Xamarin.iOS10\Acr.Support.iOS.dll</HintPath>
168+
</Reference>
169+
<Reference Include="Splat">
170+
<HintPath>..\..\..\..\packages\Splat.1.6.2\lib\Xamarin.iOS10\Splat.dll</HintPath>
171+
</Reference>
172+
<Reference Include="Acr.UserDialogs">
173+
<HintPath>..\..\..\..\packages\Acr.UserDialogs.6.3.3\lib\Xamarin.iOS10\Acr.UserDialogs.dll</HintPath>
174+
</Reference>
175+
<Reference Include="Acr.UserDialogs.Interface">
176+
<HintPath>..\..\..\..\packages\Acr.UserDialogs.6.3.3\lib\Xamarin.iOS10\Acr.UserDialogs.Interface.dll</HintPath>
177+
</Reference>
178+
<Reference Include="System.Net.Http.Extensions">
179+
<HintPath>..\..\..\..\packages\Microsoft.Net.Http.2.2.28\lib\portable-net45+win8\System.Net.Http.Extensions.dll</HintPath>
180+
</Reference>
181+
<Reference Include="System.Net.Http.Primitives">
182+
<HintPath>..\..\..\..\packages\Microsoft.Net.Http.2.2.28\lib\portable-net45+win8\System.Net.Http.Primitives.dll</HintPath>
183+
</Reference>
184+
<Reference Include="IdentityModel.Portable">
185+
<HintPath>..\..\..\..\packages\IdentityModel.1.3.1\lib\portable-net45+wp80+win8+wpa81\IdentityModel.Portable.dll</HintPath>
186+
</Reference>
187+
<Reference Include="WebP.Touch">
188+
<HintPath>..\..\..\..\packages\WebP.Touch.1.0.3\lib\Xamarin.iOS10\WebP.Touch.dll</HintPath>
189+
</Reference>
190+
<Reference Include="FFImageLoading">
191+
<HintPath>..\..\..\..\packages\Xamarin.FFImageLoading.2.2.9\lib\Xamarin.iOS10\FFImageLoading.dll</HintPath>
192+
</Reference>
193+
<Reference Include="FFImageLoading.Platform">
194+
<HintPath>..\..\..\..\packages\Xamarin.FFImageLoading.2.2.9\lib\Xamarin.iOS10\FFImageLoading.Platform.dll</HintPath>
195+
</Reference>
196+
<Reference Include="FFImageLoading.Forms">
197+
<HintPath>..\..\..\..\packages\Xamarin.FFImageLoading.Forms.2.2.9\lib\Xamarin.iOS10\FFImageLoading.Forms.dll</HintPath>
198+
</Reference>
199+
<Reference Include="FFImageLoading.Forms.Touch">
200+
<HintPath>..\..\..\..\packages\Xamarin.FFImageLoading.Forms.2.2.9\lib\Xamarin.iOS10\FFImageLoading.Forms.Touch.dll</HintPath>
201+
</Reference>
202+
<Reference Include="ModernHttpClient">
203+
<HintPath>..\..\..\..\packages\modernhttpclient.2.4.2\lib\Xamarin.iOS10\ModernHttpClient.dll</HintPath>
204+
</Reference>
205+
<Reference Include="Xamarin.Forms.Pages">
206+
<HintPath>..\..\..\..\packages\Xamarin.Forms.Pages.2.3.0.38-pre2\lib\Xamarin.iOS10\Xamarin.Forms.Pages.dll</HintPath>
207+
</Reference>
208+
<Reference Include="Xamarin.Forms.Theme.Base">
209+
<HintPath>..\..\..\..\packages\Xamarin.Forms.Theme.Base.1.0.0.43-pre1\lib\Xamarin.iOS10\Xamarin.Forms.Theme.Base.dll</HintPath>
210+
</Reference>
211+
<Reference Include="Xamarin.Forms.Theme.iOS">
212+
<HintPath>..\..\..\..\packages\Xamarin.Forms.Theme.Base.1.0.0.43-pre1\lib\Xamarin.iOS10\Xamarin.Forms.Theme.iOS.dll</HintPath>
213+
</Reference>
214+
<Reference Include="Xamarin.Forms.Theme.Light">
215+
<HintPath>..\..\..\..\packages\Xamarin.Forms.Theme.Light.1.0.0.43-pre1\lib\Xamarin.iOS10\Xamarin.Forms.Theme.Light.dll</HintPath>
216+
</Reference>
160217
</ItemGroup>
161218
<ItemGroup>
162219
<Content Include="Entitlements.plist" />
@@ -176,4 +233,5 @@
176233
</Target>
177234
<Import Project="..\..\..\..\packages\Xamarin.Forms.2.3.4.231\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets" Condition="Exists('..\..\..\..\packages\Xamarin.Forms.2.3.4.231\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" />
178235
<Import Project="..\..\..\..\packages\xunit.runner.devices.2.1.0\build\Xamarin.iOS\xunit.runner.devices.targets" Condition="Exists('..\..\..\..\packages\xunit.runner.devices.2.1.0\build\Xamarin.iOS\xunit.runner.devices.targets')" />
236+
<Import Project="..\..\..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
179237
</Project>

src/Mobile/eShopOnContainers/eShopOnContainers.TestRunner.iOS/packages.config

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3+
<package id="Acr.Support" version="2.1.0" targetFramework="xamarinios10" />
4+
<package id="Acr.UserDialogs" version="6.3.3" targetFramework="xamarinios10" />
35
<package id="Autofac" version="4.5.0" targetFramework="xamarinios10" />
6+
<package id="IdentityModel" version="1.3.1" targetFramework="xamarinios10" />
7+
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="xamarinios10" />
8+
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="xamarinios10" />
9+
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="xamarinios10" />
410
<package id="Microsoft.NETCore.Platforms" version="1.0.1" targetFramework="xamarinios10" />
511
<package id="Microsoft.Win32.Primitives" version="4.0.1" targetFramework="xamarinios10" />
12+
<package id="modernhttpclient" version="2.4.2" targetFramework="xamarinios10" />
613
<package id="NETStandard.Library" version="1.6.0" targetFramework="xamarinios10" />
714
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="xamarinios10" />
15+
<package id="SlideOverKit" version="2.1.4" targetFramework="xamarinios10" />
16+
<package id="Splat" version="1.6.2" targetFramework="xamarinios10" />
817
<package id="System.AppContext" version="4.1.0" targetFramework="xamarinios10" />
918
<package id="System.Collections" version="4.0.11" targetFramework="xamarinios10" />
1019
<package id="System.Collections.Concurrent" version="4.0.12" targetFramework="xamarinios10" />
@@ -48,8 +57,14 @@
4857
<package id="System.Threading.Timer" version="4.0.1" targetFramework="xamarinios10" />
4958
<package id="System.Xml.ReaderWriter" version="4.0.11" targetFramework="xamarinios10" />
5059
<package id="System.Xml.XDocument" version="4.0.11" targetFramework="xamarinios10" />
60+
<package id="WebP.Touch" version="1.0.3" targetFramework="xamarinios10" />
5161
<package id="Xam.Plugins.Settings" version="2.6.0.12-beta" targetFramework="xamarinios10" />
62+
<package id="Xamarin.FFImageLoading" version="2.2.9" targetFramework="xamarinios10" />
63+
<package id="Xamarin.FFImageLoading.Forms" version="2.2.9" targetFramework="xamarinios10" />
5264
<package id="Xamarin.Forms" version="2.3.4.231" targetFramework="xamarinios10" />
65+
<package id="Xamarin.Forms.Pages" version="2.3.0.38-pre2" targetFramework="xamarinios10" />
66+
<package id="Xamarin.Forms.Theme.Base" version="1.0.0.43-pre1" targetFramework="xamarinios10" />
67+
<package id="Xamarin.Forms.Theme.Light" version="1.0.0.43-pre1" targetFramework="xamarinios10" />
5368
<package id="xunit.abstractions" version="2.0.0" targetFramework="xamarinios10" />
5469
<package id="xunit.assert" version="2.2.0" targetFramework="xamarinios10" />
5570
<package id="xunit.core" version="2.1.0" targetFramework="xamarinios10" />

0 commit comments

Comments
 (0)