From 40838a2f0517d0a8370c7bba7bd88167459d2710 Mon Sep 17 00:00:00 2001
From: lpw
Date: Tue, 15 Feb 2022 15:38:31 +0800
Subject: [PATCH] 3.9.7

---
 frameworks/Chartboost.framework/Versions/A/Chartboost              |    0 
 config/wa_sdk_impl_config_chartboost.xml                           |    2 
 frameworks/WACbImpl.framework/WACbImpl                             |    0 
 frameworks/WACbImpl.framework/Info.plist                           |    0 
 frameworks/Chartboost.framework/Versions/A/Headers/CHBAdDelegate.h |    4 +-
 WACbImpl.podspec                                                   |    2 
 frameworks/Chartboost.framework/Versions/A/Headers/Chartboost.h    |   72 +++--------------------------------
 frameworks/WACbImpl.framework/Headers/WACbImpl.h                   |    2 
 WACbImpl/3.9.7/WACbImpl.podspec                                    |   26 +++++++++++++
 frameworks/Chartboost.framework/Versions/A/Headers/CBInPlay.h      |    2 
 10 files changed, 39 insertions(+), 71 deletions(-)

diff --git a/WACbImpl.podspec b/WACbImpl.podspec
index 200e108..f24f231 100644
--- a/WACbImpl.podspec
+++ b/WACbImpl.podspec
@@ -9,7 +9,7 @@
 Pod::Spec.new do |s|
 
 s.name = 'WACbImpl'
-s.version = '3.9.2'
+s.version = '3.9.7'
 s.summary = 'WACbImpl framework in production environment.'
 s.license = 'MIT'
 s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" }
diff --git a/WACbImpl/3.9.7/WACbImpl.podspec b/WACbImpl/3.9.7/WACbImpl.podspec
new file mode 100644
index 0000000..f24f231
--- /dev/null
+++ b/WACbImpl/3.9.7/WACbImpl.podspec
@@ -0,0 +1,26 @@
+#
+#  Be sure to run `pod spec lint WACbImpl.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 = 'WACbImpl'
+s.version = '3.9.7'
+s.summary = 'WACbImpl framework in production environment.'
+s.license = 'MIT'
+s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" }
+s.homepage = 'http://repo.wingsdk.cn:8082/summary/WACbImpl.git'
+s.source = { :git => "http://admin@repo.wingsdk.cn:8082/r/WACbImpl.git" , :tag => s.version}
+s.platform = :ios
+s.ios.deployment_target = "7.0"
+s.vendored_frameworks = 'frameworks/*.framework'
+s.resources = ['config/*.xml']
+s.frameworks = 'Webkit'
+s.requires_arc = true
+s.dependency 'WASdkIntf'
+s.dependency 'WASdkImpl'
+end
diff --git a/config/wa_sdk_impl_config_chartboost.xml b/config/wa_sdk_impl_config_chartboost.xml
index b77591d..f6e6234 100644
--- a/config/wa_sdk_impl_config_chartboost.xml
+++ b/config/wa_sdk_impl_config_chartboost.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <config>
-	<version val="CB3.9.2"/>
+	<version val="CB3.9.7"/>
     <comps>
         <!-- 数据收集模块 -->
         <comp module="TRA" plaf="CHARTBOOST" mandatory="YES" value="WACBTrack" desc="CHARTBOOST数据统计"/>
diff --git a/frameworks/Chartboost.framework/Versions/A/Chartboost b/frameworks/Chartboost.framework/Versions/A/Chartboost
index a2679ff..2a785ee 100644
--- a/frameworks/Chartboost.framework/Versions/A/Chartboost
+++ b/frameworks/Chartboost.framework/Versions/A/Chartboost
Binary files differ
diff --git a/frameworks/Chartboost.framework/Versions/A/Headers/CBInPlay.h b/frameworks/Chartboost.framework/Versions/A/Headers/CBInPlay.h
index 19c789e..d575dcf 100644
--- a/frameworks/Chartboost.framework/Versions/A/Headers/CBInPlay.h
+++ b/frameworks/Chartboost.framework/Versions/A/Headers/CBInPlay.h
@@ -1,7 +1,7 @@
 /*
  * CBInPlay.h
  * Chartboost
- * 8.4.0
+ * 8.5.0
  *
  * Copyright 2018 Chartboost. All rights reserved.
  */
