From bd09979e6dca3262be9aae4530c56a04db4f23b4 Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Thu, 21 Jun 2018 16:55:32 +0800 Subject: [PATCH] 添加V3.6.9 --- 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 e454fe3..fd73c21 100644 --- a/WAAdImpl.podspec +++ b/WAAdImpl.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = 'WAAdImpl' -s.version = '3.6.7' +s.version = '3.6.9' 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.6.7' #此处添加私有库依赖 -s.dependency 'WASdkImpl', '~> 3.6.7' +s.dependency 'WASdkIntf', '~> 3.6.9' #此处添加私有库依赖 +s.dependency 'WASdkImpl', '~> 3.6.9' end diff --git a/config/wa_sdk_impl_config_ad.xml b/config/wa_sdk_impl_config_ad.xml index ba5acd6..eecad46 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.6.7"/> + <version val="AD3.6.9"/> <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 ea74f7b..b7f5020 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:2017/04/27 12:17 ver:3.6.7 +//time:2017/06/21 09:50 ver:3.6.9 diff --git a/frameworks/WAAdImpl.framework/Info.plist b/frameworks/WAAdImpl.framework/Info.plist index 8f109b4..02d8705 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 51c0668..c9aeec4 100644 --- a/frameworks/WAAdImpl.framework/WAAdImpl +++ b/frameworks/WAAdImpl.framework/WAAdImpl Binary files differ -- Gitblit v1.8.0