From c209a50cabf524c146fb2d02ce09cfc46c7c2f70 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期二, 26 五月 2020 13:49:02 +0800
Subject: [PATCH] 2020-05-26-1
---
Shared.IOS.TBL/Shared.IOS.TBL.csproj | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/Shared.IOS.TBL/Shared.IOS.TBL.csproj b/Shared.IOS.TBL/Shared.IOS.TBL.csproj
index 48a9d05..b68f337 100644
--- a/Shared.IOS.TBL/Shared.IOS.TBL.csproj
+++ b/Shared.IOS.TBL/Shared.IOS.TBL.csproj
@@ -64,14 +64,16 @@
<Kind>Static</Kind>
<SmartLink>False</SmartLink>
</NativeReference>
+ <NativeReference Include="..\IOS\WeChatSDK1.8.6.1_NoPay\libWeChatSDK.a">
+ <Kind>Static</Kind>
+ <ForceLoad>True</ForceLoad>
+ <Frameworks>CFNetwork CoreTelephony Security SystemConfiguration WebKit CoreGraphics Security Foundation</Frameworks>
+ <LinkerFlags>-ObjC -all_load -lc++ -lsqlite3.0 -lz</LinkerFlags>
+ </NativeReference>
<NativeReference Include="Library\GDMapKit\libGDMapKit.a">
<Kind>Static</Kind>
<LinkerFlags>-lz -lstdc++ -lc++</LinkerFlags>
<Frameworks>SystemConfiguration CoreTelephony JavaScriptCore Security GLKit ExternalAccessory</Frameworks>
- </NativeReference>
- <NativeReference Include="..\CommonLib\libWeChatSDK.a">
- <Kind>Static</Kind>
- <SmartLink>False</SmartLink>
</NativeReference>
</ItemGroup>
<ItemGroup>
--
Gitblit v1.8.0