From 56f53785be98a098028391bc624bfac4e42b15e4 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期二, 11 一月 2022 18:05:38 +0800 Subject: [PATCH] 2022-01-11 1.Android目标版本调到30 2.修改版本号 --- Crabtree/ON.Ios/ON.Ios.csproj | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Crabtree/ON.Ios/ON.Ios.csproj b/Crabtree/ON.Ios/ON.Ios.csproj index 3c7673e..14299b3 100644 --- a/Crabtree/ON.Ios/ON.Ios.csproj +++ b/Crabtree/ON.Ios/ON.Ios.csproj @@ -37,7 +37,7 @@ <DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;HDL;HDLVideo;</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> - <CodesignKey>Apple Development: xuebiao huang (4P32GXQWWK)</CodesignKey> + <CodesignKey>iPhone Distribution: Havells India Limited (6FQDUKMB48)</CodesignKey> <MtouchFloat32>true</MtouchFloat32> <MtouchLink>SdkOnly</MtouchLink> <MtouchArch>ARM64</MtouchArch> @@ -50,6 +50,7 @@ <NoStdLib>false</NoStdLib> <MtouchUseThumb></MtouchUseThumb> <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> +<CodesignProvision>CrabtreeSmartH_Prod</CodesignProvision> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' "> <Optimize>true</Optimize> @@ -75,7 +76,7 @@ <WarningLevel>4</WarningLevel> <TreatWarningsAsErrors>false</TreatWarningsAsErrors> <DocumentationFile></DocumentationFile> - <CodesignKey>Apple Development: xuebiao huang (4P32GXQWWK)</CodesignKey> + <CodesignKey>Apple Development: Yogesh Sharma (79Q4G2A772)</CodesignKey> <MtouchFastDev>true</MtouchFastDev> <MtouchFastDev>true</MtouchFastDev> <MtouchProfiling>false</MtouchProfiling> @@ -105,7 +106,7 @@ <WarningsNotAsErrors></WarningsNotAsErrors> <OnDemandResourcesInitialInstallTags></OnDemandResourcesInitialInstallTags> <OnDemandResourcesPrefetchOrder></OnDemandResourcesPrefetchOrder> -<CodesignProvision>Test</CodesignProvision> +<CodesignProvision>CrabtreeSmartH_Dev</CodesignProvision> <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> </PropertyGroup> <ItemGroup> -- Gitblit v1.8.0