From 7cdaa24f3ba637804aca9247ae809c4cc1acc6ed Mon Sep 17 00:00:00 2001
From: lipengwei <lipengwei@nianben.com>
Date: Wed, 27 May 2020 09:41:28 +0800
Subject: [PATCH] 3.8.4

---
 frameworks/FBSDKCoreKit.framework/Info.plist                  |    0 
 frameworks/Bolts.framework/Headers/BFWebViewAppLinkResolver.h |    3 ++-
 frameworks/Bolts.framework/Info.plist                         |    0 
 frameworks/WAFbImpl.framework/WAFbImpl                        |    0 
 frameworks/FBSDKShareKit.framework/Info.plist                 |    0 
 frameworks/FBSDKLoginKit.framework/Info.plist                 |    0 
 frameworks/WAFbImpl.framework/Headers/WAFbImpl.h              |    4 ++--
 frameworks/FBSDKCoreKit.framework/FBSDKCoreKit                |    0 
 config/wa_sdk_impl_config_facebook.xml                        |    2 +-
 frameworks/FBSDKLoginKit.framework/FBSDKLoginKit              |    0 
 WAFbImpl/3.8.4/WAFbImpl.podspec                               |   25 +++++++++++++++++++++++++
 frameworks/Bolts.framework/Bolts                              |    0 
 WAFbImpl.podspec                                              |    6 +++---
 frameworks/WAFbImpl.framework/Info.plist                      |    0 
 frameworks/FBSDKShareKit.framework/FBSDKShareKit              |    0 
 15 files changed, 33 insertions(+), 7 deletions(-)

diff --git a/WAFbImpl.podspec b/WAFbImpl.podspec
index 6b5497c..26c7d40 100644
--- a/WAFbImpl.podspec
+++ b/WAFbImpl.podspec
@@ -9,7 +9,7 @@
 Pod::Spec.new do |s|
 
 s.name = 'WAFbImpl'
-s.version = '3.8.3'
+s.version = '3.8.4'
 s.summary = 'WAFbImpl framework in production environment.'
 s.license = 'MIT'
 s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" }
@@ -20,6 +20,6 @@
 s.vendored_frameworks = 'frameworks/*.framework'
 s.resources = ['config/*.xml','bundle/FacebookSDKStrings.bundle']
 s.requires_arc = true
-s.dependency 'WASdkIntf', '~> 3.8.3'   #此处添加私有库依赖
-s.dependency 'WASdkImpl', '~> 3.8.3'
+s.dependency 'WASdkIntf'
+s.dependency 'WASdkImpl'
 end
diff --git a/WAFbImpl/3.8.4/WAFbImpl.podspec b/WAFbImpl/3.8.4/WAFbImpl.podspec
new file mode 100644
index 0000000..26c7d40
--- /dev/null
+++ b/WAFbImpl/3.8.4/WAFbImpl.podspec
@@ -0,0 +1,25 @@
+#
+#  Be sure to run `pod spec lint WAFbImpl.podspec' to ensure this is a
+#  valid spec and to remove all comments including this before submitting the spec.
+#
+#  To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
+#  To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
+#
+
+Pod::Spec.new do |s|
+
+s.name = 'WAFbImpl'
+s.version = '3.8.4'
+s.summary = 'WAFbImpl framework in production environment.'
+s.license = 'MIT'
+s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" }
+s.homepage = 'http://repo.wingsdk.cn:8082/summary/WAFbImpl.git'
+s.source = { :git => "http://admin@repo.wingsdk.cn:8082/r/WAFbImpl.git" , :tag => s.version}
+s.platform = :ios
+s.ios.deployment_target = "7.0"
+s.vendored_frameworks = 'frameworks/*.framework'
+s.resources = ['config/*.xml','bundle/FacebookSDKStrings.bundle']
+s.requires_arc = true
+s.dependency 'WASdkIntf'
+s.dependency 'WASdkImpl'
+end
diff --git a/config/wa_sdk_impl_config_facebook.xml b/config/wa_sdk_impl_config_facebook.xml
index eaa941d..9085f60 100644
--- a/config/wa_sdk_impl_config_facebook.xml
+++ b/config/wa_sdk_impl_config_facebook.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <config>
-	<version val="FB3.8.2"/>
+	<version val="FB3.8.4"/>
     <comps>
         <!-- 用户模块 -->
         <comp module="USR" plaf="FACEBOOK" mandatory="NO" value="WAFBUser" desc="FACEBOOK用户账户"/>
