From 777347ead7635a08fa2623961095fc37feaedef1 Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Thu, 08 Jan 2026 09:06:17 +0800
Subject: [PATCH] 提交版本 4.9.0

---
 localizable/en.plist                                        |   14 ++++
 frameworks/WACommon.framework/Headers/WACommConstants.h     |    1 
 localizable/ru.plist                                        |   10 +++
 localizable/id.plist                                        |   10 +++
 localizable/pt.plist                                        |   10 +++
 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/_CodeSignature/CodeSignature |    0 
 WASdkImpl/4.9.0/WASdkImpl.podspec                           |   26 ++++++++
 frameworks/WASdkImpl.framework/Info.plist                   |    0 
 localizable/es.plist                                        |   10 +++
 frameworks/WACommon.framework/Info.plist                    |    0 
 frameworks/WASdkImpl.framework/_CodeSignature/CodeResources |    6 +-
 frameworks/WASdkImpl.framework/_CodeSignature/CodeDirectory |    0 
 WASdkImpl.podspec                                           |    2 
 frameworks/WACommon.framework/Headers/WACommon.h            |    2 
 localizable/zh-Hant.plist                                   |   10 +++
 localizable/zh-Hans.plist                                   |   10 +++
 localizable/th.plist                                        |   10 +++
 22 files changed, 128 insertions(+), 11 deletions(-)

diff --git a/WASdkImpl.podspec b/WASdkImpl.podspec
index 69ccbac..9a87c3c 100644
--- a/WASdkImpl.podspec
+++ b/WASdkImpl.podspec
@@ -9,7 +9,7 @@
 Pod::Spec.new do |s|
 
 s.name = 'WASdkImpl'
-s.version = '4.8.1'
+s.version = '4.9.0'
 s.summary = 'WASdkImpl framework in production environment.'
 s.license = 'MIT'
 s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" }
diff --git a/WASdkImpl/4.9.0/WASdkImpl.podspec b/WASdkImpl/4.9.0/WASdkImpl.podspec
new file mode 100644
index 0000000..9a87c3c
--- /dev/null
+++ b/WASdkImpl/4.9.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 = '4.9.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/*'
+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/config/wa_sdk_impl_config_winga.xml b/config/wa_sdk_impl_config_winga.xml
index 6f2da7f..218915c 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="WA4.8.1" />
+	<version val="WA4.9.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 a29a575..c20663a 100644
--- a/frameworks/WACommon.framework/Headers/WACommConstants.h
+++ b/frameworks/WACommon.framework/Headers/WACommConstants.h
@@ -317,6 +317,7 @@
 extern NSString *const WASDK_GHG_CHECK_PLAYER_TASK ;
 //14.获取ghg广告任务
 extern NSString *const WASDK_GHG_TASKLIST ;
+extern NSString *const WASDK_URL_USER_PASS_INFO ;
 
 extern NSString *const WASDK_NEED_PUSERID_AND_PTOKEN ;
 extern NSString *const WASDK_URL_FLOATING_PAGE_SWITCH ;
diff --git a/frameworks/WACommon.framework/Headers/WACommon.h b/frameworks/WACommon.framework/Headers/WACommon.h
index 1cdb7d2..319244d 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:2025/09/28  12:29 ver:4.8.0
+//time:2025/01/07  12:29 ver:4.9.0
 // 1
diff --git a/frameworks/WACommon.framework/Info.plist b/frameworks/WACommon.framework/Info.plist
index 100cbb2..8ab14ac 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 08bdb7c..1c99980 100644
--- a/frameworks/WACommon.framework/WACommon
+++ b/frameworks/WACommon.framework/WACommon
Binary files differ
diff --git a/frameworks/WASdkImpl.framework/Headers/WASdkImpl.h b/frameworks/WASdkImpl.framework/Headers/WASdkImpl.h
index 35836da..045cd71 100644
--- a/frameworks/WASdkImpl.framework/Headers/WASdkImpl.h
+++ b/frameworks/WASdkImpl.framework/Headers/WASdkImpl.h
@@ -46,8 +46,8 @@
 
 #import <WASdkImpl/WASdkGTMBase64.h>
 
-//time:2025/10/16  12:29 ver:4.8.1
-// 1
+//time:2025/01/07  12:29 ver:4.9.0
+// 2
 
 
 
