From d815b385ef06f273275939a1e849aa75a21575b6 Mon Sep 17 00:00:00 2001 From: lpw Date: Thu, 20 Jul 2023 15:45:54 +0800 Subject: [PATCH] 添加V3.16.0 --- frameworks/WAAIhelpImpl.framework/WAAIhelpImpl | 0 WAAiHelpImpl/3.16.0/WAAiHelpImpl.podspec | 27 +++++++++++++++++++++++++++ config/wa_sdk_impl_config_aihelp.xml | 2 +- frameworks/WAAIhelpImpl.framework/Info.plist | 0 frameworks/WAAIhelpImpl.framework/Headers/WAAIhelpImpl.h | 2 +- WAAiHelpImpl.podspec | 2 +- 6 files changed, 30 insertions(+), 3 deletions(-) diff --git a/WAAiHelpImpl.podspec b/WAAiHelpImpl.podspec index 993dfea..17bffe2 100644 --- a/WAAiHelpImpl.podspec +++ b/WAAiHelpImpl.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = 'WAAiHelpImpl' -s.version = '3.15.0' +s.version = '3.16.0' s.summary = 'WAAfImpl framework in testing environment.' s.license = 'MIT' s.author = { "Hank" => "hank.zhang@gamehollywood.com" } diff --git a/WAAiHelpImpl/3.16.0/WAAiHelpImpl.podspec b/WAAiHelpImpl/3.16.0/WAAiHelpImpl.podspec new file mode 100644 index 0000000..17bffe2 --- /dev/null +++ b/WAAiHelpImpl/3.16.0/WAAiHelpImpl.podspec @@ -0,0 +1,27 @@ +# +# Be sure to run `pod spec lint WAAiHelpImpl.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 = 'WAAiHelpImpl' +s.version = '3.16.0' +s.summary = 'WAAfImpl framework in testing environment.' +s.license = 'MIT' +s.author = { "Hank" => "hank.zhang@gamehollywood.com" } +s.homepage = 'http://repo.wingsdk.cn:8082/summary/WAAiHelpImpl.git' +s.source = { :git => "http://admin@repo.wingsdk.cn:8082/r/WAAiHelpImpl.git" , :tag => s.version} +s.platform = :ios +s.ios.deployment_target = "7.0" +s.frameworks = "WebKit" +s.vendored_frameworks = 'frameworks/*.framework' +s.libraries = 'sqlite3' +s.resources = ['config/*.xml','res/AIHelpSupportSDK.bundle','res/*.xib','res/Localization/*/*.strings'] +s.requires_arc = true +s.dependency 'WASdkIntf' +s.dependency 'WASdkImpl' +end diff --git a/config/wa_sdk_impl_config_aihelp.xml b/config/wa_sdk_impl_config_aihelp.xml index e94dfe4..1eebe74 100644 --- a/config/wa_sdk_impl_config_aihelp.xml +++ b/config/wa_sdk_impl_config_aihelp.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <config> - <version val="AIHELP3.15.0"/> + <version val="AIHELP3.16.0"/> <comps> <!-- 公共模块 --> <comp module="CORE" plaf="AIHELP" mandatory="YES" value="WAAIhelpCore" desc="公共模块"/> diff --git a/frameworks/WAAIhelpImpl.framework/Headers/WAAIhelpImpl.h b/frameworks/WAAIhelpImpl.framework/Headers/WAAIhelpImpl.h index 433c7cf..d0eda41 100644 --- a/frameworks/WAAIhelpImpl.framework/Headers/WAAIhelpImpl.h +++ b/frameworks/WAAIhelpImpl.framework/Headers/WAAIhelpImpl.h @@ -16,5 +16,5 @@ // In this header, you should import all the public headers of your framework using statements like #import <WAAIhelpImpl/PublicHeader.h> -//time:2023/06/06 12:29 ver:3.15.0 +//time:2023/07/20 12:29 ver:3.16.0 //2 diff --git a/frameworks/WAAIhelpImpl.framework/Info.plist b/frameworks/WAAIhelpImpl.framework/Info.plist index a9de6d6..1ced6b9 100644 --- a/frameworks/WAAIhelpImpl.framework/Info.plist +++ b/frameworks/WAAIhelpImpl.framework/Info.plist Binary files differ diff --git a/frameworks/WAAIhelpImpl.framework/WAAIhelpImpl b/frameworks/WAAIhelpImpl.framework/WAAIhelpImpl index 4d4da53..8b8b6eb 100644 --- a/frameworks/WAAIhelpImpl.framework/WAAIhelpImpl +++ b/frameworks/WAAIhelpImpl.framework/WAAIhelpImpl Binary files differ -- Gitblit v1.8.0