From 732a72414ca5788d53f2f5e016c7cd53b611d66d Mon Sep 17 00:00:00 2001
From: 464027401@qq.com <464027401@qq.com>
Date: 星期三, 15 九月 2021 16:47:26 +0800
Subject: [PATCH] 替换使用去掉callkit的包

---
 Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK.csproj |   65 +++++++++++++++++++++++++++-----
 1 files changed, 55 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..5f42027 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,60 @@
     <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\libHDLLinPhoneSDK.a">
+      <Kind>Static</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>
+  </ItemGroup>
   <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.ObjCBinding.CSharp.targets" />
 </Project>
\ No newline at end of file

--
Gitblit v1.8.0