diff --git a/frameworks/WASdkImpl.framework/Info.plist b/frameworks/WASdkImpl.framework/Info.plist
index a9a334b..d6b7931 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 fde7f26..fdfa675 100644
--- a/frameworks/WASdkImpl.framework/WASdkImpl
+++ b/frameworks/WASdkImpl.framework/WASdkImpl
Binary files differ
diff --git a/frameworks/WASdkImpl.framework/_CodeSignature/CodeDirectory b/frameworks/WASdkImpl.framework/_CodeSignature/CodeDirectory
index 44544ac..bdad6d5 100644
--- a/frameworks/WASdkImpl.framework/_CodeSignature/CodeDirectory
+++ b/frameworks/WASdkImpl.framework/_CodeSignature/CodeDirectory
Binary files differ
diff --git a/frameworks/WASdkImpl.framework/_CodeSignature/CodeResources b/frameworks/WASdkImpl.framework/_CodeSignature/CodeResources
index 820e92e..6245345 100644
--- a/frameworks/WASdkImpl.framework/_CodeSignature/CodeResources
+++ b/frameworks/WASdkImpl.framework/_CodeSignature/CodeResources
@@ -74,7 +74,7 @@
 		</data>
 		<key>Headers/WASdkImpl.h</key>
 		<data>
-		9bty5ODk8WUnFkiM6da35g+JiSM=
+		5P79jzHAcxCWxPzUzA5WQmExvEs=
 		</data>
 		<key>Headers/WASdkLoginHandler.h</key>
 		<data>
@@ -114,7 +114,7 @@
 		</data>
 		<key>Info.plist</key>
 		<data>
-		umDYko0sXEF6OvvRWqZ0ETf5aNc=
+		W9wBjKI86PANA89GQgyexQXubsQ=
 		</data>
 		<key>Modules/module.modulemap</key>
 		<data>
@@ -250,7 +250,7 @@
 		<dict>
 			<key>hash2</key>
 			<data>
-			TISoGXrF5bVUfTEr1/9ADKuEyUh26YH3ygY9tj6T8Gc=
+			R/oRHyt/meGJsTDi2NWKX3MIbV7YkYNrRLnLK+S7dbc=
 			</data>
 		</dict>
 		<key>Headers/WASdkLoginHandler.h</key>
diff --git a/frameworks/WASdkImpl.framework/_CodeSignature/CodeSignature b/frameworks/WASdkImpl.framework/_CodeSignature/CodeSignature
index 828cca7..3a268cd 100644
--- a/frameworks/WASdkImpl.framework/_CodeSignature/CodeSignature
+++ b/frameworks/WASdkImpl.framework/_CodeSignature/CodeSignature
Binary files differ
diff --git a/localizable/base.plist b/localizable/base.plist
index f8eda61..54ddf1e 100644
--- a/localizable/base.plist
+++ b/localizable/base.plist
@@ -192,7 +192,7 @@
 	<key>wasdk_ad_login_alerttitle</key>
 	<string>Notice</string>
 	<key>wasdk_ad_login_alertcontent</key>
-	<string>This account is applying for account cancellation, which will be completed by %d (server time). If you choose to continue login, you will cancel this account cancellation application by default, please note.</string>
+	<string>This account is applying for account cancellation, which will be completed by %@ (server time). If you choose to continue login, you will cancel this account cancellation application by default, please note.</string>
 	<key>wasdk_ad_login_cancellogin</key>
 	<string>Cancel login</string>
 	<key>wasdk_ad_login_goonlogin</key>
@@ -337,5 +337,15 @@
 	<string>Login failed. Please contact customer service for assistance.</string>
 	<key>wa_sdk_login_fail_kefu</key>
 	<string>Support</string>
+	<key>wa_sdk_pass_name_f5</key>
+	<string>F5 VIP</string>
+	<key>wa_sdk_pass_name_ghg</key>
+	<string>GHG PLUS</string>
+	<key>wa_sdk_copy_the_link</key>
+	<string>COPY LINK</string>
+	<key>wa_sdk_check_pass</key>
+	<string>Open this link in a browser to see how many days are left for %@.</string>
+	<key>wa_sdk_join_pass</key>
+	<string>Open this link in your browser to claim your exclusive benefits.</string>
 </dict>
 </plist>
diff --git a/localizable/en.plist b/localizable/en.plist
index 79c867e..fce8c72 100644
--- a/localizable/en.plist
+++ b/localizable/en.plist
@@ -192,7 +192,7 @@
 	<key>wasdk_ad_login_alerttitle</key>
 	<string>Notice</string>
 	<key>wasdk_ad_login_alertcontent</key>
