From a9ce331dccd25eee1d0b9193f7853c6e4a07b792 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期二, 14 四月 2020 15:43:57 +0800
Subject: [PATCH] 2020-04-14 1.去掉登录之前ping域名检测,解决客户反馈登录失败的问题 2.替换新的控件库,去掉高德地图。 3.修复创建不了住宅问题。 4.修复增加登陆获取住宅列表时当前住宅判空处理。 5.去掉温度按钮自定义字体。

---
 Crabtree/ON.Ios/ON.Ios.csproj |   25 ++++++++++++++-----------
 1 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/Crabtree/ON.Ios/ON.Ios.csproj b/Crabtree/ON.Ios/ON.Ios.csproj
index 4ed7879..d1981df 100644
--- a/Crabtree/ON.Ios/ON.Ios.csproj
+++ b/Crabtree/ON.Ios/ON.Ios.csproj
@@ -29,7 +29,7 @@
     <DeviceSpecificBuild>false</DeviceSpecificBuild>
     <MtouchI18n>cjk</MtouchI18n>
     <CrashReportingEnabled>false</CrashReportingEnabled>
-    <CodesignProvision>HDL-ON-AdHoc-1126</CodesignProvision>
+    <CodesignProvision>CrabtreeOn_Distribution11DEC2019</CodesignProvision>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
     <Optimize>true</Optimize>
@@ -37,7 +37,7 @@
     <DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;HDL;HDLVideo;</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
-    <CodesignKey>iPhone Distribution: HDL Automation Co., Ltd (BVTA78PRYA)</CodesignKey>
+    <CodesignKey>iPhone Distribution: Havells India Limited (6FQDUKMB48)</CodesignKey>
     <MtouchFloat32>true</MtouchFloat32>
     <MtouchLink>SdkOnly</MtouchLink>
     <MtouchArch>ARM64</MtouchArch>
@@ -47,9 +47,7 @@
     <MtouchExtraArgs>-gcc_flags="-dead_strip -ObjC"</MtouchExtraArgs>
     <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
     <DeviceSpecificBuild>true</DeviceSpecificBuild>
-<CodesignProvision>HDL-ON-AdHoc-1126</CodesignProvision>
-<CodesignProvision>HDL-ON-AdHoc-1126</CodesignProvision>
-<CodesignProvision>HDL-ON-AdHoc-1126</CodesignProvision>
+<CodesignProvision>CrabtreeOn_Distribution11DEC2019</CodesignProvision>
 <NoStdLib>false</NoStdLib>
 <MtouchUseThumb></MtouchUseThumb>
   </PropertyGroup>
@@ -59,12 +57,14 @@
     <DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;HDL</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
-    <CodesignKey>iPhone Distribution: Havells India Limited (6FQDUKMB48)</CodesignKey>
+    <CodesignKey>iPhone Distribution: HDL Automation Co., Ltd (BVTA78PRYA)</CodesignKey>
     <MtouchLink>None</MtouchLink>
     <MtouchArch>i386</MtouchArch>
     <MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
     <MtouchTlsProvider>Default</MtouchTlsProvider>
     <MtouchI18n>cjk</MtouchI18n>
+    <MtouchUseThumb></MtouchUseThumb>
+    <CodesignProvision>Automatic:AdHoc</CodesignProvision>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
     <DebugSymbols>true</DebugSymbols>
@@ -157,14 +157,17 @@
     <Reference Include="Xamarin.Essentials">
       <HintPath>..\packages\Xamarin.Essentials.1.0.0\lib\xamarinios10\Xamarin.Essentials.dll</HintPath>
     </Reference>
+    <Reference Include="MQTTnet">
+      <HintPath>..\packages\MQTTnet.3.0.9\lib\netstandard2.0\MQTTnet.dll</HintPath>
+    </Reference>
+    <Reference Include="MJRefresh_Xamarin">
+      <HintPath>..\SmartHome\dll\IOS\MJRefresh_Xamarin.dll</HintPath>
+    </Reference>
     <Reference Include="Shared.IOS">
-      <HintPath>..\SmartHome\dll\Shared.IOS.dll</HintPath>
+      <HintPath>..\SmartHome\dll\IOS\Shared.IOS.dll</HintPath>
     </Reference>
     <Reference Include="Shared.IOS.TBL">
-      <HintPath>..\SmartHome\dll\Shared.IOS.TBL.dll</HintPath>
-    </Reference>
-    <Reference Include="MQTTnet">
-      <HintPath>..\packages\MQTTnet.3.0.8\lib\netstandard2.0\MQTTnet.dll</HintPath>
+      <HintPath>..\SmartHome\dll\IOS\Shared.IOS.TBL.dll</HintPath>
     </Reference>
   </ItemGroup>
   <ItemGroup>

--
Gitblit v1.8.0