From 57053e5720e66837c3a50c01dc6683032f5917d6 Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期四, 14 一月 2021 13:56:09 +0800
Subject: [PATCH] 20200114-签名问题,安卓控件坐标异常

---
 HDL-ON_iOS/HDL-ON_iOS.csproj |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj
index 12d12ff..dd63e96 100644
--- a/HDL-ON_iOS/HDL-ON_iOS.csproj
+++ b/HDL-ON_iOS/HDL-ON_iOS.csproj
@@ -52,6 +52,7 @@
         <MtouchExtraArgs>-gcc_flags="-dead_strip -ObjC";-w</MtouchExtraArgs>
         <MtouchI18n>cjk</MtouchI18n>
         <MtouchLink>SdkOnly</MtouchLink>
+        <CodesignProvision>ComHdlOnProDevelopment20201224-3</CodesignProvision>
     </PropertyGroup>
     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
         <DebugType>none</DebugType>
@@ -87,9 +88,12 @@
         <Reference Include="Shared.IOS.JLCountryCode">
           <HintPath>..\DLL\IOS\Shared.IOS.JLCountryCode.dll</HintPath>
         </Reference>
+        <Reference Include="HdlBluWi">
+          <HintPath>..\DLL\IOS\HdlBluWi.dll</HintPath>
+        </Reference>
     </ItemGroup>
     <ItemGroup>
-      <PackageReference Include="Xamarin.Essentials" Version="1.5.3.2" />
+      <PackageReference Include="Xamarin.Essentials" Version="1.6.0" />
       <PackageReference Include="Newtonsoft.Json">
         <Version>12.0.3</Version>
       </PackageReference>
@@ -185,6 +189,7 @@
         <Folder Include="Resources\Phone\Intelligence\Gallery\" />
         <Folder Include="Resources\Phone\FunctionIcon\DeviceIcon\" />
         <Folder Include="Other\" />
+        <Folder Include="Resources\zh-Hans.lproj\" />
     </ItemGroup>
     <ItemGroup>
         <InterfaceDefinition Include="LaunchScreen.storyboard" />
@@ -206,6 +211,7 @@
         <Compile Include="Scan.cs" />
         <Compile Include="ZXingOverlayView.cs" />
         <Compile Include="Other\JLCountrycode.cs" />
+        <Compile Include="BlueWifi.cs" />
     </ItemGroup>
     <ItemGroup>
       <BundleResource Include="Resources\Phone\LoginIcon\ShowPasswordIcon.png" />
@@ -644,6 +650,15 @@
       <BundleResource Include="Resources\Phone\FunctionIcon\Light\CozyIconOn.png" />
       <BundleResource Include="Resources\Phone\FunctionIcon\Light\MeetingGuestsIconOn.png" />
       <BundleResource Include="Resources\Phone\FunctionIcon\Light\ReadIconOn.png" />
+      <BundleResource Include="Resources\zh-Hans.lproj\InfoPlist.strings" />
+      <BundleResource Include="Resources\Phone\FunctionIcon\FloorHeating\DiyThumbIconOn.png" />
+      <BundleResource Include="Resources\Phone\Public\ListCellbg\ListCellbg2.png" />
+      <BundleResource Include="Resources\Phone\Public\ListCellbg\ListCellbg3.png" />
+      <BundleResource Include="Resources\Phone\Public\ListCellbg\ListCellbg1.png" />
+      <BundleResource Include="Resources\Phone\Public\ListCellbg\ListCellbg4.png" />
+      <BundleResource Include="Resources\Phone\Public\ListCellbg\ListCellbg5.png" />
+      <BundleResource Include="Resources\Phone\LogicIcon\location.png" />
+      <BundleResource Include="Resources\Phone\LoginIcon\changesinoutdoor.png" />
     </ItemGroup>
     <ItemGroup>
       <ITunesArtwork Include="iTunesArtwork" />

--
Gitblit v1.8.0