From 5034eefb65f57edb5ddb554a644a33de14b5c7fc Mon Sep 17 00:00:00 2001 From: lipengwei <lipengwei@nianben.com> Date: Thu, 09 Apr 2020 10:50:33 +0800 Subject: [PATCH] 2.0.0 --- frameworks/WAAIhelpImpl.framework/WAAIhelpImpl | 0 WAAiHelpImpl_CN.podspec | 6 +++--- config/wa_sdk_impl_config_aihelp.xml | 2 +- frameworks/WAAIhelpImpl.framework/Headers/WAAIhelpImpl.h | 2 +- WAAiHelpImpl_CN/2.0.0/WAAiHelpImpl_CN.podspec | 27 +++++++++++++++++++++++++++ 5 files changed, 32 insertions(+), 5 deletions(-) diff --git a/WAAiHelpImpl_CN.podspec b/WAAiHelpImpl_CN.podspec index b5edcb5..a01aec8 100644 --- a/WAAiHelpImpl_CN.podspec +++ b/WAAiHelpImpl_CN.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = 'WAAiHelpImpl_CN' -s.version = '1.5.0' +s.version = '2.0.0' s.summary = 'WAAfImpl framework in testing environment.' s.license = 'MIT' s.author = { "lpw" => "lipengwei@gamehollywood.com" } @@ -22,6 +22,6 @@ s.libraries = 'sqlite3' s.resources = ['config/*.xml','res/ElvaChatServiceSDK.bundle','res/ElvaChatServiceSDK.bundle','res/Localization/*/*.strings'] s.requires_arc = true -s.dependency 'WASdkIntf_CN', '~> 1.5.0' #此处添加私有库依赖 -s.dependency 'WASdkImpl_CN', '~> 1.5.0' +s.dependency 'WASdkIntf_CN', '~> 2.0.0' #此处添加私有库依赖 +s.dependency 'WASdkImpl_CN', '~> 2.0.0' end diff --git a/WAAiHelpImpl_CN/2.0.0/WAAiHelpImpl_CN.podspec b/WAAiHelpImpl_CN/2.0.0/WAAiHelpImpl_CN.podspec new file mode 100644 index 0000000..a01aec8 --- /dev/null +++ b/WAAiHelpImpl_CN/2.0.0/WAAiHelpImpl_CN.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_CN' +s.version = '2.0.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/ElvaChatServiceSDK.bundle','res/ElvaChatServiceSDK.bundle','res/Localization/*/*.strings'] +s.requires_arc = true +s.dependency 'WASdkIntf_CN', '~> 2.0.0' #此处添加私有库依赖 +s.dependency 'WASdkImpl_CN', '~> 2.0.0' +end diff --git a/config/wa_sdk_impl_config_aihelp.xml b/config/wa_sdk_impl_config_aihelp.xml index d4bc9a9..5ab7c87 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="AIHELP1.5.0"/> + <version val="AIHELP2.0.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 31be109..cfa81be 100644 --- a/frameworks/WAAIhelpImpl.framework/Headers/WAAIhelpImpl.h +++ b/frameworks/WAAIhelpImpl.framework/Headers/WAAIhelpImpl.h @@ -16,4 +16,4 @@ // In this header, you should import all the public headers of your framework using statements like #import <WAAIhelpImpl/PublicHeader.h> -//time:2020/03/05 12:30 ver:1.5.0 +//time:2020/04/07 12:30 ver:2.0.0 diff --git a/frameworks/WAAIhelpImpl.framework/WAAIhelpImpl b/frameworks/WAAIhelpImpl.framework/WAAIhelpImpl index d4535db..1ba7a31 100644 --- a/frameworks/WAAIhelpImpl.framework/WAAIhelpImpl +++ b/frameworks/WAAIhelpImpl.framework/WAAIhelpImpl Binary files differ -- Gitblit v1.8.0