From f610fb2d23edd059b6bb5d0685b41fd72e9d868f Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Thu, 30 Aug 2018 09:29:53 +0800
Subject: [PATCH] 添加V3.7.0

---
 frameworks/WAAIhelpImpl.framework/WAAIhelpImpl             |    0 
 res/ElvaChatServiceSDK.bundle/tr.lproj/Localizable.strings |   23 +++++++++++++++++++++++
 config/wa_sdk_impl_config_aihelp.xml                       |    2 +-
 frameworks/WAAIhelpImpl.framework/Headers/WAAIhelpImpl.h   |    2 +-
 frameworks/ElvaChatServiceSDK.framework/ElvaChatServiceSDK |    0 
 WAAiHelpImpl.podspec                                       |    6 +++---
 6 files changed, 28 insertions(+), 5 deletions(-)

diff --git a/WAAiHelpImpl.podspec b/WAAiHelpImpl.podspec
index 4d9cbbe..07c3f8e 100644
--- a/WAAiHelpImpl.podspec
+++ b/WAAiHelpImpl.podspec
@@ -9,7 +9,7 @@
 Pod::Spec.new do |s|
 
 s.name = 'WAAiHelpImpl'
-s.version = '3.6.9'
+s.version = '3.7.0'
 s.summary = 'WAAfImpl framework in testing environment.'
 s.license = 'MIT'
 s.author = { "Hank" => "hank.zhang@gamehollywood.com" }
@@ -22,6 +22,6 @@
 s.libraries = 'sqlite3'
 s.resources = ['config/*.xml','res/ElvaChatServiceSDK.bundle','res/ElvaChatServiceSDK.bundle','res/*.xib','res/Localization/*/*.strings']
 s.requires_arc = true
-s.dependency 'WASdkIntf', '~> 3.6.9'   #此处添加私有库依赖
-s.dependency 'WASdkImpl', '~> 3.6.9'
+s.dependency 'WASdkIntf', '~> 3.7.0'   #此处添加私有库依赖
+s.dependency 'WASdkImpl', '~> 3.7.0'
 end
diff --git a/config/wa_sdk_impl_config_aihelp.xml b/config/wa_sdk_impl_config_aihelp.xml
index 2b24d9c..dd14251 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.6.9"/>
+	<version val="AIHELP3.7.0"/>
     <comps>
         <!-- 公共模块 -->
         <comp module="CORE" plaf="AIHELP" mandatory="YES" value="WAAIhelpCore" desc="公共模块"/>
diff --git a/frameworks/ElvaChatServiceSDK.framework/ElvaChatServiceSDK b/frameworks/ElvaChatServiceSDK.framework/ElvaChatServiceSDK
index abb7a65..569c855 100755
--- a/frameworks/ElvaChatServiceSDK.framework/ElvaChatServiceSDK
+++ b/frameworks/ElvaChatServiceSDK.framework/ElvaChatServiceSDK
Binary files differ
diff --git a/frameworks/WAAIhelpImpl.framework/Headers/WAAIhelpImpl.h b/frameworks/WAAIhelpImpl.framework/Headers/WAAIhelpImpl.h
index 306d257..dceae9a 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:2018/6/21 16:24 ver:3.6.9
+//time:2018/8/27 14:57 ver:3.7.0
diff --git a/frameworks/WAAIhelpImpl.framework/WAAIhelpImpl b/frameworks/WAAIhelpImpl.framework/WAAIhelpImpl
index e9e29c4..a51d08a 100644
--- a/frameworks/WAAIhelpImpl.framework/WAAIhelpImpl
+++ b/frameworks/WAAIhelpImpl.framework/WAAIhelpImpl
Binary files differ
diff --git a/res/ElvaChatServiceSDK.bundle/tr.lproj/Localizable.strings b/res/ElvaChatServiceSDK.bundle/tr.lproj/Localizable.strings
new file mode 100755
index 0000000..69d83a5
--- /dev/null
+++ b/res/ElvaChatServiceSDK.bundle/tr.lproj/Localizable.strings
@@ -0,0 +1,23 @@
+/* 
+  Localizable.strings
+  ElvaTestIOS
+
+  Created by wwj on 16/5/30.
+  Copyright © 2016年 im30. All rights reserved.
+*/
+
+"ElvaChatService" = "ElvaChat Service";
+"offLine"="Bağlantı hatası, lütfen tekrar deneyin!";
+"ContactCustomerService" = "İletişim";
+"self_service_interface"="services";
+"Message" = "Message";
+"WasHelp"="Bunu faydalı buldunuz mu?";
+"NO"="Hayır";
+"YES"="Evet";
+"elva__mark_helpful_toast"="Bunu faydalı buldum!";
+"elva__mark_no"="Hayır";
+"elva__mark_unhelpful_toast"="Bunu faydalı bulmadım!";
+"elva__mark_yes"="Evet";
+"elva__mark_yes_no_question"="Bunu faydalı buldunuz mu?";
+"content_too_long"="Maks %ld karakter kullanılabilir!";
+"CustomerService"="HELP";

--
Gitblit v1.8.0