From be56723cce4cd60ddc144ebe6ac20607675b3006 Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期三, 17 七月 2024 09:33:38 +0800 Subject: [PATCH] 更新sdk --- 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..51e6e85 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="Library\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