From e51305df45fd375e4676ffed30860e5a82b7a3ef Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 19 四月 2024 16:15:05 +0800 Subject: [PATCH] 红外宝验证,可视对讲验证 --- HDL-ON_iOS/APP_IOS.csproj | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HDL-ON_iOS/APP_IOS.csproj b/HDL-ON_iOS/APP_IOS.csproj index fbc8fda..69d5e3c 100644 --- a/HDL-ON_iOS/APP_IOS.csproj +++ b/HDL-ON_iOS/APP_IOS.csproj @@ -27,7 +27,7 @@ <MtouchDebug>true</MtouchDebug> <CodesignKey>Apple Development: Zhongwu Zhu (BLBN6556AU)</CodesignKey> <MtouchExtraArgs>-gcc_flags="-dead_strip -ObjC"</MtouchExtraArgs> - <CodesignProvision>001_SantanOnPro_Dev_2024-04-15</CodesignProvision> + <CodesignProvision>001_SantanOnPro_Dev_2024-04-19</CodesignProvision> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <MtouchI18n>cjk</MtouchI18n> </PropertyGroup> @@ -60,7 +60,7 @@ <MtouchEnableSGenConc>false</MtouchEnableSGenConc> <CodesignEntitlements>Entitlements.plist</CodesignEntitlements> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> -<CodesignProvision>001_SantanOnPro_Dev_2024-04-15</CodesignProvision> +<CodesignProvision>001_SantanOnPro_Dev_2024-04-19</CodesignProvision> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> <DebugType>none</DebugType> -- Gitblit v1.8.0