From ea0b1e8e5f43c5fd0a7d479e25ede3b8cbea464a Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期一, 02 十二月 2024 17:17:19 +0800
Subject: [PATCH] tcp;可视对讲;
---
HDL-ON_iOS/APP_IOS.csproj | 22 +++++++++++++++++-----
1 files changed, 17 insertions(+), 5 deletions(-)
diff --git a/HDL-ON_iOS/APP_IOS.csproj b/HDL-ON_iOS/APP_IOS.csproj
index fbc8fda..a7553cf 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" />
@@ -103,6 +103,9 @@
</Reference>
<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>
@@ -485,6 +488,10 @@
<InterfaceDefinition Include="LaunchScreen.storyboard" />
<InterfaceDefinition Include="Main.storyboard" />
<InterfaceDefinition Include="Resources\LaunchScreen.xib" />
+ <InterfaceDefinition Include="Resources\EZ\Base.lproj\EZVideoTalkViewcontroller.xib" />
+ <InterfaceDefinition Include="Resources\EZ\Base.lproj\EZSupportViewController.xib" />
+ <InterfaceDefinition Include="Resources\EZ\Base.lproj\EZMain.storyboard" />
+ <InterfaceDefinition Include="Resources\EZ\Base.lproj\AddDevice.storyboard" />
</ItemGroup>
<ItemGroup>
<None Include="Info.plist" />
@@ -1724,6 +1731,11 @@
<BundleResource Include="Resources\Phone\LogicIcon\electricaltvhisense.png" />
<BundleResource Include="Resources\Phone\FunctionIcon\EnvirSensor\Pm10Bg.png" />
<BundleResource Include="Resources\Phone\FunctionIcon\EnvirSensor\Pm10Icon.png" />
+ <BundleResource Include="Resources\EZ\zh-Hans.lproj\EZMain.strings" />
+ <BundleResource Include="Resources\EZ\zh-Hans.lproj\AddDevice.strings" />
+ <BundleResource Include="Resources\EZ\en.lproj\EZMain.strings" />
+ <BundleResource Include="Resources\EZ\en.lproj\AddDevice.strings" />
+ <BundleResource Include="Resources\Phone\Collection\MesCenter\default_image.png" />
</ItemGroup>
<ItemGroup>
<ITunesArtwork Include="iTunesArtwork" />
--
Gitblit v1.8.0