From ddbf195df596cf94bf77b7e38a659cb5d14b3f95 Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期五, 22 十一月 2019 17:48:08 +0800
Subject: [PATCH] 优化门锁类型查找方式(请合并最新代码)

---
 ZigbeeApp/GateWay.Ios/GateWay.Ios.csproj |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/ZigbeeApp/GateWay.Ios/GateWay.Ios.csproj b/ZigbeeApp/GateWay.Ios/GateWay.Ios.csproj
index 9abf719..3185eac 100644
--- a/ZigbeeApp/GateWay.Ios/GateWay.Ios.csproj
+++ b/ZigbeeApp/GateWay.Ios/GateWay.Ios.csproj
@@ -137,14 +137,17 @@
     <Reference Include="ZXingNetMobile">
       <HintPath>..\packages\ZXing.Net.Mobile.2.4.1\lib\Xamarin.iOS10\ZXingNetMobile.dll</HintPath>
     </Reference>
+    <Reference Include="Xamarin.Essentials">
+      <HintPath>..\Shared\DLL\IOS\Xamarin.Essentials.dll</HintPath>
+    </Reference>
+    <Reference Include="MJRefresh_Xamarin">
+      <HintPath>..\Shared\DLL\IOS\MJRefresh_Xamarin.dll</HintPath>
+    </Reference>
     <Reference Include="Shared.IOS">
       <HintPath>..\Shared\DLL\IOS\Shared.IOS.dll</HintPath>
     </Reference>
     <Reference Include="Shared.IOS.TBL">
       <HintPath>..\Shared\DLL\IOS\Shared.IOS.TBL.dll</HintPath>
-    </Reference>
-    <Reference Include="Xamarin.Essentials">
-      <HintPath>..\Shared\DLL\IOS\Xamarin.Essentials.dll</HintPath>
     </Reference>
   </ItemGroup>
   <ItemGroup>

--
Gitblit v1.8.0