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 | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj
index 0af60e4..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>
@@ -107,6 +108,9 @@
</PackageReference>
<PackageReference Include="RestSharp">
<Version>106.11.7</Version>
+ </PackageReference>
+ <PackageReference Include="Xamarin.iOS.Bugly">
+ <Version>1.0.4</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
@@ -182,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" />
@@ -641,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