Skip to content

Commit 5016b93

Browse files
authored
Merge pull request dotnet-architecture#502 from kdubau/fix-testrunner-iphone-build
Add reference packages to TestRunner app so it builds successfully
2 parents 5b25dfd + 2a7b37e commit 5016b93

2 files changed

Lines changed: 79 additions & 0 deletions

File tree

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

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,69 @@
147147
<Reference Include="Newtonsoft.Json">
148148
<HintPath>..\..\..\..\packages\Newtonsoft.Json.10.0.3\lib\netstandard1.3\Newtonsoft.Json.dll</HintPath>
149149
</Reference>
150+
<Reference Include="Plugin.Geolocator.Abstractions">
151+
<HintPath>..\..\..\..\packages\Xam.Plugin.Geolocator.3.0.4\lib\Xamarin.iOS10\Plugin.Geolocator.Abstractions.dll</HintPath>
152+
</Reference>
153+
<Reference Include="Plugin.Geolocator">
154+
<HintPath>..\..\..\..\packages\Xam.Plugin.Geolocator.3.0.4\lib\Xamarin.iOS10\Plugin.Geolocator.dll</HintPath>
155+
</Reference>
156+
<Reference Include="SlideOverKit">
157+
<HintPath>..\..\..\..\packages\SlideOverKit.2.1.5\lib\Xamarin.iOS10\SlideOverKit.dll</HintPath>
158+
</Reference>
159+
<Reference Include="SlideOverKit.iOS">
160+
<HintPath>..\..\..\..\packages\SlideOverKit.2.1.5\lib\Xamarin.iOS10\SlideOverKit.iOS.dll</HintPath>
161+
</Reference>
162+
<Reference Include="IdentityModel">
163+
<HintPath>..\..\..\..\packages\IdentityModel.3.0.0\lib\netstandard2.0\IdentityModel.dll</HintPath>
164+
</Reference>
165+
<Reference Include="Acr.Support.iOS">
166+
<HintPath>..\..\..\..\packages\Acr.Support.2.1.0\lib\Xamarin.iOS10\Acr.Support.iOS.dll</HintPath>
167+
</Reference>
168+
<Reference Include="BTProgressHUD">
169+
<HintPath>..\..\..\..\packages\BTProgressHUD.1.2.0.5\lib\Xamarin.iOS10\BTProgressHUD.dll</HintPath>
170+
</Reference>
171+
<Reference Include="Splat">
172+
<HintPath>..\..\..\..\packages\Splat.2.0.0\lib\Xamarin.iOS10\Splat.dll</HintPath>
173+
</Reference>
174+
<Reference Include="Acr.UserDialogs">
175+
<HintPath>..\..\..\..\packages\Acr.UserDialogs.6.5.1\lib\Xamarin.iOS10\Acr.UserDialogs.dll</HintPath>
176+
</Reference>
177+
<Reference Include="Acr.UserDialogs.Interface">
178+
<HintPath>..\..\..\..\packages\Acr.UserDialogs.6.5.1\lib\Xamarin.iOS10\Acr.UserDialogs.Interface.dll</HintPath>
179+
</Reference>
180+
<Reference Include="WebP.Touch">
181+
<HintPath>..\..\..\..\packages\WebP.Touch.1.0.7\lib\Xamarin.iOS10\WebP.Touch.dll</HintPath>
182+
</Reference>
183+
<Reference Include="FFImageLoading">
184+
<HintPath>..\..\..\..\packages\Xamarin.FFImageLoading.2.3.4\lib\Xamarin.iOS10\FFImageLoading.dll</HintPath>
185+
</Reference>
186+
<Reference Include="FFImageLoading.Platform">
187+
<HintPath>..\..\..\..\packages\Xamarin.FFImageLoading.2.3.4\lib\Xamarin.iOS10\FFImageLoading.Platform.dll</HintPath>
188+
</Reference>
189+
<Reference Include="FFImageLoading.Forms">
190+
<HintPath>..\..\..\..\packages\Xamarin.FFImageLoading.Forms.2.3.4\lib\Xamarin.iOS10\FFImageLoading.Forms.dll</HintPath>
191+
</Reference>
192+
<Reference Include="FFImageLoading.Forms.Touch">
193+
<HintPath>..\..\..\..\packages\Xamarin.FFImageLoading.Forms.2.3.4\lib\Xamarin.iOS10\FFImageLoading.Forms.Touch.dll</HintPath>
194+
</Reference>
195+
<Reference Include="PInvoke.Windows.Core">
196+
<HintPath>..\..\..\..\packages\PInvoke.Windows.Core.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Windows.Core.dll</HintPath>
197+
</Reference>
198+
<Reference Include="PInvoke.Kernel32">
199+
<HintPath>..\..\..\..\packages\PInvoke.Kernel32.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.Kernel32.dll</HintPath>
200+
</Reference>
201+
<Reference Include="PInvoke.BCrypt">
202+
<HintPath>..\..\..\..\packages\PInvoke.BCrypt.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.BCrypt.dll</HintPath>
203+
</Reference>
204+
<Reference Include="PInvoke.NCrypt">
205+
<HintPath>..\..\..\..\packages\PInvoke.NCrypt.0.3.2\lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\PInvoke.NCrypt.dll</HintPath>
206+
</Reference>
207+
<Reference Include="Validation">
208+
<HintPath>..\..\..\..\packages\Validation.2.2.8\lib\dotnet\Validation.dll</HintPath>
209+
</Reference>
210+
<Reference Include="PCLCrypto">
211+
<HintPath>..\..\..\..\packages\PCLCrypto.2.0.147\lib\xamarinios10\PCLCrypto.dll</HintPath>
212+
</Reference>
150213
</ItemGroup>
151214
<ItemGroup>
152215
<Content Include="Entitlements.plist" />

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
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.5.1" targetFramework="xamarinios10" />
5+
<package id="BTProgressHUD" version="1.2.0.5" targetFramework="xamarinios10" />
6+
<package id="IdentityModel" version="3.0.0" targetFramework="xamarinios10" />
37
<package id="Microsoft.CSharp" version="4.3.0" targetFramework="xamarinios10" />
48
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="xamarinios10" />
59
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="xamarinios10" />
610
<package id="NETStandard.Library" version="2.0.0" targetFramework="xamarinios10" />
711
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="xamarinios10" />
12+
<package id="PCLCrypto" version="2.0.147" targetFramework="xamarinios10" />
13+
<package id="PInvoke.BCrypt" version="0.3.2" targetFramework="xamarinios10" />
14+
<package id="PInvoke.Kernel32" version="0.3.2" targetFramework="xamarinios10" />
15+
<package id="PInvoke.NCrypt" version="0.3.2" targetFramework="xamarinios10" />
16+
<package id="PInvoke.Windows.Core" version="0.3.2" targetFramework="xamarinios10" />
17+
<package id="SlideOverKit" version="2.1.5" targetFramework="xamarinios10" />
18+
<package id="Splat" version="2.0.0" targetFramework="xamarinios10" />
819
<package id="System.AppContext" version="4.3.0" targetFramework="xamarinios10" />
920
<package id="System.Collections" version="4.3.0" targetFramework="xamarinios10" />
1021
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="xamarinios10" />
@@ -52,6 +63,11 @@
5263
<package id="System.Xml.ReaderWriter" version="4.3.0" targetFramework="xamarinios10" />
5364
<package id="System.Xml.XDocument" version="4.3.0" targetFramework="xamarinios10" />
5465
<package id="System.Xml.XmlDocument" version="4.3.0" targetFramework="xamarinios10" />
66+
<package id="Validation" version="2.2.8" targetFramework="xamarinios10" />
67+
<package id="WebP.Touch" version="1.0.7" targetFramework="xamarinios10" />
68+
<package id="Xam.Plugin.Geolocator" version="3.0.4" targetFramework="xamarinios10" />
69+
<package id="Xamarin.FFImageLoading" version="2.3.4" targetFramework="xamarinios10" />
70+
<package id="Xamarin.FFImageLoading.Forms" version="2.3.4" targetFramework="xamarinios10" />
5571
<package id="Xamarin.Forms" version="2.5.0.122203" targetFramework="xamarinios10" />
5672
<package id="xunit" version="2.3.1" targetFramework="xamarinios10" />
5773
<package id="xunit.abstractions" version="2.0.1" targetFramework="xamarinios10" />

0 commit comments

Comments
 (0)