From d53e6af2c5f17838fa79659614b15a2a1f383399 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 31 三月 2023 10:04:58 +0800 Subject: [PATCH] 1 --- Crabtree/ON.Ios/ON.Ios.csproj | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Crabtree/ON.Ios/ON.Ios.csproj b/Crabtree/ON.Ios/ON.Ios.csproj index 3c7673e..8c1e7e2 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> @@ -1011,11 +1012,11 @@ <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\icon40-1.png" /> </ItemGroup> <ItemGroup> - <ITunesArtwork Include="iTunesArtwork%402x" /> - <ITunesArtwork Include="iTunesArtwork" /> + <InterfaceDefinition Include="LaunchScreen.storyboard" /> </ItemGroup> <ItemGroup> - <InterfaceDefinition Include="LaunchScreen.storyboard" /> + <ITunesArtwork Include="iTunesArtwork" /> + <ITunesArtwork Include="iTunesArtwork%402x" /> </ItemGroup> <Import Project="..\SmartHome\SmartHome.projitems" Label="Shared" Condition="Exists('..\SmartHome\SmartHome.projitems')" /> <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> -- Gitblit v1.8.0