From 07e7d6060b4fa73a3286e325dbdfa9ef6b34a008 Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Tue, 22 Jul 2025 15:27:25 +0800 Subject: [PATCH] 提交版本 4.6.0 --- bundle/WASDK-Resource.bundle/wa_sdk_settings_user_center.png | 0 bundle/WASDK-Resource.bundle/wa_sdk_settings_account_delete.png | 0 frameworks/WASdkImpl.framework/_CodeSignature/CodeRequirements-1 | 0 frameworks/WACommon.framework/WACommon | 0 localizable/base.plist | 16 ++++ frameworks/WASdkImpl.framework/Headers/WASdkImpl.h | 4 frameworks/WASdkImpl.framework/Info.plist | 0 bundle/WASDK-Resource.bundle/wa_sdk_settings_manage_account.png | 0 localizable/es.plist | 12 ++++ frameworks/WASdkImpl.framework/_CodeSignature/CodeResources | 8 +- frameworks/WACommon.framework/Headers/WACommon.h | 2 WASdkImpl/4.6.0/WASdkImpl.podspec | 26 ++++++++ localizable/en.plist | 14 ++++ frameworks/WACommon.framework/Headers/WACommConstants.h | 6 ++ localizable/ru.plist | 12 ++++ localizable/id.plist | 12 ++++ bundle/WASDK-Resource.bundle/wa_sdk_settings_aihelp.png | 0 frameworks/WASdkImpl.framework/WASdkImpl | 0 localizable/pt.plist | 13 ++++ config/wa_sdk_impl_config_winga.xml | 2 bundle/WASDK-Resource.bundle/wa_sdk_settings_data_consent.png | 0 frameworks/WASdkImpl.framework/_CodeSignature/CodeSignature | 0 frameworks/WACommon.framework/Info.plist | 0 frameworks/WASdkImpl.framework/_CodeSignature/CodeDirectory | 0 WASdkImpl.podspec | 2 localizable/zh-Hant.plist | 12 ++++ localizable/zh-Hans.plist | 14 ++++ localizable/th.plist | 12 ++++ 28 files changed, 154 insertions(+), 13 deletions(-) diff --git a/WASdkImpl.podspec b/WASdkImpl.podspec index b28f19c..56f2cc9 100644 --- a/WASdkImpl.podspec +++ b/WASdkImpl.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = 'WASdkImpl' -s.version = '4.5.0' +s.version = '4.6.0' s.summary = 'WASdkImpl framework in production environment.' s.license = 'MIT' s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" } diff --git a/WASdkImpl/4.6.0/WASdkImpl.podspec b/WASdkImpl/4.6.0/WASdkImpl.podspec new file mode 100644 index 0000000..56f2cc9 --- /dev/null +++ b/WASdkImpl/4.6.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.6.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/bundle/WASDK-Resource.bundle/wa_sdk_settings_account_delete.png b/bundle/WASDK-Resource.bundle/wa_sdk_settings_account_delete.png new file mode 100644 index 0000000..7226de8 --- /dev/null +++ b/bundle/WASDK-Resource.bundle/wa_sdk_settings_account_delete.png Binary files differ diff --git a/bundle/WASDK-Resource.bundle/wa_sdk_settings_aihelp.png b/bundle/WASDK-Resource.bundle/wa_sdk_settings_aihelp.png new file mode 100644 index 0000000..595f055 --- /dev/null +++ b/bundle/WASDK-Resource.bundle/wa_sdk_settings_aihelp.png Binary files differ diff --git a/bundle/WASDK-Resource.bundle/wa_sdk_settings_data_consent.png b/bundle/WASDK-Resource.bundle/wa_sdk_settings_data_consent.png new file mode 100644 index 0000000..38668c9 --- /dev/null +++ b/bundle/WASDK-Resource.bundle/wa_sdk_settings_data_consent.png Binary files differ diff --git a/bundle/WASDK-Resource.bundle/wa_sdk_settings_manage_account.png b/bundle/WASDK-Resource.bundle/wa_sdk_settings_manage_account.png new file mode 100644 index 0000000..0e79838 --- /dev/null +++ b/bundle/WASDK-Resource.bundle/wa_sdk_settings_manage_account.png Binary files differ diff --git a/bundle/WASDK-Resource.bundle/wa_sdk_settings_user_center.png b/bundle/WASDK-Resource.bundle/wa_sdk_settings_user_center.png new file mode 100644 index 0000000..6be4329 --- /dev/null +++ b/bundle/WASDK-Resource.bundle/wa_sdk_settings_user_center.png Binary files differ diff --git a/config/wa_sdk_impl_config_winga.xml b/config/wa_sdk_impl_config_winga.xml index 75b6040..33aa3af 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.5.0" /> + <version val="WA4.6.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 bf35d25..df8af9d 100644 --- a/frameworks/WACommon.framework/Headers/WACommConstants.h +++ b/frameworks/WACommon.framework/Headers/WACommConstants.h @@ -309,6 +309,12 @@ //46.查询待发送事件接口 extern NSString *const WASDK_EVENT_WAIT_SEND_EVENT; +//13.通知ghg校验玩家任务 +extern NSString *const WASDK_GHG_CHECK_PLAYER_TASK ; +//14.获取ghg广告任务 +extern NSString *const WASDK_GHG_TASKLIST ; + +extern NSString *const WASDK_NEED_PUSERID_AND_PTOKEN ; extern NSString *const WASDK_FB_INVITE_FROM_USERID; diff --git a/frameworks/WACommon.framework/Headers/WACommon.h b/frameworks/WACommon.framework/Headers/WACommon.h index 2d957b3..472b2dc 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/06/25 12:29 ver:4.5.0 +//time:2025/0722 12:29 ver:4.6.0 // 1 diff --git a/frameworks/WACommon.framework/Info.plist b/frameworks/WACommon.framework/Info.plist index da88faf..cd79be8 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 7519f35..79cdbf9 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 bbb1698..b4e6ccf 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/06/25 12:29 ver:4.5.0 -// 3 +//time:2025/07/22 12:29 ver:4.6.0 +// 2 diff --git a/frameworks/WASdkImpl.framework/Info.plist b/frameworks/WASdkImpl.framework/Info.plist index c115a71..539fb11 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 a5d4b35..9b91acf 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 fcd3936..a9a8a5f 100644 --- a/frameworks/WASdkImpl.framework/_CodeSignature/CodeDirectory +++ b/frameworks/WASdkImpl.framework/_CodeSignature/CodeDirectory Binary files differ diff --git a/frameworks/WASdkImpl.framework/_CodeSignature/CodeRequirements-1 b/frameworks/WASdkImpl.framework/_CodeSignature/CodeRequirements-1 index a928d2b..7afe079 100644 --- a/frameworks/WASdkImpl.framework/_CodeSignature/CodeRequirements-1 +++ b/frameworks/WASdkImpl.framework/_CodeSignature/CodeRequirements-1 Binary files differ diff --git a/frameworks/WASdkImpl.framework/_CodeSignature/CodeResources b/frameworks/WASdkImpl.framework/_CodeSignature/CodeResources index 1d3087d..7dd315f 100644 --- a/frameworks/WASdkImpl.framework/_CodeSignature/CodeResources +++ b/frameworks/WASdkImpl.framework/_CodeSignature/CodeResources @@ -74,7 +74,7 @@ </data> <key>Headers/WASdkImpl.h</key> <data> - Pmtt7D3thaJvu6D1anyycFnqCQ0= + EfJfW7gvcrw9J5CJQ5tZ9ZtYwg8= </data> <key>Headers/WASdkLoginHandler.h</key> <data> @@ -114,7 +114,7 @@ </data> <key>Info.plist</key> <data> - bs7reTdvPd6XOakN7E22cG5bsJA= + z0BsSORepx93FOSG5YO9DzVci4I= </data> <key>Modules/module.modulemap</key> <data> @@ -318,11 +318,11 @@ <dict> <key>hash</key> <data> - Pmtt7D3thaJvu6D1anyycFnqCQ0= + EfJfW7gvcrw9J5CJQ5tZ9ZtYwg8= </data> <key>hash2</key> <data> - mHX2WJUVpRRopSrCZ2B8gmhFcOCh97D/+XF7R9+aCys= + yRiVSkbbaHD/syU/UrHMV8hWWAAycuabZe+VxlfObHY= </data> </dict> <key>Headers/WASdkLoginHandler.h</key> diff --git a/frameworks/WASdkImpl.framework/_CodeSignature/CodeSignature b/frameworks/WASdkImpl.framework/_CodeSignature/CodeSignature index b53f848..35b11a2 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 ceea44e..d541a38 100644 --- a/localizable/base.plist +++ b/localizable/base.plist @@ -188,11 +188,11 @@ </string> <key>wasdk_ad_finished_content3</key> - <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> + <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> <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 %@ (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 %d (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> @@ -319,5 +319,17 @@ <string>CAPTCHA</string> <key>wa_sdk_please_input_correct_graph_code</key> <string>Please enter the correct CAPTCHA</string> + <key>wa_sdk_settings_customer_center</key> + <string>Support Center</string> + <key>wa_sdk_settings_customer_services</key> + <string>Support</string> + <key>wa_sdk_settings_account_manager</key> + <string>Manage Account</string> + <key>wa_sdk_settings_account_delete</key> + <string>Delete Account</string> + <key>wa_sdk_settings_user_center</key> + <string>User Center</string> + <key>wa_sdk_settings_data_consent</key> + <string>Data Consent</string> </dict> </plist> diff --git a/localizable/en.plist b/localizable/en.plist index 4cc48de..22b506d 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 %@ (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 %d (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> @@ -319,5 +319,17 @@ <string>CAPTCHA</string> <key>wa_sdk_please_input_correct_graph_code</key> <string>Please enter the correct CAPTCHA</string> + <key>wa_sdk_settings_customer_center</key> + <string>Support Center</string> + <key>wa_sdk_settings_customer_services</key> + <string>Support</string> + <key>wa_sdk_settings_account_manager</key> + <string>Manage Account</string> + <key>wa_sdk_settings_account_delete</key> + <string>Delete Account</string> + <key>wa_sdk_settings_user_center</key> + <string>User Center</string> + <key>wa_sdk_settings_data_consent</key> + <string>Data Consent</string> </dict> </plist> diff --git a/localizable/es.plist b/localizable/es.plist index c93c8ab..3357b0c 100644 --- a/localizable/es.plist +++ b/localizable/es.plist @@ -315,5 +315,17 @@ <string>CAPTCHA</string> <key>wa_sdk_please_input_correct_graph_code</key> <string>Por favor, ingresa el CAPTCHA correcto</string> + <key>wa_sdk_settings_customer_services</key> + <string>Soporte</string> + <key>wa_sdk_settings_account_manager</key> + <string>Administrar Cuenta</string> + <key>wa_sdk_settings_account_delete</key> + <string>Eliminar Cuenta</string> + <key>wa_sdk_settings_customer_center</key> + <string>Centro de Soporte</string> + <key>wa_sdk_settings_user_center</key> + <string>Centro de Usuario</string> + <key>wa_sdk_settings_data_consent</key> + <string>Consentimiento</string> </dict> </plist> diff --git a/localizable/id.plist b/localizable/id.plist index e767b34..06c73bc 100644 --- a/localizable/id.plist +++ b/localizable/id.plist @@ -269,5 +269,17 @@ <string>CAPTCHA</string> <key>wa_sdk_please_input_correct_graph_code</key> <string>Silakan masukkan CAPTCHA yang benar</string> + <key>wa_sdk_settings_customer_services</key> + <string>Dukungan</string> + <key>wa_sdk_settings_account_manager</key> + <string>Kelola Akun</string> + <key>wa_sdk_settings_account_delete</key> + <string>Hapus Akun</string> + <key>wa_sdk_settings_customer_center</key> + <string>Pusat Dukungan</string> + <key>wa_sdk_settings_user_center</key> + <string>Pusat Pengguna</string> + <key>wa_sdk_settings_data_consent</key> + <string>Persetujuan Data</string> </dict> </plist> diff --git a/localizable/pt-BR.plist b/localizable/pt.plist similarity index 97% rename from localizable/pt-BR.plist rename to localizable/pt.plist index e8bc170..a132c8c 100644 --- a/localizable/pt-BR.plist +++ b/localizable/pt.plist @@ -317,5 +317,18 @@ <string>CAPTCHA</string> <key>wa_sdk_please_input_correct_graph_code</key> <string>Por favor, insira o CAPTCHA correto</string> + <key>wa_sdk_settings_customer_services</key> + <string>Suporte</string> + <key>wa_sdk_settings_account_manager</key> + <string>Gerenciar Conta</string> + <key>wa_sdk_settings_account_delete</key> + <string>Excluir Conta</string> + <key>wa_sdk_settings_customer_center</key> + <string>Central de Suporte</string> + <key>wa_sdk_settings_user_center</key> + <string>Central do Usuário</string> + <key>wa_sdk_settings_data_consent</key> + <string>Consentimento</string> + </dict> </plist> diff --git a/localizable/ru.plist b/localizable/ru.plist index 2ba88ff..6c2c5a7 100644 --- a/localizable/ru.plist +++ b/localizable/ru.plist @@ -269,5 +269,17 @@ <string>CAPTCHA</string> <key>wa_sdk_please_input_correct_graph_code</key> <string>Пожалуйста, введите правильный CAPTCHA</string> + <key>wa_sdk_settings_customer_services</key> + <string>Поддержка</string> + <key>wa_sdk_settings_account_manager</key> + <string>Управление аккаунтом</string> + <key>wa_sdk_settings_account_delete</key> + <string>Удалить аккаунт</string> + <key>wa_sdk_settings_customer_center</key> + <string>Центр поддержки</string> + <key>wa_sdk_settings_user_center</key> + <string>Центр пользователя</string> + <key>wa_sdk_settings_data_consent</key> + <string>Согласие</string> </dict> </plist> diff --git a/localizable/th.plist b/localizable/th.plist index 6ef2369..b3cedca 100644 --- a/localizable/th.plist +++ b/localizable/th.plist @@ -255,5 +255,17 @@ <string>หัสยืนยันภาพ</string> <key>wa_sdk_please_input_correct_graph_code</key> <string>กรุณากรอกรหัสยืนยันภาพที่ถูกต้อง</string> + <key>wa_sdk_settings_customer_center</key> + <string>ศูนย์ช่วยเหลือ</string> + <key>wa_sdk_settings_customer_services</key> + <string>การสนับสนุน</string> + <key>wa_sdk_settings_account_manager</key> + <string>จัดการบัญชี</string> + <key>wa_sdk_settings_account_delete</key> + <string>ลบบัญชี</string> + <key>wa_sdk_settings_user_center</key> + <string>ศูนย์ผู้ใช้</string> + <key>wa_sdk_settings_data_consent</key> + <string>ความยินยอม</string> </dict> </plist> diff --git a/localizable/zh-Hans.plist b/localizable/zh-Hans.plist index 2e216b1..decb747 100644 --- a/localizable/zh-Hans.plist +++ b/localizable/zh-Hans.plist @@ -323,5 +323,17 @@ <string>图形验证码</string> <key>wa_sdk_please_input_correct_graph_code</key> <string>请输入正确的图形验证码</string> -</dict> + <key>wa_sdk_settings_customer_services</key> + <string>客服</string> + <key>wa_sdk_settings_account_manager</key> + <string>账号管理</string> + <key>wa_sdk_settings_account_delete</key> + <string>账号注销</string> + <key>wa_sdk_settings_customer_center</key> + <string>客服中心</string> + <key>wa_sdk_settings_user_center</key> + <string>用户中心</string> + <key>wa_sdk_settings_data_consent</key> + <string>Consent设置</string> + </dict> </plist> diff --git a/localizable/zh-Hant.plist b/localizable/zh-Hant.plist index 05007e9..477fc89 100644 --- a/localizable/zh-Hant.plist +++ b/localizable/zh-Hant.plist @@ -317,5 +317,17 @@ <string>圖形驗證碼</string> <key>wa_sdk_please_input_correct_graph_code</key> <string>請輸入正確的圖形驗證碼</string> + <key>wa_sdk_settings_customer_services</key> + <string>支援</string> + <key>wa_sdk_settings_account_manager</key> + <string>帳號管理</string> + <key>wa_sdk_settings_account_delete</key> + <string>帳號註銷</string> + <key>wa_sdk_settings_customer_center</key> + <string>客服中心</string> + <key>wa_sdk_settings_user_center</key> + <string>用戶中心</string> + <key>wa_sdk_settings_data_consent</key> + <string>資料使用同意</string> </dict> </plist> -- Gitblit v1.8.0