From ad91afe61a93cdb962fc583a5b869efce090b092 Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期三, 12 五月 2021 14:29:03 +0800 Subject: [PATCH] 1.成员场景功能 --- HDL-ON_iOS/HDL-ON_iOS.csproj | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj index 7b0b0cb..5618514 100644 --- a/HDL-ON_iOS/HDL-ON_iOS.csproj +++ b/HDL-ON_iOS/HDL-ON_iOS.csproj @@ -55,7 +55,7 @@ <MtouchExtraArgs>-gcc_flags="-dead_strip -ObjC"</MtouchExtraArgs> <MtouchEnableSGenConc>false</MtouchEnableSGenConc> <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> -<CodesignProvision>On+Dev-20210428-1</CodesignProvision> +<CodesignProvision>On+Dev-20210510-1</CodesignProvision> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> <DebugType>none</DebugType> @@ -1233,6 +1233,11 @@ <BundleResource Include="Resources\Phone\FunctionIcon\ArmCenter\BurglarAlarmIcon.png" /> <BundleResource Include="Resources\Phone\FunctionIcon\ArmCenter\HistoryIcon.png" /> <BundleResource Include="Resources\Phone\FunctionIcon\FunctionBg\SecurityCenterFunctionBg.png" /> + <BundleResource Include="Resources\Phone\LogicIcon\shiwaitianqi.png" /> + <BundleResource Include="Resources\Phone\FunctionIcon\Curtain\CurtainDownIcon.png" /> + <BundleResource Include="Resources\Phone\FunctionIcon\Curtain\CurtainDownIconOn.png" /> + <BundleResource Include="Resources\Phone\FunctionIcon\Curtain\CurtainUpIcon.png" /> + <BundleResource Include="Resources\Phone\FunctionIcon\Curtain\CurtainUpIconOn.png" /> </ItemGroup> <ItemGroup> <ITunesArtwork Include="iTunesArtwork" /> -- Gitblit v1.8.0