Skip to content

Commit

Permalink
Fix bad reference to old component in project file
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Jan 2, 2015
1 parent e37c72b commit 4c286ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Acr.XamForms.Mobile.iOS/Acr.XamForms.Mobile.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<HintPath>..\packages\Xamarin.Forms.1.3.1.6294-pre1\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Mobile">
<HintPath>..\Components\xamarin.mobile-0.7.4\lib\ios-unified\Xamarin.Mobile.dll</HintPath>
<HintPath>..\Components\xamarin.mobile-0.7.5\lib\ios-unified\Xamarin.Mobile.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand All @@ -83,7 +83,7 @@
</Target>
<ItemGroup>
<XamarinComponentReference Include="xamarin.mobile">
<Version>0.7.4</Version>
<Version>0.7.5</Version>
<Visible>False</Visible>
</XamarinComponentReference>
</ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions Samples/Samples.iOS/Samples.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@
<Project>{1ED7E825-98ED-4740-8DD7-96E4AA3F1128}</Project>
<Name>Acr.XamForms.BarCodeScanner</Name>
</ProjectReference>
<ProjectReference Include="..\..\Acr.XamForms.Mobile.iOS\Acr.XamForms.Mobile.iOS.csproj">
<Project>{A2908B9C-D5D0-4715-851D-3EB81AB2E452}</Project>
<Name>Acr.XamForms.Mobile.iOS</Name>
</ProjectReference>
<ProjectReference Include="..\..\Acr.XamForms.Mobile\Acr.XamForms.Mobile.csproj">
<Project>{67F9D3A8-F71E-4428-913F-C37AE82CDB24}</Project>
<Name>Acr.XamForms.Mobile</Name>
Expand Down Expand Up @@ -151,6 +147,10 @@
<Name>Samples</Name>
<Project>{CC18E151-5792-4DA5-ADE6-7CFBA16A593E}</Project>
</ProjectReference>
<ProjectReference Include="..\..\Acr.XamForms.Mobile.iOS\Acr.XamForms.Mobile.iOS.csproj">
<Project>{A2908B9C-D5D0-4715-851D-3EB81AB2E452}</Project>
<Name>Acr.XamForms.Mobile.iOS</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<ItemGroup>
Expand Down

0 comments on commit 4c286ac

Please sign in to comment.