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 | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/HDL-ON_iOS/APP_IOS.csproj b/HDL-ON_iOS/APP_IOS.csproj index f5918bf..a7553cf 100644 --- a/HDL-ON_iOS/APP_IOS.csproj +++ b/HDL-ON_iOS/APP_IOS.csproj @@ -488,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" /> @@ -1727,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