-	<string>This account has been applied for account cancellation, which will be completed by %d (server time). If you log in before that time, you will cancel the account cancellation process.</string>
+	<string>This account has been applied for account cancellation, which will be completed by %@ (server time). If you log in before that time, you will cancel the account cancellation process.</string>
 	<key>wasdk_ad_login_cancellogin</key>
 	<string>Cancel login</string>
 	<key>wasdk_ad_login_goonlogin</key>
@@ -336,6 +336,16 @@
 	<key>wa_sdk_login_fail_conent</key>
 	<string>Login failed. Please contact customer service for assistance.</string>
 	<key>wa_sdk_login_fail_kefu</key>
-	<string>Support</string>
+	<string>contact customer </string>
+	<key>wa_sdk_pass_name_f5</key>
+	<string>F5 VIP</string>
+	<key>wa_sdk_pass_name_ghg</key>
+	<string>GHG PLUS</string>
+	<key>wa_sdk_copy_the_link</key>
+	<string>COPY LINK</string>
+	<key>wa_sdk_check_pass</key>
+	<string>Open this link in a browser to see how many days are left for %@.</string>
+	<key>wa_sdk_join_pass</key>
+	<string>Open this link in your browser to claim your exclusive benefits.</string>
 </dict>
 </plist>
diff --git a/localizable/es.plist b/localizable/es.plist
index e2f06ba..6230b89 100644
--- a/localizable/es.plist
+++ b/localizable/es.plist
@@ -333,5 +333,15 @@
 	<string>Error de inicio de sesión. Por favor, contacta con el servicio de atención al cliente para obtener ayuda.</string>
 	<key>wa_sdk_login_fail_kefu</key>
 	<string>Soporte</string>
+	<key>wa_sdk_pass_name_f5</key>
+	<string>F5 VIP</string>
+	<key>wa_sdk_pass_name_ghg</key>
+	<string>GHG PLUS</string>
+	<key>wa_sdk_copy_the_link</key>
+	<string>COPIAR ENLACE</string>
+	<key>wa_sdk_check_pass</key>
+	<string>Abre este enlace en un navegador para ver cuántos días quedan para %@.</string>
+	<key>wa_sdk_join_pass</key>
+	<string>Abre este enlace en tu navegador para reclamar tus beneficios exclusivos.</string>
 </dict>
 </plist>
diff --git a/localizable/id.plist b/localizable/id.plist
index e546030..923b89b 100644
--- a/localizable/id.plist
+++ b/localizable/id.plist
@@ -287,5 +287,15 @@
 	<string>Gagal masuk. Silakan hubungi layanan pelanggan untuk mendapatkan bantuan.</string>
 	<key>wa_sdk_login_fail_kefu</key>
 	<string>Layanan Pelanggan</string>
+	<key>wa_sdk_pass_name_f5</key>
+	<string>F5 VIP</string>
+	<key>wa_sdk_pass_name_ghg</key>
+	<string>GHG PLUS</string>
+	<key>wa_sdk_copy_the_link</key>
+	<string>SALIN TAUTAN</string>
+	<key>wa_sdk_check_pass</key>
+	<string>Buka tautan ini di browser untuk melihat berapa hari yang tersisa untuk %@.</string>
+	<key>wa_sdk_join_pass</key>
+	<string>Buka tautan ini di browser Anda untuk mengklaim keuntungan eksklusif Anda.</string>
 </dict>
 </plist>
diff --git a/localizable/pt.plist b/localizable/pt.plist
index 985c525..344b4f8 100644
--- a/localizable/pt.plist
+++ b/localizable/pt.plist
@@ -335,5 +335,15 @@
 	<string>Falha no login. Por favor, entre em contato com o suporte para obter ajuda.</string>
 	<key>wa_sdk_login_fail_kefu</key>
 	<string>Suporte</string>
+	<key>wa_sdk_pass_name_f5</key>
+	<string>F5 VIP</string>
+	<key>wa_sdk_pass_name_ghg</key>
+	<string>GHG PLUS</string>
+	<key>wa_sdk_copy_the_link</key>
+	<string>COPIAR LINK</string>
+	<key>wa_sdk_check_pass</key>
+	<string>Abra este link em um navegador para ver quantos dias restam para o %@.</string>
+	<key>wa_sdk_join_pass</key>
+	<string>Abra este link no seu navegador para resgatar seus benefícios exclusivos.</string>
 </dict>
 </plist>
