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 | 8 +++++---
1 files changed, 5 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 fd190f5..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>
@@ -49,8 +49,10 @@
<ItemGroup>
<NativeReference Include="Library\libHDLLinPhoneSDK.a">
<Kind>Static</Kind>
- <SmartLink>False</SmartLink>
<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>
+ <WeakFrameworks></WeakFrameworks>
</NativeReference>
<NativeReference Include="Library\bctoolbox-ios.framework">
<Kind>Framework</Kind>
@@ -253,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