From c0c734d7a84cf7105401878ffc4b64cbb67621d1 Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期五, 01 十一月 2024 15:02:24 +0800 Subject: [PATCH] 更新极光Sdk531 --- HDL-ON_iOS/APP_IOS.csproj | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/HDL-ON_iOS/APP_IOS.csproj b/HDL-ON_iOS/APP_IOS.csproj index 851b7c7..4a25f86 100644 --- a/HDL-ON_iOS/APP_IOS.csproj +++ b/HDL-ON_iOS/APP_IOS.csproj @@ -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"> @@ -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,10 @@ <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" /> </ItemGroup> <ItemGroup> <ITunesArtwork Include="iTunesArtwork" /> -- Gitblit v1.8.0