From 2265a8478325a04871aab6a86d49c28d7d65443a Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 29 五月 2023 15:17:01 +0800
Subject: [PATCH] 增加开锁二次确认弹窗

---
 Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK.csproj |   66 ++++++++++++++++++++++++++++-----
 1 files changed, 56 insertions(+), 10 deletions(-)

diff --git a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK.csproj b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK.csproj
index d77296a..2016e14 100644
--- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK.csproj
+++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK.csproj
@@ -47,16 +47,6 @@
     <ObjcBindingCoreSource Include="Structs.cs" />
   </ItemGroup>
   <ItemGroup>
-    <NativeReference Include="Library\libHDLLinPhoneSDK.a">
-      <Kind>Static</Kind>
-      <SmartLink>False</SmartLink>
-    </NativeReference>
-    <NativeReference Include="Library\HDLLinPhoneSDK.swiftmodule">
-      <Kind>Framework</Kind>
-      <SmartLink>False</SmartLink>
-    </NativeReference>
-  </ItemGroup>
-  <ItemGroup>
     <BundleResource Include="Resources\ic_esvideo_on_answer.png" />
     <BundleResource Include="Resources\ic_esvideo_on_back.png" />
     <BundleResource Include="Resources\ic_esvideo_on_hangup.png" />
@@ -65,5 +55,61 @@
     <BundleResource Include="Resources\ic_esvideo_on_unlock_select.png" />
     <BundleResource Include="Resources\ic_esvideo_on_unlock_unselect.png" />
   </ItemGroup>
+  <ItemGroup>
+    <NativeReference Include="Library\bctoolbox.framework">
+      <Kind>Framework</Kind>
+    </NativeReference>
+    <NativeReference Include="Library\belcard.framework">
+      <Kind>Framework</Kind>
+    </NativeReference>
+    <NativeReference Include="Library\belle-sip.framework">
+      <Kind>Framework</Kind>
+    </NativeReference>
+    <NativeReference Include="Library\belr.framework">
+      <Kind>Framework</Kind>
+    </NativeReference>
+    <NativeReference Include="Library\lime.framework">
+      <Kind>Framework</Kind>
+    </NativeReference>
+    <NativeReference Include="Library\linphone.framework">
+      <Kind>Framework</Kind>
+    </NativeReference>
+    <NativeReference Include="Library\mediastreamer2.framework">
+      <Kind>Framework</Kind>
+    </NativeReference>
+    <NativeReference Include="Library\msamr.framework">
+      <Kind>Framework</Kind>
+    </NativeReference>
+    <NativeReference Include="Library\mscodec2.framework">
+      <Kind>Framework</Kind>
+    </NativeReference>
+    <NativeReference Include="Library\msopenh264.framework">
+      <Kind>Framework</Kind>
+    </NativeReference>
+    <NativeReference Include="Library\mssilk.framework">
+      <Kind>Framework</Kind>
+    </NativeReference>
+    <NativeReference Include="Library\mswebrtc.framework">
+      <Kind>Framework</Kind>
+    </NativeReference>
+    <NativeReference Include="Library\msx264.framework">
+      <Kind>Framework</Kind>
+    </NativeReference>
+    <NativeReference Include="Library\ortp.framework">
+      <Kind>Framework</Kind>
+    </NativeReference>
+    <NativeReference Include="Library\bctoolbox-ios.framework">
+      <Kind>Framework</Kind>
+      <SmartLink>False</SmartLink>
+    </NativeReference>
+    <NativeReference Include="Library\bctoolbox-tester.framework">
+      <Kind>Framework</Kind>
+      <SmartLink>False</SmartLink>
+    </NativeReference>
+    <NativeReference Include="..\..\..\..\libHDLLinPhoneSDK.a">
+      <Kind>Static</Kind>
+      <SmartLink>False</SmartLink>
+    </NativeReference>
+  </ItemGroup>
   <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.ObjCBinding.CSharp.targets" />
 </Project>
\ No newline at end of file

--
Gitblit v1.8.0