From f16fd06aa226e9f97a27858624d4ea7cf8975d25 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 07 五月 2024 17:24:38 +0800 Subject: [PATCH] 增加了萤石摄像头 --- HDL-ON_iOS/APP_IOS.csproj | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/HDL-ON_iOS/APP_IOS.csproj b/HDL-ON_iOS/APP_IOS.csproj index fbc8fda..f5918bf 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> @@ -39,9 +39,9 @@ <WarningLevel>4</WarningLevel> <MtouchLink>SdkOnly</MtouchLink> <MtouchArch>x86_64</MtouchArch> -<CodesignKey>Apple Distribution: HDL Automation Co., Ltd (BVTA78PRYA)</CodesignKey> +<CodesignKey>Apple Distribution: Zhongwu Zhu (TD9BRHLD68)</CodesignKey> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> -<CodesignProvision>ComHdlOnProAdHoc20220117-1</CodesignProvision> +<CodesignProvision>001_SantanOnPro_AdH_2024-04-19</CodesignProvision> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' "> <DebugSymbols>true</DebugSymbols> @@ -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> @@ -75,7 +75,7 @@ <MtouchExtraArgs>-gcc_flags="-dead_strip -ObjC"</MtouchExtraArgs> <MtouchI18n>cjk</MtouchI18n> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> - <CodesignProvision>001_SantanOnPro_AdH_2024-04-15</CodesignProvision> + <CodesignProvision>001_SantanOnPro_AdH_2024-04-19</CodesignProvision> </PropertyGroup> <ItemGroup> <Reference Include="System" /> @@ -104,6 +104,9 @@ <Reference Include="Shared.IOS.HDLSceneSiri"> <HintPath>..\DLL\IOS\Shared.IOS.HDLSceneSiri.dll</HintPath> </Reference> + <Reference Include="EZSDK.IOS"> + <HintPath>..\DLL\IOS\EZSDK.IOS.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> <PackageReference Include="Newtonsoft.Json"> -- Gitblit v1.8.0