From 7b95fb4d4549d3452ee17165236186afc1f2b393 Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期五, 20 八月 2021 17:14:42 +0800 Subject: [PATCH] 增加监视功能,关联相关代理 --- Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK.csproj | 22 ++-------------------- 1 files changed, 2 insertions(+), 20 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 f93ce44..fe11dba 100644 --- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK.csproj +++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK.csproj @@ -49,81 +49,63 @@ <ItemGroup> <NativeReference Include="Library\libHDLLinPhoneSDK.a"> <Kind>Static</Kind> - <Frameworks></Frameworks> - <LinkerFlags>-L /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/swift/ -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-5.0/iphoneos/ -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/ -Wl,-rpath -Wl,@executable_path/Frameworks</LinkerFlags> + <Frameworks>Foundation UIKit AVFoundation CoreTelephony CallKit Photos AudioToolbox</Frameworks> + <LinkerFlags>-L/usr/lib/swift -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -Wl,-rpath -Wl,/usr/lib/swift -Wl,-rpath -Wl,@executable_path/Frameworks</LinkerFlags> <WeakFrameworks></WeakFrameworks> </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\bctoolbox.framework"> <Kind>Framework</Kind> - <SmartLink>False</SmartLink> </NativeReference> <NativeReference Include="Library\belcard.framework"> <Kind>Framework</Kind> - <SmartLink>False</SmartLink> </NativeReference> <NativeReference Include="Library\belle-sip.framework"> <Kind>Framework</Kind> - <SmartLink>False</SmartLink> </NativeReference> <NativeReference Include="Library\limetester.framework"> <Kind>Framework</Kind> - <SmartLink>False</SmartLink> </NativeReference> <NativeReference Include="Library\lime.framework"> <Kind>Framework</Kind> - <SmartLink>False</SmartLink> </NativeReference> <NativeReference Include="Library\belr.framework"> <Kind>Framework</Kind> - <SmartLink>False</SmartLink> </NativeReference> <NativeReference Include="Library\linphone.framework"> <Kind>Framework</Kind> - <SmartLink>False</SmartLink> </NativeReference> <NativeReference Include="Library\linphonetester.framework"> <Kind>Framework</Kind> - <SmartLink>False</SmartLink> </NativeReference> <NativeReference Include="Library\mediastreamer2.framework"> <Kind>Framework</Kind> - <SmartLink>False</SmartLink> </NativeReference> <NativeReference Include="Library\msamr.framework"> <Kind>Framework</Kind> - <SmartLink>False</SmartLink> </NativeReference> <NativeReference Include="Library\mscodec2.framework"> <Kind>Framework</Kind> - <SmartLink>False</SmartLink> </NativeReference> <NativeReference Include="Library\ortp.framework"> <Kind>Framework</Kind> - <SmartLink>False</SmartLink> </NativeReference> <NativeReference Include="Library\msx264.framework"> <Kind>Framework</Kind> - <SmartLink>False</SmartLink> </NativeReference> <NativeReference Include="Library\mswebrtc.framework"> <Kind>Framework</Kind> - <SmartLink>False</SmartLink> </NativeReference> <NativeReference Include="Library\mssilk.framework"> <Kind>Framework</Kind> - <SmartLink>False</SmartLink> </NativeReference> <NativeReference Include="Library\msopenh264.framework"> <Kind>Framework</Kind> - <SmartLink>False</SmartLink> </NativeReference> </ItemGroup> <ItemGroup> -- Gitblit v1.8.0