lpw
2025-07-22 07e7d6060b4fa73a3286e325dbdfa9ef6b34a008
提交版本 4.6.0
1 files renamed
6 files added
21 files modified
167 ■■■■■ changed files
WASdkImpl.podspec 2 ●●● patch | view | raw | blame | history
WASdkImpl/4.6.0/WASdkImpl.podspec 26 ●●●●● patch | view | raw | blame | history
bundle/WASDK-Resource.bundle/wa_sdk_settings_account_delete.png patch | view | raw | blame | history
bundle/WASDK-Resource.bundle/wa_sdk_settings_aihelp.png patch | view | raw | blame | history
bundle/WASDK-Resource.bundle/wa_sdk_settings_data_consent.png patch | view | raw | blame | history
bundle/WASDK-Resource.bundle/wa_sdk_settings_manage_account.png patch | view | raw | blame | history
bundle/WASDK-Resource.bundle/wa_sdk_settings_user_center.png patch | view | raw | blame | history
config/wa_sdk_impl_config_winga.xml 2 ●●● patch | view | raw | blame | history
frameworks/WACommon.framework/Headers/WACommConstants.h 6 ●●●●● patch | view | raw | blame | history
frameworks/WACommon.framework/Headers/WACommon.h 2 ●●● patch | view | raw | blame | history
frameworks/WACommon.framework/Info.plist patch | view | raw | blame | history
frameworks/WACommon.framework/WACommon patch | view | raw | blame | history
frameworks/WASdkImpl.framework/Headers/WASdkImpl.h 4 ●●●● patch | view | raw | blame | history
frameworks/WASdkImpl.framework/Info.plist patch | view | raw | blame | history
frameworks/WASdkImpl.framework/WASdkImpl patch | view | raw | blame | history
frameworks/WASdkImpl.framework/_CodeSignature/CodeDirectory patch | view | raw | blame | history
frameworks/WASdkImpl.framework/_CodeSignature/CodeRequirements-1 patch | view | raw | blame | history
frameworks/WASdkImpl.framework/_CodeSignature/CodeResources 8 ●●●● patch | view | raw | blame | history
frameworks/WASdkImpl.framework/_CodeSignature/CodeSignature patch | view | raw | blame | history
localizable/base.plist 16 ●●●● patch | view | raw | blame | history
localizable/en.plist 14 ●●●●● patch | view | raw | blame | history
localizable/es.plist 12 ●●●●● patch | view | raw | blame | history
localizable/id.plist 12 ●●●●● patch | view | raw | blame | history
localizable/pt.plist 13 ●●●●● patch | view | raw | blame | history
localizable/ru.plist 12 ●●●●● patch | view | raw | blame | history
localizable/th.plist 12 ●●●●● patch | view | raw | blame | history
localizable/zh-Hans.plist 14 ●●●●● patch | view | raw | blame | history
localizable/zh-Hant.plist 12 ●●●●● patch | view | raw | blame | history
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" }
WASdkImpl/4.6.0/WASdkImpl.podspec
New file
@@ -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
bundle/WASDK-Resource.bundle/wa_sdk_settings_account_delete.png
bundle/WASDK-Resource.bundle/wa_sdk_settings_aihelp.png
bundle/WASDK-Resource.bundle/wa_sdk_settings_data_consent.png
bundle/WASDK-Resource.bundle/wa_sdk_settings_manage_account.png
bundle/WASDK-Resource.bundle/wa_sdk_settings_user_center.png
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用户账户" />
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;
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
frameworks/WACommon.framework/Info.plist
Binary files differ
frameworks/WACommon.framework/WACommon
Binary files differ
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
frameworks/WASdkImpl.framework/Info.plist
Binary files differ
frameworks/WASdkImpl.framework/WASdkImpl
Binary files differ
frameworks/WASdkImpl.framework/_CodeSignature/CodeDirectory
Binary files differ
frameworks/WASdkImpl.framework/_CodeSignature/CodeRequirements-1
Binary files differ
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>
frameworks/WASdkImpl.framework/_CodeSignature/CodeSignature
Binary files differ
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>
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>
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>
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>
localizable/pt.plist
File was renamed from localizable/pt-BR.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>
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>
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>
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>
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>