From 79133766997cb86b2e463671b50137588ded6588 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期一, 08 三月 2021 10:07:55 +0800 Subject: [PATCH] Merge branch 'temp-wxr' into WJC --- HDL-ON_iOS/HDL-ON_iOS.csproj | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj index 963e60c..cad9e3a 100644 --- a/HDL-ON_iOS/HDL-ON_iOS.csproj +++ b/HDL-ON_iOS/HDL-ON_iOS.csproj @@ -47,14 +47,14 @@ <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <MtouchArch>ARM64</MtouchArch> - <CodesignKey>iPhone Developer: xuebiao huang (4P32GXQWWK)</CodesignKey> + <CodesignKey>Apple Development: xuebiao huang (4P32GXQWWK)</CodesignKey> <MtouchDebug>true</MtouchDebug> <MtouchI18n>cjk</MtouchI18n> <MtouchLink>SdkOnly</MtouchLink> <MtouchExtraArgs>-gcc_flags="-dead_strip -ObjC"</MtouchExtraArgs> <MtouchEnableSGenConc>false</MtouchEnableSGenConc> <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> -<CodesignProvision>ComHdlOnProDevelopment20210225-1</CodesignProvision> +<CodesignProvision>ComHdlOnProDevelopment20210305-1</CodesignProvision> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> <DebugType>none</DebugType> @@ -885,7 +885,6 @@ <BundleResource Include="Resources\Phone\LogicIcon\-.png" /> <BundleResource Include="Resources\Phone\LogicIcon\+.png" /> <BundleResource Include="Resources\Phone\LogicIcon\point.png" /> - <BundleResource Include="Resources\Phone\LogicIcon\ selected+.png" /> <BundleResource Include="Resources\Phone\LogicIcon\selected-.png" /> <BundleResource Include="Resources\Phone\oRobot.png" /> <BundleResource Include="Resources\Phone\FunctionIcon\Light\ColorWheelGray.png" /> @@ -1057,6 +1056,7 @@ <BundleResource Include="Resources\Phone\PirIcon\online.png" /> <BundleResource Include="Resources\Phone\PirIcon\adddevice.png" /> <BundleResource Include="Resources\Phone\PirIcon\next.png" /> + <BundleResource Include="Resources\Phone\LogicIcon\selected+.png" /> </ItemGroup> <ItemGroup> <ITunesArtwork Include="iTunesArtwork" /> -- Gitblit v1.8.0