From 6a63c4281fbe7e17103115320cd276397d733081 Mon Sep 17 00:00:00 2001
From: chenqiyang <1406175257@qq.com>
Date: 星期五, 27 八月 2021 09:28:10 +0800
Subject: [PATCH] 替换最新的.a
---
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