diff --git a/frameworks/Bolts.framework/Bolts b/frameworks/Bolts.framework/Bolts
index c760be2..6576d8d 100644
--- a/frameworks/Bolts.framework/Bolts
+++ b/frameworks/Bolts.framework/Bolts
Binary files differ
diff --git a/frameworks/Bolts.framework/Headers/BFWebViewAppLinkResolver.h b/frameworks/Bolts.framework/Headers/BFWebViewAppLinkResolver.h
index 3782ae2..d46f5a0 100644
--- a/frameworks/Bolts.framework/Headers/BFWebViewAppLinkResolver.h
+++ b/frameworks/Bolts.framework/Headers/BFWebViewAppLinkResolver.h
@@ -13,7 +13,7 @@
 #import <Bolts/BFAppLinkResolving.h>
 
 /*!
- A reference implementation for an App Link resolver that uses a hidden UIWebView
+ A reference implementation for an App Link resolver that uses a hidden WKWebView
  to parse the HTML containing App Link metadata.
  */
 @interface BFWebViewAppLinkResolver : NSObject <BFAppLinkResolving>
@@ -24,3 +24,4 @@
 + (instancetype)sharedInstance;
 
 @end
+
diff --git a/frameworks/Bolts.framework/Info.plist b/frameworks/Bolts.framework/Info.plist
index e86f753..77c8f47 100644
--- a/frameworks/Bolts.framework/Info.plist
+++ b/frameworks/Bolts.framework/Info.plist
Binary files differ
diff --git a/frameworks/FBSDKCoreKit.framework/FBSDKCoreKit b/frameworks/FBSDKCoreKit.framework/FBSDKCoreKit
index 4b1eb29..d782145 100644
--- a/frameworks/FBSDKCoreKit.framework/FBSDKCoreKit
+++ b/frameworks/FBSDKCoreKit.framework/FBSDKCoreKit
Binary files differ
diff --git a/frameworks/FBSDKCoreKit.framework/Info.plist b/frameworks/FBSDKCoreKit.framework/Info.plist
index 874a71a..45cc69f 100644
--- a/frameworks/FBSDKCoreKit.framework/Info.plist
+++ b/frameworks/FBSDKCoreKit.framework/Info.plist
Binary files differ
diff --git a/frameworks/FBSDKLoginKit.framework/FBSDKLoginKit b/frameworks/FBSDKLoginKit.framework/FBSDKLoginKit
index 057c846..751e30d 100644
--- a/frameworks/FBSDKLoginKit.framework/FBSDKLoginKit
+++ b/frameworks/FBSDKLoginKit.framework/FBSDKLoginKit
Binary files differ
diff --git a/frameworks/FBSDKLoginKit.framework/Info.plist b/frameworks/FBSDKLoginKit.framework/Info.plist
index 21dbaa9..a987aab 100644
--- a/frameworks/FBSDKLoginKit.framework/Info.plist
+++ b/frameworks/FBSDKLoginKit.framework/Info.plist
Binary files differ
diff --git a/frameworks/FBSDKShareKit.framework/FBSDKShareKit b/frameworks/FBSDKShareKit.framework/FBSDKShareKit
index 2fda54c..082f307 100644
--- a/frameworks/FBSDKShareKit.framework/FBSDKShareKit
+++ b/frameworks/FBSDKShareKit.framework/FBSDKShareKit
Binary files differ
diff --git a/frameworks/FBSDKShareKit.framework/Info.plist b/frameworks/FBSDKShareKit.framework/Info.plist
index 0ed621b..1e174a5 100644
--- a/frameworks/FBSDKShareKit.framework/Info.plist
+++ b/frameworks/FBSDKShareKit.framework/Info.plist
Binary files differ
diff --git a/frameworks/WAFbImpl.framework/Headers/WAFbImpl.h b/frameworks/WAFbImpl.framework/Headers/WAFbImpl.h
index 40a815a..0b912de 100644
--- a/frameworks/WAFbImpl.framework/Headers/WAFbImpl.h
+++ b/frameworks/WAFbImpl.framework/Headers/WAFbImpl.h
@@ -3,7 +3,7 @@
 //  WAFbImpl
 //
 //  Created by GHW-T-01 on 16/3/1.
-//  Copyright © 2016年 GHW-T-01. All rights reserved.
+//  Copyright © 2016年 GHW-T-01.. All rights reserved.
 //
 
 #import <UIKit/UIKit.h>
@@ -16,4 +16,4 @@
 
 // In this header, you should import all the public headers of your framework using statements like #import <WAFbImpl/PublicHeader.h>
 
-//time:2019/09/20 09:27 ver:3.8.3
+//time:2020/05/20 09:27 ver:3.8.4
diff --git a/frameworks/WAFbImpl.framework/Info.plist b/frameworks/WAFbImpl.framework/Info.plist
index 6374bcc..50e534d 100644
--- a/frameworks/WAFbImpl.framework/Info.plist
+++ b/frameworks/WAFbImpl.framework/Info.plist
Binary files differ
diff --git a/frameworks/WAFbImpl.framework/WAFbImpl b/frameworks/WAFbImpl.framework/WAFbImpl
index 4f06223..b3710e2 100644
--- a/frameworks/WAFbImpl.framework/WAFbImpl
+++ b/frameworks/WAFbImpl.framework/WAFbImpl
Binary files differ

--
Gitblit v1.8.0