From bcb2862e3fa25b0f2c043442205b9e43efcad284 Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Wed, 18 Apr 2018 14:51:32 +0800 Subject: [PATCH] 添加V3.6.7 --- 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 cb95088..e454fe3 100644 --- a/WAAdImpl.podspec +++ b/WAAdImpl.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = 'WAAdImpl' -s.version = '3.6.5.1' +s.version = '3.6.7' 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.5' #此处添加私有库依赖 -s.dependency 'WASdkImpl', '~> 3.6.5' +s.dependency 'WASdkIntf', '~> 3.6.7' #此处添加私有库依赖 +s.dependency 'WASdkImpl', '~> 3.6.7' end diff --git a/config/wa_sdk_impl_config_ad.xml b/config/wa_sdk_impl_config_ad.xml index 3d9cd96..ba5acd6 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.5.1"/> + <version val="AD3.6.7"/> <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 b60b228..7317b59 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/9/21 11:04 ver:3.6.5.1 +//time:2017/04/17 09:27 ver:3.6.7 diff --git a/frameworks/WAAdImpl.framework/Info.plist b/frameworks/WAAdImpl.framework/Info.plist index f4f9818..8f109b4 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 ae68c81..1b5fbac 100644 --- a/frameworks/WAAdImpl.framework/WAAdImpl +++ b/frameworks/WAAdImpl.framework/WAAdImpl Binary files differ -- Gitblit v1.8.0