From 965290476c027deb96891cde1095d9a100581a6b Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期四, 20 二月 2020 09:13:32 +0800 Subject: [PATCH] 2020-02-20 1.优化更新。 --- Crabtree/ON.Ios/ON.Ios.csproj | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/Crabtree/ON.Ios/ON.Ios.csproj b/Crabtree/ON.Ios/ON.Ios.csproj index 2833aff..455a433 100644 --- a/Crabtree/ON.Ios/ON.Ios.csproj +++ b/Crabtree/ON.Ios/ON.Ios.csproj @@ -59,12 +59,13 @@ <DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;HDL</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> - <CodesignKey>iPhone Distribution: Havells India Limited (6FQDUKMB48)</CodesignKey> + <CodesignKey>Apple Development: xuebiao huang (4P32GXQWWK)</CodesignKey> <MtouchLink>None</MtouchLink> <MtouchArch>i386</MtouchArch> <MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler> <MtouchTlsProvider>Default</MtouchTlsProvider> <MtouchI18n>cjk</MtouchI18n> + <CodesignProvision>iOS Team Provisioning Profile: com.hdl.SimpleControl</CodesignProvision> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' "> <DebugSymbols>true</DebugSymbols> @@ -988,6 +989,8 @@ <BundleResource Include="Resources\Phone2\TV\DownIRCodeIcon.png" /> <BundleResource Include="Resources\Phone2\CrabtreeAdd\FromSharing.png" /> <BundleResource Include="Resources\Phone2\CrabtreeAdd\Logout.png" /> + <BundleResource Include="Resources\Phone2\CrabtreeAdd\WiFiOffline.png" /> + <BundleResource Include="Resources\Phone2\CrabtreeAdd\CloudOffline.png" /> </ItemGroup> <ItemGroup> <InterfaceDefinition Include="AddDevice.storyboard" /> -- Gitblit v1.8.0