lpw
2024-07-22 34da9fcff02bda4d2003847155f9594681c45858
提交4.2.0
1 files added
5 files modified
32 ■■■■■ changed files
WAAfImpl.podspec 2 ●●● patch | view | raw | blame | history
WAAfImpl/4.2.0/WAAfImpl.podspec 26 ●●●●● patch | view | raw | blame | history
config/wa_sdk_impl_config_appsflyer.xml 2 ●●● patch | view | raw | blame | history
frameworks/WAAfImpl.framework/Headers/WAAfImpl.h 2 ●●● patch | view | raw | blame | history
frameworks/WAAfImpl.framework/Info.plist patch | view | raw | blame | history
frameworks/WAAfImpl.framework/WAAfImpl patch | view | raw | blame | history
WAAfImpl.podspec
@@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = 'WAAfImpl'
s.version = '4.0.0'
s.version = '4.2.0'
s.summary = 'WAAfImpl framework in production environment.'
s.license = 'MIT'
s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" }
WAAfImpl/4.2.0/WAAfImpl.podspec
New file
@@ -0,0 +1,26 @@
#
#  Be sure to run `pod spec lint WAAfImpl.podspec' to ensure this is a
#  valid spec and to remove all comments including this before submitting the spec.
#
#  To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
#  To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |s|
s.name = 'WAAfImpl'
s.version = '4.2.0'
s.summary = 'WAAfImpl framework in production environment.'
s.license = 'MIT'
s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" }
s.homepage = 'http://repo.wingsdk.cn:8082/summary/WAAfImpl.git'
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/*'
s.resources = ['config/*.xml']
s.requires_arc = true
s.dependency 'WASdkIntf'
s.dependency 'WASdkImpl'
end
config/wa_sdk_impl_config_appsflyer.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<config>
    <version val="AF4.0.0"/>
    <version val="AF4.2.0"/>
    <comps>
        <!-- 数据收集模块 -->
        <comp module="TRA" plaf="APPSFLYER" mandatory="YES" value="WAAFTrack" desc="APPSFLYER数据统计"/>
frameworks/WAAfImpl.framework/Headers/WAAfImpl.h
@@ -16,5 +16,5 @@
// In this header, you should import all the public headers of your framework using statements like #import <WAAfImpl/PublicHeader.h>
//time:2024/06/24  12:29 ver:4.0.0
//time:2024/06/24  12:29 ver:4.2.0
//1
frameworks/WAAfImpl.framework/Info.plist
Binary files differ
frameworks/WAAfImpl.framework/WAAfImpl
Binary files differ