From 75b7ec9583cbd0ad84b08cfa4d3df87ba42c2ba4 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 26 七月 2023 11:00:29 +0800
Subject: [PATCH] Update UserConfig.cs
---
Crabtree/ON.Ios/ON.Ios.csproj | 39 +++++++++++++++++++++++++--------------
1 files changed, 25 insertions(+), 14 deletions(-)
diff --git a/Crabtree/ON.Ios/ON.Ios.csproj b/Crabtree/ON.Ios/ON.Ios.csproj
index a35f8ff..fcd6fd3 100644
--- a/Crabtree/ON.Ios/ON.Ios.csproj
+++ b/Crabtree/ON.Ios/ON.Ios.csproj
@@ -18,7 +18,7 @@
<DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;DEBUG;ENABLE_TEST_CLOUD;HDL</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <CodesignKey>iPhone Distribution: Havells India Limited (6FQDUKMB48)</CodesignKey>
+ <CodesignKey>Apple Development: xuebiao huang (4P32GXQWWK)</CodesignKey>
<MtouchDebug>true</MtouchDebug>
<MtouchFastDev>true</MtouchFastDev>
<MtouchProfiling>false</MtouchProfiling>
@@ -29,7 +29,8 @@
<DeviceSpecificBuild>false</DeviceSpecificBuild>
<MtouchI18n>cjk</MtouchI18n>
<CrashReportingEnabled>false</CrashReportingEnabled>
- <CodesignProvision>HDL-ON-AdHoc-1126</CodesignProvision>
+ <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
+ <CodesignProvision>ComHdlOnDevelopment20211224</CodesignProvision>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
<Optimize>true</Optimize>
@@ -37,7 +38,7 @@
<DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;HDL;HDLVideo;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <CodesignKey>iPhone Distribution: HDL Automation Co., Ltd (BVTA78PRYA)</CodesignKey>
+ <CodesignKey>iPhone Distribution: Havells India Limited (6FQDUKMB48)</CodesignKey>
<MtouchFloat32>true</MtouchFloat32>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchArch>ARM64</MtouchArch>
@@ -47,11 +48,10 @@
<MtouchExtraArgs>-gcc_flags="-dead_strip -ObjC"</MtouchExtraArgs>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<DeviceSpecificBuild>true</DeviceSpecificBuild>
-<CodesignProvision>Automatic:AdHoc</CodesignProvision>
-<CodesignProvision>HDL-ON-AdHoc-1126</CodesignProvision>
-<CodesignProvision>HDL-ON-AdHoc-1126</CodesignProvision>
+<CodesignProvision>CrabtreeOn_Distribution11DEC2019</CodesignProvision>
<NoStdLib>false</NoStdLib>
<MtouchUseThumb></MtouchUseThumb>
+<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
<Optimize>true</Optimize>
@@ -59,12 +59,14 @@
<DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;HDL</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <CodesignKey>iPhone Distribution: Havells India Limited (6FQDUKMB48)</CodesignKey>
+ <CodesignKey>iPhone Distribution: HDL Automation Co., Ltd (BVTA78PRYA)</CodesignKey>
<MtouchLink>None</MtouchLink>
<MtouchArch>i386</MtouchArch>
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
<MtouchTlsProvider>Default</MtouchTlsProvider>
<MtouchI18n>cjk</MtouchI18n>
+ <MtouchUseThumb></MtouchUseThumb>
+ <CodesignProvision>Automatic:AdHoc</CodesignProvision>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
<DebugSymbols>true</DebugSymbols>
@@ -76,7 +78,7 @@
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<DocumentationFile></DocumentationFile>
- <CodesignKey>iPhone Developer: xuebiao huang (4P32GXQWWK)</CodesignKey>
+ <CodesignKey>Apple Development: xuebiao huang (4P32GXQWWK)</CodesignKey>
<MtouchFastDev>true</MtouchFastDev>
<MtouchFastDev>true</MtouchFastDev>
<MtouchProfiling>false</MtouchProfiling>
@@ -92,7 +94,6 @@
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
<SignAssembly>true</SignAssembly>
-<CodesignProvision>On_Dev</CodesignProvision>
<IntermediateOutputPath></IntermediateOutputPath>
<RunWithWarnings>true</RunWithWarnings>
<CrashReportingDelay>-1</CrashReportingDelay>
@@ -108,6 +109,7 @@
<OnDemandResourcesInitialInstallTags></OnDemandResourcesInitialInstallTags>
<OnDemandResourcesPrefetchOrder></OnDemandResourcesPrefetchOrder>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
+<CodesignProvision>ComHdlOnDevelopment20211224</CodesignProvision>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
@@ -117,7 +119,7 @@
<Reference Include="System.Web.Services" />
<Reference Include="System.Net" />
<Reference Include="Newtonsoft.Json">
- <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath>
+ <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
@@ -159,6 +161,19 @@
<Reference Include="Xamarin.Essentials">
<HintPath>..\packages\Xamarin.Essentials.1.0.0\lib\xamarinios10\Xamarin.Essentials.dll</HintPath>
</Reference>
+ <Reference Include="MQTTnet">
+ <HintPath>..\packages\MQTTnet.3.0.9\lib\netstandard2.0\MQTTnet.dll</HintPath>
+ </Reference>
+ <Reference Include="MJRefresh_Xamarin">
+ <HintPath>..\SmartHome\dll\IOS\MJRefresh_Xamarin.dll</HintPath>
+ </Reference>
+ <Reference Include="Shared.IOS">
+ <HintPath>..\SmartHome\dll\IOS\Shared.IOS.dll</HintPath>
+ </Reference>
+ <Reference Include="Shared.IOS.TBL">
+ <HintPath>..\SmartHome\dll\IOS\Shared.IOS.TBL.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Drawing.Common.dll" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
@@ -1426,10 +1441,6 @@
<ProjectReference Include="..\IosService\IosService.csproj">
<Project>{0F9672A4-CD14-43CD-BCAD-FDA522E932F7}</Project>
<Name>IosService</Name>
- </ProjectReference>
- <ProjectReference Include="..\Shared.IOS\Shared.IOS.csproj">
- <Project>{0048AB87-2130-4437-8F01-8CADAB787004}</Project>
- <Name>Shared.IOS</Name>
</ProjectReference>
</ItemGroup>
<Import Project="..\SmartHome\SmartHome.projitems" Label="Shared" Condition="Exists('..\SmartHome\SmartHome.projitems')" />
--
Gitblit v1.8.0