From 6a128aa8dc4542044ffcb229e9eafb10085edde4 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期一, 10 一月 2022 10:41:20 +0800 Subject: [PATCH] 2022-01-10 1.更新版本号 --- Crabtree/ON.Ios/ON.Ios.csproj | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Crabtree/ON.Ios/ON.Ios.csproj b/Crabtree/ON.Ios/ON.Ios.csproj index d1981df..b352874 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 Distribution: HDL Automation Co., Ltd (BVTA78PRYA)</CodesignKey> <MtouchDebug>true</MtouchDebug> <MtouchFastDev>true</MtouchFastDev> <MtouchProfiling>false</MtouchProfiling> @@ -29,7 +29,7 @@ <DeviceSpecificBuild>false</DeviceSpecificBuild> <MtouchI18n>cjk</MtouchI18n> <CrashReportingEnabled>false</CrashReportingEnabled> - <CodesignProvision>CrabtreeOn_Distribution11DEC2019</CodesignProvision> + <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> <Optimize>true</Optimize> @@ -50,6 +50,7 @@ <CodesignProvision>CrabtreeOn_Distribution11DEC2019</CodesignProvision> <NoStdLib>false</NoStdLib> <MtouchUseThumb></MtouchUseThumb> +<CodesignEntitlements>Entitlements.plist</CodesignEntitlements> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' "> <Optimize>true</Optimize> @@ -76,7 +77,7 @@ <WarningLevel>4</WarningLevel> <TreatWarningsAsErrors>false</TreatWarningsAsErrors> <DocumentationFile></DocumentationFile> - <CodesignKey>iPhone Developer</CodesignKey> + <CodesignKey>Apple Development: Yogesh Sharma (79Q4G2A772)</CodesignKey> <MtouchFastDev>true</MtouchFastDev> <MtouchFastDev>true</MtouchFastDev> <MtouchProfiling>false</MtouchProfiling> @@ -106,6 +107,8 @@ <WarningsNotAsErrors></WarningsNotAsErrors> <OnDemandResourcesInitialInstallTags></OnDemandResourcesInitialInstallTags> <OnDemandResourcesPrefetchOrder></OnDemandResourcesPrefetchOrder> +<CodesignEntitlements>Entitlements.plist</CodesignEntitlements> +<CodesignProvision>CrabtreeOn</CodesignProvision> </PropertyGroup> <ItemGroup> <Reference Include="System" /> @@ -115,7 +118,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" /> -- Gitblit v1.8.0