From 4cadccfcb793db486a729a273241cf21477e854b Mon Sep 17 00:00:00 2001 From: lpw Date: Wed, 12 Jun 2024 17:08:08 +0800 Subject: [PATCH] 提交2.9.0 --- frameworks/WAAIhelpImpl.framework/WAAIhelpImpl | 0 frameworks/WAAIhelpImpl.framework/Modules/module.modulemap | 2 +- WAAiHelpImpl_CN.podspec | 2 +- config/wa_sdk_impl_config_aihelp.xml | 2 +- frameworks/WAAIhelpImpl.framework/Info.plist | 0 frameworks/WAAIhelpImpl.framework/Headers/WAAIhelpImpl.h | 2 +- WAAiHelpImpl_CN/2.9.0/WAAiHelpImpl_CN.podspec | 28 ++++++++++++++++++++++++++++ 7 files changed, 32 insertions(+), 4 deletions(-) diff --git a/WAAiHelpImpl_CN.podspec b/WAAiHelpImpl_CN.podspec index b02d2b0..bb3e9bf 100644 --- a/WAAiHelpImpl_CN.podspec +++ b/WAAiHelpImpl_CN.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = 'WAAiHelpImpl_CN' -s.version = '2.8.0' +s.version = '2.9.0' s.summary = 'WAAfImpl framework in testing environment.' s.license = 'MIT' s.author = { "lpw" => "lipengwei@gamehollywood.com" } diff --git a/WAAiHelpImpl_CN/2.9.0/WAAiHelpImpl_CN.podspec b/WAAiHelpImpl_CN/2.9.0/WAAiHelpImpl_CN.podspec new file mode 100644 index 0000000..bb3e9bf --- /dev/null +++ b/WAAiHelpImpl_CN/2.9.0/WAAiHelpImpl_CN.podspec @@ -0,0 +1,28 @@ +# +# 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_CN' +s.version = '2.9.0' +s.summary = 'WAAfImpl framework in testing environment.' +s.license = 'MIT' +s.author = { "lpw" => "lipengwei@gamehollywood.com" } +s.homepage = 'http://repo.wingsdk.cn:8082/summary/WAAiHelpImpl_CN.git' +s.source = { :git => "http://admin@repo.wingsdk.cn:8082/r/WAAiHelpImpl_CN.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/Localization/*/*.strings'] +s.requires_arc = true +s.dependency 'WASdkIntf_CN' #此处添加私有库依赖 +s.dependency 'WASdkImpl_CN' + +end diff --git a/config/wa_sdk_impl_config_aihelp.xml b/config/wa_sdk_impl_config_aihelp.xml index 66deea5..8359922 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="AIHELP2.8.0"/> + <version val="AIHELP2.9.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 9d26f68..c4793a0 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:2.8.0 +//time:2023/07/20 12:29 ver:2.9.0 //2 diff --git a/frameworks/WAAIhelpImpl.framework/Info.plist b/frameworks/WAAIhelpImpl.framework/Info.plist index 19d149b..a7f0a37 100644 --- a/frameworks/WAAIhelpImpl.framework/Info.plist +++ b/frameworks/WAAIhelpImpl.framework/Info.plist Binary files differ diff --git a/frameworks/WAAIhelpImpl.framework/Modules/module.modulemap b/frameworks/WAAIhelpImpl.framework/Modules/module.modulemap index 7ff5bc0..82a9bfc 100644 --- a/frameworks/WAAIhelpImpl.framework/Modules/module.modulemap +++ b/frameworks/WAAIhelpImpl.framework/Modules/module.modulemap @@ -1,6 +1,6 @@ framework module WAAIhelpImpl { umbrella header "WAAIhelpImpl.h" - export * + module * { export * } } diff --git a/frameworks/WAAIhelpImpl.framework/WAAIhelpImpl b/frameworks/WAAIhelpImpl.framework/WAAIhelpImpl index ca402ec..2012172 100644 --- a/frameworks/WAAIhelpImpl.framework/WAAIhelpImpl +++ b/frameworks/WAAIhelpImpl.framework/WAAIhelpImpl Binary files differ -- Gitblit v1.8.0