From ea69c8c0cddb8eac43b090eacb20d465956c16d8 Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Tue, 06 Mar 2018 09:46:37 +0800 Subject: [PATCH] 添加V3.6.6 --- frameworks/FMDB.framework/_CodeSignature/CodeSignature | 0 frameworks/FMDB.framework/Info.plist | 0 frameworks/WACommon.framework/Headers/WACommConstants.h | 4 + frameworks/WACommon.framework/_CodeSignature/CodeSignature | 0 frameworks/WASdkImpl.framework/WASdkImpl | 0 config/wa_sdk_impl_config_winga.xml | 2 frameworks/WACommon.framework/WACommon | 0 frameworks/WASdkImpl.framework/Headers/WASdkImpl.h | 2 frameworks/FMDB.framework/FMDB | 0 localizable/es.plist | 108 ++++++++++++++++++++++++++++++++++++ frameworks/WACommon.framework/_CodeSignature/CodeRequirements-1 | 0 frameworks/FMDB.framework/_CodeSignature/CodeDirectory | 0 frameworks/FMDB.framework/_CodeSignature/CodeResources | 2 frameworks/WACommon.framework/Info.plist | 0 frameworks/WACommon.framework/_CodeSignature/CodeResources | 8 +- frameworks/WACommon.framework/_CodeSignature/CodeDirectory | 0 WASdkImpl.podspec | 4 17 files changed, 120 insertions(+), 10 deletions(-) diff --git a/WASdkImpl.podspec b/WASdkImpl.podspec index 221e1e2..1b85434 100644 --- a/WASdkImpl.podspec +++ b/WASdkImpl.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = 'WASdkImpl' -s.version = '3.6.5.2' +s.version = '3.6.6' s.summary = 'WASdkImpl framework in production environment.' s.license = 'MIT' s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" } @@ -21,6 +21,6 @@ s.resources = ['config/*.xml','bundle/WASDK-Resource.bundle','localizable/*.plist'] s.libraries = 'sqlite3','z' s.requires_arc = true -s.dependency 'WASdkIntf', '~> 3.6.5.2' #此处添加私有库依赖 +s.dependency 'WASdkIntf', '~> 3.6.6' #此处添加私有库依赖 end diff --git a/config/wa_sdk_impl_config_winga.xml b/config/wa_sdk_impl_config_winga.xml index 68d49bc..b49d9e9 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.6.5.2"/> + <version val="WA3.6.6"/> <comps> <!-- 用户模块 --> <comp module="USR" plaf="WINGA" mandatory="YES" value="WASdkUser" desc="WINGA用户账户"/> diff --git a/frameworks/FMDB.framework/FMDB b/frameworks/FMDB.framework/FMDB index 7962aa1..b9975b7 100644 --- a/frameworks/FMDB.framework/FMDB +++ b/frameworks/FMDB.framework/FMDB Binary files differ diff --git a/frameworks/FMDB.framework/Info.plist b/frameworks/FMDB.framework/Info.plist index 7314a98..2217df6 100644 --- a/frameworks/FMDB.framework/Info.plist +++ b/frameworks/FMDB.framework/Info.plist Binary files differ diff --git a/frameworks/FMDB.framework/_CodeSignature/CodeDirectory b/frameworks/FMDB.framework/_CodeSignature/CodeDirectory index 8b90dca..fcaf34d 100644 --- a/frameworks/FMDB.framework/_CodeSignature/CodeDirectory +++ b/frameworks/FMDB.framework/_CodeSignature/CodeDirectory Binary files differ diff --git a/frameworks/FMDB.framework/_CodeSignature/CodeResources b/frameworks/FMDB.framework/_CodeSignature/CodeResources index 9652bac..b5c83cc 100644 --- a/frameworks/FMDB.framework/_CodeSignature/CodeResources +++ b/frameworks/FMDB.framework/_CodeSignature/CodeResources @@ -30,7 +30,7 @@ </data> <key>Info.plist</key> <data> - h5VFW38zlJRPLo2ucRduRmTd8DY= + UNPBCue6Zpf1WPlZC8SoMy3sdaI= </data> <key>Modules/module.modulemap</key> <data> diff --git a/frameworks/FMDB.framework/_CodeSignature/CodeSignature b/frameworks/FMDB.framework/_CodeSignature/CodeSignature index 853a2b7..433f0f3 100644 --- a/frameworks/FMDB.framework/_CodeSignature/CodeSignature +++ b/frameworks/FMDB.framework/_CodeSignature/CodeSignature Binary files differ diff --git a/frameworks/WACommon.framework/Headers/WACommConstants.h b/frameworks/WACommon.framework/Headers/WACommConstants.h index ba8af8b..8f2deb4 100644 --- a/frameworks/WACommon.framework/Headers/WACommConstants.h +++ b/frameworks/WACommon.framework/Headers/WACommConstants.h @@ -18,6 +18,8 @@ extern NSString *const WASDK_FLOW_TYPE_REBIND; extern NSString *const WASDK_PARAM_KEY_SDK_VER; +extern NSString *const WASDK_PARAM_KEY_SDK_TYPE; +extern NSString *const WASDK_PARAM_KEY_RUN_PLATFORM; extern NSString *const WASDK_PARAM_KEY_SDK_ID; extern NSString *const WASDK_PARAM_KEY_PATCH_ID; extern NSString *const WASDK_PARAM_KEY_PATCH_VER; @@ -158,7 +160,7 @@ extern NSString *const WASDK_MSG_ID; extern NSString *const WASDK_ACTION_TYPE; -extern NSString *const WASDK_IAP_URL_PROLIST; +//extern NSString *const WASDK_IAP_URL_PROLIST; extern NSString *const WASDK_IAP_URL_NOTIFY_SERVER; extern NSString *const WASDK_IAP_URL_CREATE_ORDER; extern NSString *const WASDK_REFRESH_TOKEN; diff --git a/frameworks/WACommon.framework/Info.plist b/frameworks/WACommon.framework/Info.plist index bc22d7c..c90e3a8 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 f7ac62e..e60e817 100644 --- a/frameworks/WACommon.framework/WACommon +++ b/frameworks/WACommon.framework/WACommon Binary files differ diff --git a/frameworks/WACommon.framework/_CodeSignature/CodeDirectory b/frameworks/WACommon.framework/_CodeSignature/CodeDirectory index 907a915..7ec0122 100644 --- a/frameworks/WACommon.framework/_CodeSignature/CodeDirectory +++ b/frameworks/WACommon.framework/_CodeSignature/CodeDirectory Binary files differ diff --git a/frameworks/WACommon.framework/_CodeSignature/CodeRequirements-1 b/frameworks/WACommon.framework/_CodeSignature/CodeRequirements-1 index 005b9f3..2e7a4f5 100644 --- a/frameworks/WACommon.framework/_CodeSignature/CodeRequirements-1 +++ b/frameworks/WACommon.framework/_CodeSignature/CodeRequirements-1 Binary files differ diff --git a/frameworks/WACommon.framework/_CodeSignature/CodeResources b/frameworks/WACommon.framework/_CodeSignature/CodeResources index 671154c..d5c3369 100644 --- a/frameworks/WACommon.framework/_CodeSignature/CodeResources +++ b/frameworks/WACommon.framework/_CodeSignature/CodeResources @@ -10,7 +10,7 @@ </data> <key>Headers/WACommConstants.h</key> <data> - eO6cd35wZIfoe51VxvivAWhKbYo= + 4wAbuHLPQg4Vqq/j6fdsfPIDgZE= </data> <key>Headers/WACommon.h</key> <data> @@ -42,7 +42,7 @@ </data> <key>Info.plist</key> <data> - GGqWorOKNdhWGBbNdFcp2/TQ7LI= + QcbtQ2EGvUEkpHqLTDzR7WX2dqg= </data> <key>Modules/module.modulemap</key> <data> @@ -66,11 +66,11 @@ <dict> <key>hash</key> <data> - eO6cd35wZIfoe51VxvivAWhKbYo= + 4wAbuHLPQg4Vqq/j6fdsfPIDgZE= </data> <key>hash2</key> <data> - VqqQMLRBM8FYfTAX8xUx9/9Jkg98Jb//57lmr0DwhGw= + /SnzlFAEKYKuQGIRvGmiVwnhXDwElGTDlPRwL0kUWZg= </data> </dict> <key>Headers/WACommon.h</key> diff --git a/frameworks/WACommon.framework/_CodeSignature/CodeSignature b/frameworks/WACommon.framework/_CodeSignature/CodeSignature index a9df2f4..53d290c 100644 --- a/frameworks/WACommon.framework/_CodeSignature/CodeSignature +++ b/frameworks/WACommon.framework/_CodeSignature/CodeSignature Binary files differ diff --git a/frameworks/WASdkImpl.framework/Headers/WASdkImpl.h b/frameworks/WASdkImpl.framework/Headers/WASdkImpl.h index f8ed1c8..47fcf1a 100644 --- a/frameworks/WASdkImpl.framework/Headers/WASdkImpl.h +++ b/frameworks/WASdkImpl.framework/Headers/WASdkImpl.h @@ -16,4 +16,4 @@ // In this header, you should import all the public headers of your framework using statements like #import <WASdkImpl/PublicHeader.h> -//time:2018/1/16 12:17 ver:3.6.5.2 +//time:2018/2/24 15:54 ver:3.6.6 diff --git a/frameworks/WASdkImpl.framework/WASdkImpl b/frameworks/WASdkImpl.framework/WASdkImpl index a09e94b..26ea51b 100644 --- a/frameworks/WASdkImpl.framework/WASdkImpl +++ b/frameworks/WASdkImpl.framework/WASdkImpl Binary files differ diff --git a/localizable/es.plist b/localizable/es.plist new file mode 100644 index 0000000..d1ec999 --- /dev/null +++ b/localizable/es.plist @@ -0,0 +1,108 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>wasdk_install_btn</key> + <string>Instalar</string> + <key>wasdk_play_btn</key> + <string>Jugar</string> + <key>wasdk_info_btn</key> + <string>INFO</string> + <key>wasdk_app_btn</key> + <string>APP</string> + <key>wasdk_apw_guide_words</key> + <string>Clic aquí para abrir el menú</string> + <key>wasdk_sdk_version</key> + <string>SDK Versión</string> + <key>wasdk_pat_version</key> + <string>Pat Versión</string> + <key>wasdk_has_no_pat</key> + <string>Ninguno</string> + <key>wasdk_login</key> + <string>Conectar</string> + <key>wasdk_login_facebook</key> + <string>Facebook</string> + <key>wasdk_login_game_center</key> + <string>Centro de Juegos</string> + <key>wasdk_login_vk</key> + <string>VK</string> + <key>wasdk_confirm</key> + <string>Aceptar</string> + <key>wasdk_cancel</key> + <string>Cancelar</string> + <key>wasdk_loading</key> + <string>Cargando</string> + <key>wasdk_visitor</key> + <string>Visitante</string> + <key>wasdk_bind</key> + <string>Enlazar</string> + <key>wasdk_unbind</key> + <string>Desenlazar</string> + <key>wasdk_bound</key> + <string>Enlazado</string> + <key>wasdk_unbound</key> + <string>No Enlazado</string> + <key>wasdk_create_ccount</key> + <string>Crear Cuenta</string> + <key>wasdk_account_management</key> + <string>Gestionar Cuenta</string> + <key>wasdk_change_account</key> + <string>Cambiar Cuenta</string> + <key>wasdk_unbind_account</key> + <string>Desenlazar Cuenta</string> + <key>wasdk_tip_warning</key> + <string>Aviso</string> + <key>wasdk_tip_unbind_unique_third_party</key> + <string>Si desenlazas tu cuenta de la plataforma de terceros perderás tu progreso. ¿continuar?</string> + <key>wasdk_tip_can_not_unbind</key> + <string>No puedes desenlazar esta cuenta.</string> + <key>wasdk_tip_create_account_lost_data</key> + <string>Si creas una nueva cuenta pero no la enlazas a una cuenta de terceros, la información de tu cuenta anterior se perderá permanentemente. Tras enlazar tu cuenta podrás usar una plataforma de terceros para conectarte a la aplicación.</string> + <key>wasdk_tip_fail_change_account</key> + <string>Fallo al cambiar tu cuenta. Inténtalo de nuevo más tarde.</string> + <key>wasdk_tip_relog</key> + <string>Por favor, conéctate de nuevo a la aplicación.</string> + <key>wasdk_tip_fail_access_account_data</key> + <string>Fallo al acceder a la información de tu cuenta. Inténtalo de nuevo más tarde.</string> + <key>wasdk_tip_bind_succ</key> + <string>¡Enlazada con éxito!</string> + <key>wasdk_tip_bind_fail</key> + <string>Fallo al enlazar. Inténtalo de nuevo más tarde.</string> + <key>wasdk_tip_bind_fail_other_user</key> + <string>Esta cuenta está enlazada a otro usuario.</string> + <key>wasdk_tip_unbind_succ</key> + <string>¡Desenlazada con éxito!</string> + <key>wasdk_tip_unbind_fail</key> + <string>Fallo al desenlazar. Inténtalo de nuevo más tarde.</string> + <key>wasdk_tip_create_user_fail</key> + <string>Fallo al crear un nuevo usuario. Inténtalo de nuevo más tarde.</string> + <key>wasdk_drag_up_fresh</key> + <string>Arrastra hacia arriba para ver más.</string> + <key>wasdk_no_more_data</key> + <string>No hay más datos.</string> + <key>wasdk_load_more</key> + <string>Cargando ...</string> + <key>wasdk_pull_down_refresh</key> + <string>Arrastra hacia abajo para refrescar.</string> + <key>wasdk_release_refresh</key> + <string>Suelta para refrescar.</string> + <key>wasdk_purchase</key> + <string>Comprar</string> + <key>wasdk_pay_exit_alert</key> + <string>¿Quieres cancelar esta compra?</string> + <key>wasdk_notice</key> + <string>Aviso</string> + <key>wasdk_jailbreak_not_purchase</key> + <string>No puedes comprar en un sistema operativo pirata</string> + <key>wasdk_copy</key> + <string>copiar</string> + <key>wasdk_login_twitter</key> + <string>Twitter</string> + <key>wasdk_login_instagram</key> + <string>Instagram</string> + <key>wasdk_tip_bind_closed</key> + <string>Error al enlazar</string> + <key>wasdk_tip_unbind_closed</key> + <string>Error al desenlazar</string> +</dict> +</plist> -- Gitblit v1.8.0