lipengwei
2020-05-27 7cdaa24f3ba637804aca9247ae809c4cc1acc6ed
3.8.4
1 files added
14 files modified
40 ■■■■ changed files
WAFbImpl.podspec 6 ●●●● patch | view | raw | blame | history
WAFbImpl/3.8.4/WAFbImpl.podspec 25 ●●●●● patch | view | raw | blame | history
config/wa_sdk_impl_config_facebook.xml 2 ●●● patch | view | raw | blame | history
frameworks/Bolts.framework/Bolts patch | view | raw | blame | history
frameworks/Bolts.framework/Headers/BFWebViewAppLinkResolver.h 3 ●●●● patch | view | raw | blame | history
frameworks/Bolts.framework/Info.plist patch | view | raw | blame | history
frameworks/FBSDKCoreKit.framework/FBSDKCoreKit patch | view | raw | blame | history
frameworks/FBSDKCoreKit.framework/Info.plist patch | view | raw | blame | history
frameworks/FBSDKLoginKit.framework/FBSDKLoginKit patch | view | raw | blame | history
frameworks/FBSDKLoginKit.framework/Info.plist patch | view | raw | blame | history
frameworks/FBSDKShareKit.framework/FBSDKShareKit patch | view | raw | blame | history
frameworks/FBSDKShareKit.framework/Info.plist patch | view | raw | blame | history
frameworks/WAFbImpl.framework/Headers/WAFbImpl.h 4 ●●●● patch | view | raw | blame | history
frameworks/WAFbImpl.framework/Info.plist patch | view | raw | blame | history
frameworks/WAFbImpl.framework/WAFbImpl patch | view | raw | blame | history
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
WAFbImpl/3.8.4/WAFbImpl.podspec
New file
@@ -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
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用户账户"/>
frameworks/Bolts.framework/Bolts
Binary files differ
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
frameworks/Bolts.framework/Info.plist
Binary files differ
frameworks/FBSDKCoreKit.framework/FBSDKCoreKit
Binary files differ
frameworks/FBSDKCoreKit.framework/Info.plist
Binary files differ
frameworks/FBSDKLoginKit.framework/FBSDKLoginKit
Binary files differ
frameworks/FBSDKLoginKit.framework/Info.plist
Binary files differ
frameworks/FBSDKShareKit.framework/FBSDKShareKit
Binary files differ
frameworks/FBSDKShareKit.framework/Info.plist
Binary files differ
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
frameworks/WAFbImpl.framework/Info.plist
Binary files differ
frameworks/WAFbImpl.framework/WAFbImpl
Binary files differ