From c90de55be7a33e196029c1f4a1bb7f84ea449f29 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期二, 02 二月 2021 10:39:11 +0800
Subject: [PATCH] 2021-02-01 1.增加丰林可视对讲测试

---
 HDL-ON_iOS/HDL-ON_iOS.csproj |   27 +++++++++++++++++----------
 1 files changed, 17 insertions(+), 10 deletions(-)

diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj
index fc4a08f..106d490 100644
--- a/HDL-ON_iOS/HDL-ON_iOS.csproj
+++ b/HDL-ON_iOS/HDL-ON_iOS.csproj
@@ -51,9 +51,9 @@
         <MtouchDebug>true</MtouchDebug>
         <MtouchI18n>cjk</MtouchI18n>
         <MtouchLink>SdkOnly</MtouchLink>
-        <CodesignProvision>onpro0804</CodesignProvision>
         <MtouchExtraArgs>-gcc_flags="-dead_strip -ObjC"</MtouchExtraArgs>
         <MtouchEnableSGenConc>false</MtouchEnableSGenConc>
+<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
     </PropertyGroup>
     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
         <DebugType>none</DebugType>
@@ -91,6 +91,9 @@
         </Reference>
         <Reference Include="EZSDK.IOS">
           <HintPath>..\..\Xamarin鎺т欢搴揬EZOpenSDK\EZSDK.IOS\EZSDK.IOS\bin\Release\EZSDK.IOS.dll</HintPath>
+        </Reference>
+        <Reference Include="Shared.IOS.ESVideoPhoneSDK">
+          <HintPath>..\..\ESVideoPhoneSDKProject\xamarin\Shared.IOS.ESVideoPhoneSDK\bin\Release\Shared.IOS.ESVideoPhoneSDK.dll</HintPath>
         </Reference>
     </ItemGroup>
     <ItemGroup>
@@ -491,11 +494,11 @@
     <ItemGroup>
         <InterfaceDefinition Include="LaunchScreen.storyboard" />
         <InterfaceDefinition Include="Main.storyboard" />
-        <InterfaceDefinition Include="EZ\EZVideoTalkViewcontroller.xib" />
-        <InterfaceDefinition Include="EZ\EZSupportViewController.xib" />
-        <InterfaceDefinition Include="EZ\EZMain.storyboard" />
-        <InterfaceDefinition Include="EZ\AddDevice.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" />
@@ -514,6 +517,7 @@
         <Compile Include="ZXingOverlayView.cs" />
         <Compile Include="Other\JLCountrycode.cs" />
         <Compile Include="BlueWifi.cs" />
+        <Compile Include="Other\ESVideo.cs" />
     </ItemGroup>
     <ItemGroup>
       <BundleResource Include="Resources\Phone\LoginIcon\ShowPasswordIcon.png" />
@@ -1011,15 +1015,18 @@
       <BundleResource Include="Resources\query_loading.gif" />
       <BundleResource Include="Resources\com.hri.hpc.mobile.ios.player.metallib" />
       <BundleResource Include="Resources\zh-Hans.lproj\Localizable.strings" />
-      <BundleResource Include="Resources\zh-Hans.lproj\EZMain.strings" />
-      <BundleResource Include="Resources\zh-Hans.lproj\AddDevice.strings" />
       <BundleResource Include="Resources\en.lproj\Localizable.strings" />
-      <BundleResource Include="Resources\en.lproj\EZMain.strings" />
-      <BundleResource Include="Resources\en.lproj\AddDevice.strings" />
-      <BundleResource Include="Resources\MJRefresh.bundle\arrow%402x.png" />
       <BundleResource Include="Resources\Base.lproj\Localizable.strings" />
       <BundleResource Include="Resources\Phone\LogicIcon\sensor.png" />
       <BundleResource Include="Resources\Phone\PersonalCenter\UserTypebg2.png" />
+      <BundleResource Include="Resources\MJRefresh.bundle\arrow%402x.png" />
+      <BundleResource Include="Resources\MJRefresh.bundle\zh-Hans.lproj\Localizable.strings" />
+      <BundleResource Include="Resources\MJRefresh.bundle\en.lproj\Localizable.strings" />
+      <BundleResource Include="Resources\MJRefresh.bundle\zh-Hant.lproj\Localizable.strings" />
+      <BundleResource Include="Resources\en.lproj\AddDevice.strings" />
+      <BundleResource Include="Resources\en.lproj\EZMain.strings" />
+      <BundleResource Include="Resources\zh-Hans.lproj\AddDevice.strings" />
+      <BundleResource Include="Resources\zh-Hans.lproj\EZMain.strings" />
     </ItemGroup>
     <ItemGroup>
       <ITunesArtwork Include="iTunesArtwork" />

--
Gitblit v1.8.0