From f534d41c36d5895322bf691784a10435b64609fe Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期五, 25 十二月 2020 13:52:00 +0800
Subject: [PATCH] 修复添加、删除楼层时候,界面刷新异常问题

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

diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj
index 12d12ff..795c516 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>
@@ -185,6 +186,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" />
@@ -644,6 +646,7 @@
       <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" />
     </ItemGroup>
     <ItemGroup>
       <ITunesArtwork Include="iTunesArtwork" />

--
Gitblit v1.8.0