From 7b25c890ccbab430e68a48507e7f7f7a7a7cc6f4 Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期一, 16 八月 2021 17:06:52 +0800 Subject: [PATCH] Merge branch 'master' of http://172.16.1.23:6688/r/~cjl/HDLLinphoneSDK_IOS --- Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK.csproj | 7 +++---- 1 files changed, 3 insertions(+), 4 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 803cf74..f93ce44 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,8 +50,7 @@ <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/ -Wl,-rpath -Wl,@executable_path/Frameworks</LinkerFlags> + <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> <WeakFrameworks></WeakFrameworks> </NativeReference> <NativeReference Include="Library\bctoolbox-ios.framework"> @@ -255,4 +254,4 @@ <BundleResource Include="Resources\liblinphone_tester\certificates\client\cert.pem" /> </ItemGroup> <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.ObjCBinding.CSharp.targets" /> -</Project> +</Project> \ No newline at end of file -- Gitblit v1.8.0