From b920cd85e02fe79aea00ca99c40f79e8644ad9be Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Tue, 22 Jan 2019 10:58:18 +0800 Subject: [PATCH] 添加V3.8.0 --- frameworks/WAAdImpl.framework/Info.plist | 0 frameworks/WAAdImpl.framework/Headers/WAAdImpl.h | 2 +- config/wa_sdk_impl_config_ad.xml | 2 +- frameworks/WAAdImpl.framework/WAAdImpl | 0 WAAdImpl.podspec | 6 +++--- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/WAAdImpl.podspec b/WAAdImpl.podspec index ed5e588..ae5a0fb 100644 --- a/WAAdImpl.podspec +++ b/WAAdImpl.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = 'WAAdImpl' -s.version = '3.7.0' +s.version = '3.8.0' s.summary = 'WAAdImpl 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'] s.requires_arc = true -s.dependency 'WASdkIntf', '~> 3.7.0' #此处添加私有库依赖 -s.dependency 'WASdkImpl', '~> 3.7.0' +s.dependency 'WASdkIntf', '~> 3.8.0' #此处添加私有库依赖 +s.dependency 'WASdkImpl', '~> 3.8.0' end diff --git a/config/wa_sdk_impl_config_ad.xml b/config/wa_sdk_impl_config_ad.xml index f65cea0..5c29399 100644 --- a/config/wa_sdk_impl_config_ad.xml +++ b/config/wa_sdk_impl_config_ad.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <config> - <version val="AD3.7.0"/> + <version val="AD3.8.0"/> <comps> <!-- 广告模块 --> <comp module="AD" plaf="WINGA" mandatory="NO" value="WAAd" desc="广告"/> diff --git a/frameworks/WAAdImpl.framework/Headers/WAAdImpl.h b/frameworks/WAAdImpl.framework/Headers/WAAdImpl.h index 4b29db2..fd1b0e3 100644 --- a/frameworks/WAAdImpl.framework/Headers/WAAdImpl.h +++ b/frameworks/WAAdImpl.framework/Headers/WAAdImpl.h @@ -16,5 +16,5 @@ // In this header, you should import all the public headers of your framework using statements like #import <WAAdImpl/PublicHeader.h> -//time:2018/08/27 18:02 ver:3.7.0 +//time:2019/01/15 12:30 ver:3.8.0 diff --git a/frameworks/WAAdImpl.framework/Info.plist b/frameworks/WAAdImpl.framework/Info.plist index 02d8705..731f8bf 100644 --- a/frameworks/WAAdImpl.framework/Info.plist +++ b/frameworks/WAAdImpl.framework/Info.plist Binary files differ diff --git a/frameworks/WAAdImpl.framework/WAAdImpl b/frameworks/WAAdImpl.framework/WAAdImpl index 64ecf1e..904b6c6 100644 --- a/frameworks/WAAdImpl.framework/WAAdImpl +++ b/frameworks/WAAdImpl.framework/WAAdImpl Binary files differ -- Gitblit v1.8.0