From ad49a2cc084535e652d91d5371ebbffc286c58bc Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Thu, 30 Aug 2018 09:18:21 +0800
Subject: [PATCH] 添加V3.7.0

---
 frameworks/Chartboost.framework/Versions/A/Chartboost           |    0 
 config/wa_sdk_impl_config_chartboost.xml                        |    2 +-
 frameworks/WACbImpl.framework/WACbImpl                          |    0 
 WACbImpl.podspec                                                |    6 +++---
 frameworks/Chartboost.framework/Versions/A/Headers/Chartboost.h |   18 ++++++++++++++++++
 frameworks/WACbImpl.framework/Headers/WACbImpl.h                |    2 +-
 frameworks/Chartboost.framework/Versions/A/Headers/CBInPlay.h   |    2 +-
 7 files changed, 24 insertions(+), 6 deletions(-)

diff --git a/WACbImpl.podspec b/WACbImpl.podspec
index eae7ddb..58632e9 100644
--- a/WACbImpl.podspec
+++ b/WACbImpl.podspec
@@ -9,7 +9,7 @@
 Pod::Spec.new do |s|
 
 s.name = 'WACbImpl'
-s.version = '3.6.9'
+s.version = '3.7.0'
 s.summary = 'WACbImpl framework in production environment.'
 s.license = 'MIT'
 s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" }
@@ -21,6 +21,6 @@
 s.resources = ['config/*.xml']
 s.frameworks = 'Webkit'
 s.requires_arc = true
-s.dependency 'WASdkIntf', '~> 3.6.9'   #此处添加私有库依赖
-s.dependency 'WASdkImpl', '~> 3.6.9'
+s.dependency 'WASdkIntf', '~> 3.7.0'   #此处添加私有库依赖
+s.dependency 'WASdkImpl', '~> 3.7.0'
 end
diff --git a/config/wa_sdk_impl_config_chartboost.xml b/config/wa_sdk_impl_config_chartboost.xml
index 5675386..b306f5d 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.6.9"/>
+	<version val="CB3.7.0"/>
     <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 879cbdb..e275829 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 fdfb6a4..4b9c5e1 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
- * 7.1.1
+ * 7.2.0
  *
  * Copyright 2018 Chartboost. All rights reserved.
  */
diff --git a/frameworks/Chartboost.framework/Versions/A/Headers/Chartboost.h b/frameworks/Chartboost.framework/Versions/A/Headers/Chartboost.h
index bb3b0bd..e9c3861 100644
--- a/frameworks/Chartboost.framework/Versions/A/Headers/Chartboost.h
+++ b/frameworks/Chartboost.framework/Versions/A/Headers/Chartboost.h
@@ -387,6 +387,24 @@
  */
 + (BOOL)getAutoIAPTracking;
 
+/*!
+ @abstract
+ Mute/unmute chartboost ads.
+ @param mute YES all sounds, NO activates them. Default is NO
+ @discussion default value is NO
+ */
++ (void)setMuted:(BOOL)mute;
+
+/*!
+ @abstract
+ Set to restrict Chartboost's ability to collect personal data from the device. When this is set to YES. IDFA and ip address will not
+ be collected by the SDK or the server. Use this to communicate an EEU Data Subject's preference regarding data collection.
+ Note: This method should be called before starting the Chartboost SDK with startWithAppId:appSignature:delegate.
+ @param restrict: Whether to restrict data collection or not
+ @discussion Default value is NOT
+ */
++ (void)restrictDataCollection:(BOOL)shouldRestrict;
+
 #pragma mark - Deprecated
 + (BOOL)hasMoreApps:(CBLocation)location  __attribute__((deprecated("This method is deprecated will always return false")));
 + (void)showMoreApps:(CBLocation)location __attribute__((deprecated("This method is deprecated and is a no-op")));
diff --git a/frameworks/WACbImpl.framework/Headers/WACbImpl.h b/frameworks/WACbImpl.framework/Headers/WACbImpl.h
index bfce74f..559147e 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:2018/06/21 10:36 ver:3.6.9
+//time:2018/08/27 15:45 ver:3.7.0
diff --git a/frameworks/WACbImpl.framework/WACbImpl b/frameworks/WACbImpl.framework/WACbImpl
index c20b2fe..8184abd 100644
--- a/frameworks/WACbImpl.framework/WACbImpl
+++ b/frameworks/WACbImpl.framework/WACbImpl
Binary files differ

--
Gitblit v1.8.0