hank
2017-09-07 853e6199041513a5e8d4c639887742754c685ce5
修改配置文件
2 files modified
5 ■■■■ changed files
WAAfImpl.podspec 1 ●●●● patch | view | raw | blame | history
config/wa_sdk_impl_config_appsflyer.xml 4 ●●● patch | view | raw | blame | history
WAAfImpl.podspec
@@ -17,6 +17,7 @@
s.source = { :git => "http://admin@repo.wingsdk.cn:8082/r/WAAfImpl.git" , :tag => s.version}
s.platform = :ios
s.ios.deployment_target = "7.0"
s.frameworks = "AdSupport", "iAd"
s.vendored_frameworks = 'frameworks/*.framework'
s.resources = ['config/*.xml']
s.requires_arc = true
config/wa_sdk_impl_config_appsflyer.xml
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<config>
    <version val="AF3.6.4"/>
    <version val="AF3.6.5"/>
    <comps>
        <!-- 数据收集模块 -->
        <comp module="TRA" plaf="APPSFLYER" mandatory="YES" value="WAAFTrack" desc="APPSFLYER数据统计"/>
        <!-- 消息推送模块 -->
        <comp module="PUSH" plaf="APPSFLYER" mandatory="NO" value="WAAFPush" desc="消息推送"/>
    </comps>
</config>