Skip to content

Commit 8ea5a80

Browse files
David BritchDavid Britch
authored andcommitted
Added missing dependency.
1 parent 0dd9fbf commit 8ea5a80

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,12 @@
201201
<Reference Include="Acr.UserDialogs.Interface">
202202
<HintPath>..\..\..\..\packages\Acr.UserDialogs.6.5.1\lib\Xamarin.iOS10\Acr.UserDialogs.Interface.dll</HintPath>
203203
</Reference>
204+
<Reference Include="Plugin.Geolocator.Abstractions">
205+
<HintPath>..\..\..\..\packages\Xam.Plugin.Geolocator.3.0.4\lib\Xamarin.iOS10\Plugin.Geolocator.Abstractions.dll</HintPath>
206+
</Reference>
207+
<Reference Include="Plugin.Geolocator">
208+
<HintPath>..\..\..\..\packages\Xam.Plugin.Geolocator.3.0.4\lib\Xamarin.iOS10\Plugin.Geolocator.dll</HintPath>
209+
</Reference>
204210
</ItemGroup>
205211
<ItemGroup>
206212
<BundleResource Include="Resources\fake_product_01.png" />

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
<package id="System.Xml.XDocument" version="4.3.0" targetFramework="xamarinios10" />
6060
<package id="System.Xml.XmlDocument" version="4.3.0" targetFramework="xamarinios10" />
6161
<package id="WebP.Touch" version="1.0.7" targetFramework="xamarinios10" />
62+
<package id="Xam.Plugin.Geolocator" version="3.0.4" targetFramework="xamarinios10" />
6263
<package id="Xam.Plugins.Settings" version="3.1.1" targetFramework="xamarinios10" />
6364
<package id="Xamarin.FFImageLoading" version="2.3.4" targetFramework="xamarinios10" />
6465
<package id="Xamarin.FFImageLoading.Forms" version="2.3.4" targetFramework="xamarinios10" />

0 commit comments

Comments
 (0)