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/BoltsBinary 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.plistBinary files differ
frameworks/FBSDKCoreKit.framework/FBSDKCoreKitBinary files differ
frameworks/FBSDKCoreKit.framework/Info.plistBinary files differ
frameworks/FBSDKLoginKit.framework/FBSDKLoginKitBinary files differ
frameworks/FBSDKLoginKit.framework/Info.plistBinary files differ
frameworks/FBSDKShareKit.framework/FBSDKShareKitBinary files differ
frameworks/FBSDKShareKit.framework/Info.plistBinary 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.plistBinary files differ
frameworks/WAFbImpl.framework/WAFbImplBinary files differ