hank
2018-08-30 b3b9e93602ea0fcb5b6a3fe0f2ac2cb5322bc95e
添加V3.7.0
4 files modified
10 ■■■■ changed files
WAAdImpl.podspec 6 ●●●● patch | view | raw | blame | history
config/wa_sdk_impl_config_ad.xml 2 ●●● patch | view | raw | blame | history
frameworks/WAAdImpl.framework/Headers/WAAdImpl.h 2 ●●● patch | view | raw | blame | history
frameworks/WAAdImpl.framework/WAAdImpl patch | view | raw | blame | history
WAAdImpl.podspec
@@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = 'WAAdImpl'
s.version = '3.6.9'
s.version = '3.7.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.6.9'   #此处添加私有库依赖
s.dependency 'WASdkImpl', '~> 3.6.9'
s.dependency 'WASdkIntf', '~> 3.7.0'   #此处添加私有库依赖
s.dependency 'WASdkImpl', '~> 3.7.0'
end
config/wa_sdk_impl_config_ad.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<config>
    <version val="AD3.6.9"/>
    <version val="AD3.7.0"/>
    <comps>
        <!-- 广告模块 -->
        <comp module="AD" plaf="WINGA" mandatory="NO" value="WAAd" desc="广告"/>
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/06/21 09:50 ver:3.6.9
//time:2018/08/27 18:02 ver:3.7.0
frameworks/WAAdImpl.framework/WAAdImpl
Binary files differ