From 6cdddbfdcda9403c788ca6e862da5b37604c4c4d Mon Sep 17 00:00:00 2001 From: cqy <cqy@hdlchina.com.cn> Date: 星期五, 13 八月 2021 14:52:32 +0800 Subject: [PATCH] Update Shared.IOS.HDLLinphoneSDK.csproj --- 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 dae71b0..803cf74 100644 --- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK.csproj +++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK.csproj @@ -1,4 +1,4 @@ -锘�<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> @@ -50,7 +50,8 @@ <NativeReference Include="Library\libHDLLinPhoneSDK.a"> <Kind>Static</Kind> <Frameworks></Frameworks> - <LinkerFlags>-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/</LinkerFlags> + + <LinkerFlags> -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> <WeakFrameworks></WeakFrameworks> </NativeReference> <NativeReference Include="Library\bctoolbox-ios.framework"> @@ -254,4 +255,4 @@ <BundleResource Include="Resources\liblinphone_tester\certificates\client\cert.pem" /> </ItemGroup> <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.ObjCBinding.CSharp.targets" /> -</Project> \ No newline at end of file +</Project> -- Gitblit v1.8.0