diff --git a/frameworks/Chartboost.framework/Versions/A/Headers/CHBAdDelegate.h b/frameworks/Chartboost.framework/Versions/A/Headers/CHBAdDelegate.h
index f2b37f2..1f557c9 100644
--- a/frameworks/Chartboost.framework/Versions/A/Headers/CHBAdDelegate.h
+++ b/frameworks/Chartboost.framework/Versions/A/Headers/CHBAdDelegate.h
@@ -51,7 +51,7 @@
  @discussion This is the view controller you passed on the showFromViewController: call or a Chartboost ad view controller which was presented on top of it. If you called showFromViewController: passing a nil view controller this property will be nil too.
  You may use it to present your custom click confirmation gate if you implement the shouldConfirmClick:confirmationHandler: ad delegate method.
  */
-@property (nonatomic, readonly, nullable) UIViewController *viewController;
+@property (nonatomic, readonly, nullable) UIViewController *viewController DEPRECATED_MSG_ATTRIBUTE("This property is deprecated and will be removed in a future version.");
 @end
 
 /*!
@@ -246,7 +246,7 @@
  }
  @endcode
  */
-- (BOOL)shouldConfirmClick:(CHBClickEvent *)event confirmationHandler:(void(^)(BOOL))confirmationHandler;
+- (BOOL)shouldConfirmClick:(CHBClickEvent *)event confirmationHandler:(void(^)(BOOL))confirmationHandler DEPRECATED_MSG_ATTRIBUTE("This method is deprecated and will be removed in a future version.");
 
 /*!
  @brief Called after an ad has been clicked.
diff --git a/frameworks/Chartboost.framework/Versions/A/Headers/Chartboost.h b/frameworks/Chartboost.framework/Versions/A/Headers/Chartboost.h
index 93e2886..deb5be5 100644
--- a/frameworks/Chartboost.framework/Versions/A/Headers/Chartboost.h
+++ b/frameworks/Chartboost.framework/Versions/A/Headers/Chartboost.h
@@ -14,8 +14,6 @@
 #import "CHBBanner.h"
 @class CBInPlay;
 
-FOUNDATION_EXPORT BOOL ChartboostInitialized(const char* function) DEPRECATED_MSG_ATTRIBUTE("This function is deprecated and will be removed in a future version.");
-
 @interface Chartboost : NSObject
 
 /*!
@@ -98,69 +96,6 @@
 
 /*!
  @abstract
- Set a custom identifier to send in the POST body for all Chartboost API server requests.
- 
- @param customId The identifier to send with all Chartboost API server requests.
- 
- @discussion Use this method to set a custom identifier that can be used later in the Chartboost
- dashboard to group information by.
- */
-+ (void)setCustomId:(NSString *)customId;
-
-/*!
- @abstract
- Get the current custom identifier being sent in the POST body for all Chartboost API server requests.
- 
- @return The identifier being sent with all Chartboost API server requests.
- 
- @discussion Use this method to get the custom identifier that can be used later in the Chartboost
- dashboard to group information by.
- */
-+ (NSString *)getCustomId;
-
-/*!
- @abstract
- Set a custom version to append to the POST body of every request. This is useful for analytics and provides chartboost with important information.
- example: [Chartboost setChartboostWrapperVersion:@"6.4.6"];
- 
- @param chartboostWrapperVersion The version sent as a string.
- 
- @discussion This is an internal method used via Chartboost's Unity and Corona SDKs
- to track their usage.
- */
-+ (void)setChartboostWrapperVersion:(NSString*)chartboostWrapperVersion;
-
-/*!
- @brief Informs Chartboost of which environment it is running on, for tracking purposes.
- @param framework The framework used, e.g: Unity, Corona, etc.
- @param version The framework version.
- @discussion It is preferred that this method is called before starting the Chartboost SDK.
- */
-+ (void)setFramework:(CBFramework)framework withVersion:(NSString *)version;
-
-/*!
- @abstract
- Decide if Chartboost SDKK will attempt to fetch videos from the Chartboost API servers.
- 
- @param shouldPrefetch YES if Chartboost should prefetch video content, NO otherwise.
- 
- @discussion Set to control if Chartboost SDK control if videos should be prefetched.
- 
- Default is YES.
- */
-+ (void)setShouldPrefetchVideoContent:(BOOL)shouldPrefetch;
-
-/*!
- @abstract
- returns YES if auto IAP tracking is enabled, NO if it isn't.
- 
- @discussion Call to check if automatic tracking of in-app purchases is enabled.
- The setting is controlled by the server.
- */
-+ (BOOL)getAutoIAPTracking;
-
-/*!
- @abstract
  Mute/unmute chartboost ads.
  @param mute YES all sounds, NO activates them. Default is NO
  @discussion default value is NO
@@ -193,5 +128,12 @@
 + (void)setMediation:(CBMediation)library withLibraryVersion:(NSString*)libraryVersion adapterVersion:(NSString*)adapterVersion DEPRECATED_MSG_ATTRIBUTE("Please use CHBMediation as specified in Chartboost+Mediation.h instead.");
 + (CBPIDataUseConsent)getPIDataUseConsent DEPRECATED_MSG_ATTRIBUTE("This method is deprecated and will be removed in a future version.");
 + (void)setPIDataUseConsent:(CBPIDataUseConsent)consent DEPRECATED_MSG_ATTRIBUTE("Please use addDataUseConsent: passing a CHBDataUseConsent GDPR object instead.");
+FOUNDATION_EXPORT BOOL ChartboostInitialized(const char* function) DEPRECATED_MSG_ATTRIBUTE("This function is deprecated and will be removed in a future version.");
++ (void)setCustomId:(NSString *)customId DEPRECATED_MSG_ATTRIBUTE("This method is deprecated and will be removed in a future version.");
++ (NSString *)getCustomId DEPRECATED_MSG_ATTRIBUTE("This method is deprecated and will be removed in a future version.");
++ (void)setChartboostWrapperVersion:(NSString*)chartboostWrapperVersion DEPRECATED_MSG_ATTRIBUTE("This method is deprecated and will be removed in a future version.");
++ (void)setFramework:(CBFramework)framework withVersion:(NSString *)version DEPRECATED_MSG_ATTRIBUTE("This method is deprecated and will be removed in a future version.");
++ (void)setShouldPrefetchVideoContent:(BOOL)shouldPrefetch DEPRECATED_MSG_ATTRIBUTE("This method is deprecated and will be removed in a future version.");
++ (BOOL)getAutoIAPTracking DEPRECATED_MSG_ATTRIBUTE("This method is deprecated and will be removed in a future version.");
 
 @end
diff --git a/frameworks/WACbImpl.framework/Headers/WACbImpl.h b/frameworks/WACbImpl.framework/Headers/WACbImpl.h
index b3e4ab5..25fe5e0 100644
--- a/frameworks/WACbImpl.framework/Headers/WACbImpl.h
+++ b/frameworks/WACbImpl.framework/Headers/WACbImpl.h
@@ -16,4 +16,4 @@
 
 // In this header, you should import all the public headers of your framework using statements like #import <WACbImpl/PublicHeader.h>
 
-//time:2021/01/20 09:17 ver:3.9.2
+//time:2022/02/16 09:17 ver:3.9.7
diff --git a/frameworks/WACbImpl.framework/Info.plist b/frameworks/WACbImpl.framework/Info.plist
index 704e332..234a74f 100644
--- a/frameworks/WACbImpl.framework/Info.plist
+++ b/frameworks/WACbImpl.framework/Info.plist
Binary files differ
diff --git a/frameworks/WACbImpl.framework/WACbImpl b/frameworks/WACbImpl.framework/WACbImpl
index 1d1b3b4..a25f1bd 100644
--- a/frameworks/WACbImpl.framework/WACbImpl
+++ b/frameworks/WACbImpl.framework/WACbImpl
Binary files differ

--
Gitblit v1.8.0