From 6cb55ec2cca7431433b3a26b843f88e2fed396d6 Mon Sep 17 00:00:00 2001 From: lipengwei <lipengwei@nianben.com> Date: Wed, 04 Mar 2020 21:38:37 +0800 Subject: [PATCH] 1.5.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/1.5.0/WAAiHelpImpl_CN.podspec | 27 +++++++++++++++++++++++++++ 5 files changed, 32 insertions(+), 5 deletions(-) diff --git a/WAAiHelpImpl_CN.podspec b/WAAiHelpImpl_CN.podspec index 9049062..b5edcb5 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.4.0' +s.version = '1.5.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.4.0' #此处添加私有库依赖 -s.dependency 'WASdkImpl_CN', '~> 1.4.0' +s.dependency 'WASdkIntf_CN', '~> 1.5.0' #此处添加私有库依赖 +s.dependency 'WASdkImpl_CN', '~> 1.5.0' end diff --git a/WAAiHelpImpl_CN/1.5.0/WAAiHelpImpl_CN.podspec b/WAAiHelpImpl_CN/1.5.0/WAAiHelpImpl_CN.podspec new file mode 100644 index 0000000..b5edcb5 --- /dev/null +++ b/WAAiHelpImpl_CN/1.5.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 = '1.5.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', '~> 1.5.0' #此处添加私有库依赖 +s.dependency 'WASdkImpl_CN', '~> 1.5.0' +end diff --git a/config/wa_sdk_impl_config_aihelp.xml b/config/wa_sdk_impl_config_aihelp.xml index 37fc649..d4bc9a9 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.4.0"/> + <version val="AIHELP1.5.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 e54b00d..31be109 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/01/08 12:30 ver:1.4.0 +//time:2020/03/05 12:30 ver:1.5.0 diff --git a/frameworks/WAAIhelpImpl.framework/WAAIhelpImpl b/frameworks/WAAIhelpImpl.framework/WAAIhelpImpl index 2fe47b0..d4535db 100644 --- a/frameworks/WAAIhelpImpl.framework/WAAIhelpImpl +++ b/frameworks/WAAIhelpImpl.framework/WAAIhelpImpl Binary files differ -- Gitblit v1.8.0