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 | 7 ++++--- 1 files changed, 4 insertions(+), 3 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 5f42027..2016e14 100644 --- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK.csproj +++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK.csproj @@ -68,9 +68,6 @@ <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> @@ -109,6 +106,10 @@ <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