From 931caaa26cc01c5a2cd5d290864b93255aeaa6b6 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期三, 24 三月 2021 09:59:10 +0800 Subject: [PATCH] 2021-03-24 1.定时器时间改为24小时制 --- 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 d4cbaaf..817459d 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>iPhone Distribution: HDL Automation Co., Ltd (BVTA78PRYA)</CodesignKey> + <CodesignKey>Apple Development: xuebiao huang (4P32GXQWWK)</CodesignKey> <MtouchFloat32>true</MtouchFloat32> <MtouchLink>SdkOnly</MtouchLink> <MtouchArch>ARM64</MtouchArch> @@ -47,7 +47,7 @@ <MtouchExtraArgs>-gcc_flags="-dead_strip -ObjC"</MtouchExtraArgs> <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> <DeviceSpecificBuild>true</DeviceSpecificBuild> -<CodesignProvision>ComHdlOnAdHoc20201208</CodesignProvision> +<CodesignProvision>iOS Team Provisioning Profile: *</CodesignProvision> <NoStdLib>false</NoStdLib> <MtouchUseThumb></MtouchUseThumb> </PropertyGroup> @@ -75,7 +75,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> @@ -994,6 +994,7 @@ <BundleResource Include="Resources\Phone2\CrabtreeAdd\Logout.png" /> <BundleResource Include="Resources\Phone2\CrabtreeAdd\WiFiOffline.png" /> <BundleResource Include="Resources\Phone2\CrabtreeAdd\CloudOffline.png" /> + <BundleResource Include="Resources\Phone2\CrabtreeAdd\Speaker.png" /> </ItemGroup> <ItemGroup> <ImageAsset Include="Assets.xcassets\Contents.json" /> -- Gitblit v1.8.0