1 files added
	
		
		5 files modified
	
	
 
	
	
	
	
	
	
	
	
 |  |  | 
 |  |  | 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" } | 
 |  |  | 
 |  |  | 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 | 
 
 |  |  | 
 |  |  | <?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="公共模块"/> | 
 
 |  |  | 
 |  |  |  | 
 |  |  | // 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 | 
 
| New file | 
 |  |  | 
 |  |  | /*  | 
 |  |  |   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"; |