From 52bafd036952ba6669e33ee058fa5367b9301bfb Mon Sep 17 00:00:00 2001
From: lpw
Date: Sat, 03 Jun 2023 09:16:48 +0800
Subject: [PATCH] 3.15.0
---
localizable/en.plist | 12 ++++
frameworks/WACommon.framework/Headers/WACommConstants.h | 1
localizable/ru.plist | 12 ++++
localizable/id.plist | 12 ++++
frameworks/WASdkImpl.framework/WASdkImpl | 0
config/wa_sdk_impl_config_winga.xml | 2
frameworks/WACommon.framework/WACommon | 0
localizable/base.plist | 12 ++++
frameworks/WASdkImpl.framework/Headers/WASdkImpl.h | 4
frameworks/WASdkImpl.framework/Info.plist | 0
frameworks/WASdkImpl.framework/Headers/WASdkAccountMainUI.h | 2
localizable/es.plist | 12 ++++
frameworks/WACommon.framework/Info.plist | 0
bundle/WASDK-Resource.bundle/wasdk-extend-kefu.png | 0
localizable/pt-BR.plist | 12 ++++
WASdkImpl.podspec | 2
WASdkImpl/3.15.0/WASdkImpl.podspec | 26 ++++++++
frameworks/WACommon.framework/Headers/WACommon.h | 2
localizable/zh-Hant.plist | 12 ++++
frameworks/WASdkImpl.framework/Headers/WASdkAlertView.h | 2
localizable/zh-Hans.plist | 12 ++++
localizable/th.plist | 12 ++++
22 files changed, 143 insertions(+), 6 deletions(-)
diff --git a/WASdkImpl.podspec b/WASdkImpl.podspec
index 7b7482a..af2885c 100644
--- a/WASdkImpl.podspec
+++ b/WASdkImpl.podspec
@@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = 'WASdkImpl'
-s.version = '3.12.0'
+s.version = '3.15.0'
s.summary = 'WASdkImpl framework in production environment.'
s.license = 'MIT'
s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" }
diff --git a/WASdkImpl/3.15.0/WASdkImpl.podspec b/WASdkImpl/3.15.0/WASdkImpl.podspec
new file mode 100644
index 0000000..af2885c
--- /dev/null
+++ b/WASdkImpl/3.15.0/WASdkImpl.podspec
@@ -0,0 +1,26 @@
+#
+# Be sure to run `pod spec lint WASdkImpl.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 = 'WASdkImpl'
+s.version = '3.15.0'
+s.summary = 'WASdkImpl framework in production environment.'
+s.license = 'MIT'
+s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" }
+s.homepage = 'http://repo.wingsdk.cn:8082/summary/WASdkImpl.git'
+s.source = { :git => "http://admin@repo.wingsdk.cn:8082/r/WASdkImpl.git" , :tag => s.version}
+s.platform = :ios
+s.ios.deployment_target = "7.0"
+s.vendored_frameworks = 'frameworks/*.framework'
+s.resources = ['config/*.xml','bundle/WASDK-Resource.bundle','localizable/*.plist']
+s.libraries = 'sqlite3','z'
+s.requires_arc = true
+s.dependency 'WASdkIntf'
+
+end
diff --git a/bundle/WASDK-Resource.bundle/wasdk-extend-kefu.png b/bundle/WASDK-Resource.bundle/wasdk-extend-kefu.png
new file mode 100644
index 0000000..1b8bae3
--- /dev/null
+++ b/bundle/WASDK-Resource.bundle/wasdk-extend-kefu.png
Binary files differ
diff --git a/config/wa_sdk_impl_config_winga.xml b/config/wa_sdk_impl_config_winga.xml
index d1fa42f..ea16537 100644
--- a/config/wa_sdk_impl_config_winga.xml
+++ b/config/wa_sdk_impl_config_winga.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<config>
- <version val="WA3.12.0"/>
+ <version val="WA3.15.0"/>
<comps>
<!-- 用户模块 -->
<comp module="USR" plaf="WINGA" mandatory="YES" value="WASdkUser" desc="WINGA用户账户"/>
diff --git a/frameworks/WACommon.framework/Headers/WACommConstants.h b/frameworks/WACommon.framework/Headers/WACommConstants.h
index af8cb9c..724c078 100644
--- a/frameworks/WACommon.framework/Headers/WACommConstants.h
+++ b/frameworks/WACommon.framework/Headers/WACommConstants.h
@@ -331,6 +331,7 @@
extern NSString *const WASDK_PARAM_KEY_WASDK_RANDOMCODE ;
extern NSString *const WASDK_PARAM_KEY_WASDK_RECHARGE_TYPE ;
+extern NSString *const WASDK_PARAM_KEY_WASDK_WEBLOGIIN_SUCCESS_TYPE ;
diff --git a/frameworks/WACommon.framework/Headers/WACommon.h b/frameworks/WACommon.framework/Headers/WACommon.h
index 60eab45..609d322 100644
--- a/frameworks/WACommon.framework/Headers/WACommon.h
+++ b/frameworks/WACommon.framework/Headers/WACommon.h
@@ -27,5 +27,5 @@
#import <WACommon/WAWebProgressView.h>
#import <WACommon/WAWebViewController.h>
-//time:2022/10/26 09:16
+//time:2023/06/06 12:29 ver:3.15.0
diff --git a/frameworks/WACommon.framework/Info.plist b/frameworks/WACommon.framework/Info.plist
index 298b770..2658834 100644
--- a/frameworks/WACommon.framework/Info.plist
+++ b/frameworks/WACommon.framework/Info.plist
Binary files differ
diff --git a/frameworks/WACommon.framework/WACommon b/frameworks/WACommon.framework/WACommon
index 917e072..0f5106b 100644
--- a/frameworks/WACommon.framework/WACommon
+++ b/frameworks/WACommon.framework/WACommon
Binary files differ
diff --git a/frameworks/WASdkImpl.framework/Headers/WASdkAccountMainUI.h b/frameworks/WASdkImpl.framework/Headers/WASdkAccountMainUI.h
index bc349c1..7355521 100644
--- a/frameworks/WASdkImpl.framework/Headers/WASdkAccountMainUI.h
+++ b/frameworks/WASdkImpl.framework/Headers/WASdkAccountMainUI.h
@@ -14,6 +14,8 @@
@property(nonatomic,strong)UIView* separator;
@property(nonatomic,strong)UIView* contentView;
@property(nonatomic,strong)UIButton* backBtn;
+@property(nonatomic,strong)UIView* btn_sepa;
+@property(nonatomic,strong)UIImageView* backIcon;
@property(nonatomic,strong)NSMutableArray* views;
@property(nonatomic,weak)id<WAAcctManagerDelegate>acctDelegate;
-(instancetype)initWithViewController:(id<WAAcctManagerDelegate>)viewController;
diff --git a/frameworks/WASdkImpl.framework/Headers/WASdkAlertView.h b/frameworks/WASdkImpl.framework/Headers/WASdkAlertView.h
index 1560bd7..3b2f5d6 100644
--- a/frameworks/WASdkImpl.framework/Headers/WASdkAlertView.h
+++ b/frameworks/WASdkImpl.framework/Headers/WASdkAlertView.h
@@ -20,4 +20,4 @@
@property(nonatomic,strong)id delegate;
- (instancetype)initWithTitle:(NSString *)title message:(NSString *)message cancelButtonTitle:(NSString *)cancelButtonTitle otherButtonTitles:(NSString*)otherButtonTitles block:(void(^)(WASDKAlertViewClicked click))block;
-(void)show;
-@end
\ No newline at end of file
+@end
diff --git a/frameworks/WASdkImpl.framework/Headers/WASdkImpl.h b/frameworks/WASdkImpl.framework/Headers/WASdkImpl.h
index 104f131..04a518d 100644
--- a/frameworks/WASdkImpl.framework/Headers/WASdkImpl.h
+++ b/frameworks/WASdkImpl.framework/Headers/WASdkImpl.h
@@ -16,5 +16,5 @@
// In this header, you should import all the public headers of your framework using statements like #import <WASdkImpl/PublicHeader.h>
-//time:2022/10/28 12:29 ver:3.12.0
-
+//time:2023/06/06 12:30 ver:3.15.0
+// 1
diff --git a/frameworks/WASdkImpl.framework/Info.plist b/frameworks/WASdkImpl.framework/Info.plist
index a746154..ac0e78f 100644
--- a/frameworks/WASdkImpl.framework/Info.plist
+++ b/frameworks/WASdkImpl.framework/Info.plist
Binary files differ
diff --git a/frameworks/WASdkImpl.framework/WASdkImpl b/frameworks/WASdkImpl.framework/WASdkImpl
index ea97794..3513c29 100644
--- a/frameworks/WASdkImpl.framework/WASdkImpl
+++ b/frameworks/WASdkImpl.framework/WASdkImpl
Binary files differ
diff --git a/localizable/base.plist b/localizable/base.plist
index 887c60e..2f7e896 100644
--- a/localizable/base.plist
+++ b/localizable/base.plist
@@ -197,5 +197,17 @@
<string>Cancel login</string>
<key>wasdk_ad_login_goonlogin</key>
<string>Continue login</string>
+ <key>wasdk_gamereview_title</key>
+ <string>Rate Us</string>
+ <key>wasdk_gamereview_content</key>
+ <string>Show your support by rating us 5 stars or give us your feedback!</string>
+ <key>wasdk_gamereview_rateus</key>
+ <string>Rate us</string>
+ <key>wasdk_gamereview_feedback</key>
+ <string>Feedback</string>
+ <key>wasdk_gamereview_refuse</key>
+ <string>No, thanks</string>
+ <key>wa_sdk_web_login_confirm_exit</key>
+ <string>Are you sure you want to log out?</string>
</dict>
</plist>
diff --git a/localizable/en.plist b/localizable/en.plist
index 2af6236..e389680 100644
--- a/localizable/en.plist
+++ b/localizable/en.plist
@@ -197,5 +197,17 @@
<string>Cancel login</string>
<key>wasdk_ad_login_goonlogin</key>
<string>Continue login</string>
+ <key>wasdk_gamereview_title</key>
+ <string>Rate Us</string>
+ <key>wasdk_gamereview_content</key>
+ <string>Show your support by rating us 5 stars or give us your feedback!</string>
+ <key>wasdk_gamereview_rateus</key>
+ <string>Rate us</string>
+ <key>wasdk_gamereview_feedback</key>
+ <string>Feedback</string>
+ <key>wasdk_gamereview_refuse</key>
+ <string>No, thanks</string>
+ <key>wa_sdk_web_login_confirm_exit</key>
+ <string>Are you sure you want to log out?</string>
</dict>
</plist>
diff --git a/localizable/es.plist b/localizable/es.plist
index 7aed2e5..94a13e0 100644
--- a/localizable/es.plist
+++ b/localizable/es.plist
@@ -193,5 +193,17 @@
<string>Cancelar ingreso</string>
<key>wasdk_ad_login_goonlogin</key>
<string>Continuar ingreso</string>
+ <key>wasdk_gamereview_title</key>
+ <string>Valóranos</string>
+ <key>wasdk_gamereview_content</key>
+ <string>Muéstranos tu apoyo calificándonos con 5 estrellas o danos tu opinión.</string>
+ <key>wasdk_gamereview_rateus</key>
+ <string>Valóranos</string>
+ <key>wasdk_gamereview_feedback</key>
+ <string>Comentarios</string>
+ <key>wasdk_gamereview_refuse</key>
+ <string>No, gracias</string>
+ <key>wa_sdk_web_login_confirm_exit</key>
+ <string>¿Estás seguro/a de que quieres cerrar sesión?</string>
</dict>
</plist>
diff --git a/localizable/id.plist b/localizable/id.plist
index 43d750d..6e02896 100644
--- a/localizable/id.plist
+++ b/localizable/id.plist
@@ -147,5 +147,17 @@
Recharge with discount</string>
<key>wasdk_short_link_dated_alert</key>
<string>The link is only valid for 5 minutes. Please request a link again once it expires.</string>
+ <key>wasdk_gamereview_title</key>
+ <string>Beri Nilai Kami</string>
+ <key>wasdk_gamereview_content</key>
+ <string>Tunjukkan dukungan Anda dengan memberi kami 5 bintang atau berikan tanggapan Anda!</string>
+ <key>wasdk_gamereview_rateus</key>
+ <string>Beri nilai kami</string>
+ <key>wasdk_gamereview_feedback</key>
+ <string>Umpan balik</string>
+ <key>wasdk_gamereview_refuse</key>
+ <string>Tidak, terima kasih</string>
+ <key>wa_sdk_web_login_confirm_exit</key>
+ <string>Apakah kamu yakin ingin keluar?</string>
</dict>
</plist>
diff --git a/localizable/pt-BR.plist b/localizable/pt-BR.plist
index 312258e..c950476 100644
--- a/localizable/pt-BR.plist
+++ b/localizable/pt-BR.plist
@@ -194,5 +194,17 @@
<string>Cancelar login</string>
<key>wasdk_ad_login_goonlogin</key>
<string>Continuar login</string>
+ <key>wasdk_gamereview_title</key>
+ <string>Avalie-nos </string>
+ <key>wasdk_gamereview_content</key>
+ <string>Demonstre seu apoio avaliando-nos com 5 estrelas ou dando-nos seu feedback!</string>
+ <key>wasdk_gamereview_rateus</key>
+ <string>Avalie-nos</string>
+ <key>wasdk_gamereview_feedback</key>
+ <string>Comentários</string>
+ <key>wasdk_gamereview_refuse</key>
+ <string>Não, obrigado</string>
+ <key>wa_sdk_web_login_confirm_exit</key>
+ <string>Tem certeza de que deseja sair?</string>
</dict>
</plist>
diff --git a/localizable/ru.plist b/localizable/ru.plist
index 45c48aa..c6c3f75 100644
--- a/localizable/ru.plist
+++ b/localizable/ru.plist
@@ -147,5 +147,17 @@
Recharge with discount</string>
<key>wasdk_short_link_dated_alert</key>
<string>The link is only valid for 5 minutes. Please request a link again once it expires.</string>
+ <key>wasdk_gamereview_title</key>
+ <string>Оцените нас</string>
+ <key>wasdk_gamereview_content</key>
+ <string>Выразите свою поддержку, оценив нас на 5 звезд, или оставьте свой отзыв!</string>
+ <key>wasdk_gamereview_rateus</key>
+ <string>Оцените нас</string>
+ <key>wasdk_gamereview_feedback</key>
+ <string>Обратная связь</string>
+ <key>wasdk_gamereview_refuse</key>
+ <string>Нет, спасибо</string>
+ <key>wa_sdk_web_login_confirm_exit</key>
+ <string>Вы уверены, что хотите выйти из системы?</string>
</dict>
</plist>
diff --git a/localizable/th.plist b/localizable/th.plist
index fb260db..05029a9 100644
--- a/localizable/th.plist
+++ b/localizable/th.plist
@@ -147,5 +147,17 @@
Recharge with discount</string>
<key>wasdk_short_link_dated_alert</key>
<string>The link is only valid for 5 minutes. Please request a link again once it expires.</string>
+ <key>wasdk_gamereview_title</key>
+ <string>ให้คะแนนเรา</string>
+ <key>wasdk_gamereview_content</key>
+ <string>แสดงการสนับสนุนของคุณโดยให้คะแนนเรา 5 ดาวหรือให้ข้อเสนอแนะกับเรา!</string>
+ <key>wasdk_gamereview_rateus</key>
+ <string>ให้คะแนนเรา</string>
+ <key>wasdk_gamereview_feedback</key>
+ <string>ข้อเสนอแนะ</string>
+ <key>wasdk_gamereview_refuse</key>
+ <string>ไม่เป็นไรขอบคุณ</string>
+ <key>wa_sdk_web_login_confirm_exit</key>
+ <string>คุณแน่ใจหรือไม่ว่าต้องการออกจากระบบ?</string>
</dict>
</plist>
diff --git a/localizable/zh-Hans.plist b/localizable/zh-Hans.plist
index 205de58..7255d21 100644
--- a/localizable/zh-Hans.plist
+++ b/localizable/zh-Hans.plist
@@ -201,5 +201,17 @@
<string>取消登录</string>
<key>wasdk_ad_login_goonlogin</key>
<string>继续登录</string>
+ <key>wasdk_gamereview_title</key>
+ <string>请你给个好评</string>
+ <key>wasdk_gamereview_content</key>
+ <string>如果你喜欢这个游戏App,请您花一分钟对游戏App进行好评。同时也欢迎您提供宝贵意见给我们,感谢您的支持!</string>
+ <key>wasdk_gamereview_rateus</key>
+ <string>提交好评</string>
+ <key>wasdk_gamereview_feedback</key>
+ <string>我要提意见</string>
+ <key>wasdk_gamereview_refuse</key>
+ <string>不,谢谢!</string>
+ <key>wa_sdk_web_login_confirm_exit</key>
+ <string>确认是否退出登录?</string>
</dict>
</plist>
diff --git a/localizable/zh-Hant.plist b/localizable/zh-Hant.plist
index 230540b..3bc0bd7 100644
--- a/localizable/zh-Hant.plist
+++ b/localizable/zh-Hant.plist
@@ -195,5 +195,17 @@
<string>取消登錄</string>
<key>wasdk_ad_login_goonlogin</key>
<string>繼續登錄</string>
+ <key>wasdk_gamereview_title</key>
+ <string>給個好評</string>
+ <key>wasdk_gamereview_content</key>
+ <string>如果你喜歡這個app,請您給我們好評,同時也歡迎您提供出寶貴的意見,感謝您的支持!</string>
+ <key>wasdk_gamereview_rateus</key>
+ <string>給好評</string>
+ <key>wasdk_gamereview_feedback</key>
+ <string>我要提意見</string>
+ <key>wasdk_gamereview_refuse</key>
+ <string>不,謝謝!</string>
+ <key>wa_sdk_web_login_confirm_exit</key>
+ <string>確認是否退出登錄?</string>
</dict>
</plist>
--
Gitblit v1.8.0