From b822232f0743d22e5bd3847eb993894bf090b214 Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期二, 02 七月 2024 15:33:48 +0800 Subject: [PATCH] 备份 --- HDL-ON_iOS/APP_IOS.csproj | 21 ++++++++++++++++----- 1 files changed, 16 insertions(+), 5 deletions(-) diff --git a/HDL-ON_iOS/APP_IOS.csproj b/HDL-ON_iOS/APP_IOS.csproj index fbc8fda..4a25f86 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,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