diff --git a/localizable/ru.plist b/localizable/ru.plist
index f8fd7c3..7554559 100644
--- a/localizable/ru.plist
+++ b/localizable/ru.plist
@@ -287,5 +287,15 @@
 	<string>Ошибка входа. Пожалуйста, свяжитесь со службой поддержки для получения помощи.</string>
 	<key>wa_sdk_login_fail_kefu</key>
 	<string>Поддержка</string>
+	<key>wa_sdk_pass_name_f5</key>
+	<string>F5 VIP</string>
+	<key>wa_sdk_pass_name_ghg</key>
+	<string>GHG PLUS</string>
+	<key>wa_sdk_copy_the_link</key>
+	<string>СКОПИРОВАТЬ ССЫЛКУ</string>
+	<key>wa_sdk_check_pass</key>
+	<string>Откройте эту ссылку в браузере, чтобы увидеть, сколько дней осталось для %@.</string>
+	<key>wa_sdk_join_pass</key>
+	<string>Откройте эту ссылку в браузере, чтобы получить эксклюзивные бонусы.</string>
 </dict>
 </plist>
diff --git a/localizable/th.plist b/localizable/th.plist
index acf5e40..9521196 100644
--- a/localizable/th.plist
+++ b/localizable/th.plist
@@ -273,5 +273,15 @@
 	<string>เข้าสู่ระบบล้มเหลว กรุณาติดต่อฝ่ายบริการลูกค้าเพื่อขอความช่วยเหลือ</string>
 	<key>wa_sdk_login_fail_kefu</key>
 	<string>บริการลูกค้า</string>
+	<key>wa_sdk_pass_name_f5</key>
+	<string>F5 VIP</string>
+	<key>wa_sdk_pass_name_ghg</key>
+	<string>GHG PLUS</string>
+	<key>wa_sdk_copy_the_link</key>
+	<string>คัดลอกลิงก์</string>
+	<key>wa_sdk_check_pass</key>
+	<string>เปิดลิงก์นี้ในเบราว์เซอร์เพื่อดูว่าเหลือเวลากี่วันสำหรับ%@</string>
+	<key>wa_sdk_join_pass</key>
+	<string>เปิดลิงก์นี้ในเบราว์เซอร์ของคุณเพื่อรับสิทธิประโยชน์สุดพิเศษ</string>
 </dict>
 </plist>
diff --git a/localizable/zh-Hans.plist b/localizable/zh-Hans.plist
index 07f41b0..d9fde92 100644
--- a/localizable/zh-Hans.plist
+++ b/localizable/zh-Hans.plist
@@ -341,5 +341,15 @@
 	<string>登录失败,请联系客服寻求帮助。</string>
 	<key>wa_sdk_login_fail_kefu</key>
 	<string>客服</string>
+	<key>wa_sdk_pass_name_f5</key>
+	<string>F5 VIP</string>
+	<key>wa_sdk_pass_name_ghg</key>
+	<string>GHG PLUS</string>
+	<key>wa_sdk_copy_the_link</key>
+	<string>复制链接</string>
+	<key>wa_sdk_check_pass</key>
+	<string>在浏览器中打开此链接查看%@的剩余天数。</string>
+	<key>wa_sdk_join_pass</key>
+	<string>在浏览器中打开此链接领取专属福利。</string>
 </dict>
 </plist>
diff --git a/localizable/zh-Hant.plist b/localizable/zh-Hant.plist
index 38afea2..d3c277e 100644
--- a/localizable/zh-Hant.plist
+++ b/localizable/zh-Hant.plist
@@ -335,5 +335,15 @@
 	<string>登入失敗,請聯絡客服尋求幫助。</string>
 	<key>wa_sdk_login_fail_kefu</key>
 	<string>客服</string>
+	<key>wa_sdk_pass_name_f5</key>
+	<string>F5 VIP</string>
+	<key>wa_sdk_pass_name_ghg</key>
+	<string>GHG PLUS</string>
+	<key>wa_sdk_copy_the_link</key>
+	<string>複製連結</string>
+	<key>wa_sdk_check_pass</key>
+	<string>在瀏覽器中打開此連結查看%@的剩餘天數</string>
+	<key>wa_sdk_join_pass</key>
+	<string>在瀏覽器中打開此連結領取專屬福利。</string>
 </dict>
 </plist>

--
Gitblit v1.8.0