lpw
2020-09-01 c33e5c13ad47acc83736e7a4b8a0a653e2def897
3.8.5
16 files modified
1 files added
171 ■■■■ changed files
WASdkImpl.podspec 2 ●●● patch | view | raw | blame | history
WASdkImpl/3.8.5/WASdkImpl.podspec 26 ●●●●● 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/WACommon patch | view | raw | blame | history
frameworks/WASdkImpl.framework/Headers/WASdkImpl.h 2 ●●● patch | view | raw | blame | history
frameworks/WASdkImpl.framework/WASdkImpl patch | view | raw | blame | history
localizable/base.plist 11 ●●●●● patch | view | raw | blame | history
localizable/en.plist 15 ●●●● patch | view | raw | blame | history
localizable/es.plist 15 ●●●● patch | view | raw | blame | history
localizable/id.plist 15 ●●●● patch | view | raw | blame | history
localizable/pt-BR.plist 15 ●●●● patch | view | raw | blame | history
localizable/ru.plist 15 ●●●● patch | view | raw | blame | history
localizable/th.plist 15 ●●●● patch | view | raw | blame | history
localizable/zh-Hans.plist 15 ●●●● patch | view | raw | blame | history
localizable/zh-Hant.plist 15 ●●●● patch | view | raw | blame | history
WASdkImpl.podspec
@@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = 'WASdkImpl'
s.version = '3.8.4'
s.version = '3.8.5'
s.summary = 'WASdkImpl framework in production environment.'
s.license = 'MIT'
s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" }
WASdkImpl/3.8.5/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 = '3.8.5'
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
config/wa_sdk_impl_config_winga.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<config>
    <version val="WA3.8.4"/>
    <version val="WA3.8.5"/>
    <comps>
        <!-- 用户模块 -->
        <comp module="USR" plaf="WINGA" mandatory="YES" value="WASdkUser" desc="WINGA用户账户"/>
frameworks/WACommon.framework/Headers/WACommConstants.h
@@ -95,6 +95,8 @@
extern NSString *const WASDK_PARAM_KEY_SEND_SEQ;
extern NSString *const WASDK_PARAM_KEY_APPLE_ABNORMAL;
extern NSString *const WASDK_PARAM_KEY_URL_TYPE;
extern NSString *const WASDK_PARAM_KEY_LONG_URL;
extern NSString *const WASDK_PARAM_KEY_QUERY_TYPE;
extern NSString *const WASDK_PARAM_KEY_IS_REPORTDATA;
@@ -274,6 +276,10 @@
// 充值中心-账号生成
extern NSString *const WASDK_AD_URL_GAME_CREATE_WINGA_ACCOUNT;
//充值中心-短链接申请
extern NSString *const WASDK_PAYCENTER_URL_GET_SHORT_LINK;
extern NSString *const WASDK_FB_INVITE_FROM_USERID;
extern NSString *const WASDK_FB_INVITE_TO_USERID;
extern NSString *const WASDK_FB_INVITE_SERVERID;
frameworks/WACommon.framework/Headers/WACommon.h
@@ -27,5 +27,5 @@
#import <WACommon/WAWebProgressView.h>
#import <WACommon/WAWebViewController.h>
//time:2020/05/20 09:16 ver:3.8.4
//time:2020/09/023 09:16 ver:3.8.5
frameworks/WACommon.framework/WACommon
Binary files differ
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:2020/05/20 12:00 ver:3.8.4
//time:2020/09/01 14:00 ver:3.8.5
frameworks/WASdkImpl.framework/WASdkImpl
Binary files differ
localizable/base.plist
@@ -132,7 +132,18 @@
    <string>OK</string>
    <key>wasdk_copied</key>
    <string>Copied</string>
    <key>wasdk_payment_center</key>
    <string>Payment Center</string>
    <key>wasdk_pay_way_title</key>
    <string>How to recharge</string>
    <key>wasdk_pay_way_1</key>
    <string>1. Press the button below to copy the url</string>
    <key>wasdk_pay_way_2</key>
    <string>2. Paste it on a mobile browser and visit the url
Recharge with discount</string>
    <key>wasdk_login_signinwithapple</key>
    <string>Sign in with Apple</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>
</dict>
</plist>
localizable/en.plist
@@ -20,6 +20,8 @@
    <string>None</string>
    <key>wasdk_login</key>
    <string>Login</string>
    <key>wasdk_login_signinwithapple</key>
    <string>Sign in with Apple</string>
    <key>wasdk_login_facebook</key>
    <string>Facebook</string>
    <key>wasdk_login_game_center</key>
@@ -132,7 +134,16 @@
    <string>OK</string>
    <key>wasdk_copied</key>
    <string>Copied</string>
    <key>wasdk_login_signinwithapple</key>
    <string>Sign in with Apple</string>
    <key>wasdk_payment_center</key>
    <string>Payment Center</string>
    <key>wasdk_pay_way_title</key>
    <string>How to recharge</string>
    <key>wasdk_pay_way_1</key>
    <string>1. Press the button below to copy the url</string>
    <key>wasdk_pay_way_2</key>
    <string>2. Paste it on a mobile browser and visit the url
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>
</dict>
</plist>
localizable/es.plist
@@ -22,6 +22,8 @@
    <string>Conectar</string>
    <key>wasdk_login_facebook</key>
    <string>Facebook</string>
    <key>wasdk_login_signinwithapple</key>
    <string>Sign in with Apple</string>
    <key>wasdk_login_game_center</key>
    <string>Centro de Juegos</string>
    <key>wasdk_login_vk</key>
@@ -132,7 +134,16 @@
    <string>OK</string>
    <key>wasdk_copied</key>
    <string>Copiado</string>
    <key>wasdk_login_signinwithapple</key>
    <string>Sign in with Apple</string>
    <key>wasdk_payment_center</key>
    <string>Centro de Pago</string>
    <key>wasdk_pay_way_2</key>
    <string>2. Paste it on a mobile browser and visit the url
Recharge with discount</string>
    <key>wasdk_pay_way_1</key>
    <string>1. Press the button below to copy the url</string>
    <key>wasdk_pay_way_title</key>
    <string>How to recharge</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>
</dict>
</plist>
localizable/id.plist
@@ -28,6 +28,8 @@
    <string>VK</string>
    <key>wasdk_confirm</key>
    <string>Konfirmasi</string>
    <key>wasdk_login_signinwithapple</key>
    <string>Sign in with Apple</string>
    <key>wasdk_cancel</key>
    <string>Batal</string>
    <key>wasdk_loading</key>
@@ -132,7 +134,16 @@
    <string>OK</string>
    <key>wasdk_copied</key>
    <string>Copied</string>
    <key>wasdk_login_signinwithapple</key>
    <string>Sign in with Apple</string>
    <key>wasdk_payment_center</key>
    <string>Payment Center</string>
    <key>wasdk_pay_way_title</key>
    <string>How to recharge</string>
    <key>wasdk_pay_way_1</key>
    <string>1. Press the button below to copy the url</string>
    <key>wasdk_pay_way_2</key>
    <string>2. Paste it on a mobile browser and visit the url
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>
</dict>
</plist>
localizable/pt-BR.plist
@@ -22,6 +22,8 @@
    <string>Entrar</string>
    <key>wasdk_login_facebook</key>
    <string>Facebook</string>
    <key>wasdk_login_signinwithapple</key>
    <string>Sign in with Apple</string>
    <key>wasdk_login_game_center</key>
    <string>Game Center</string>
    <key>wasdk_confirm</key>
@@ -128,9 +130,18 @@
    <string>Senha Padrão</string>
    <key>wasdk_i_know</key>
    <string>OK</string>
    <key>wasdk_pay_way_title</key>
    <string>Como recarregar</string>
    <key>wasdk_pay_way_1</key>
    <string>1. Toque no botão a baixo e copie o endereço</string>
    <key>wasdk_pay_way_2</key>
    <string>2. Cole em seu navegador para visitar o endereço
Recarregue com desconto.</string>
    <key>wasdk_copied</key>
    <string>Copiado</string>
    <key>wasdk_login_signinwithapple</key>
    <string>Sign in with Apple</string>
    <key>wasdk_payment_center</key>
    <string>Central de Pagamento</string>
    <key>wasdk_short_link_dated_alert</key>
    <string>O link é válido apenas por 5 minutos. Solicite um link novamente quando expirar.</string>
</dict>
</plist>
localizable/ru.plist
@@ -22,6 +22,8 @@
    <string>Вход</string>
    <key>wasdk_login_facebook</key>
    <string>Facebook</string>
    <key>wasdk_login_signinwithapple</key>
    <string>Sign in with Apple</string>
    <key>wasdk_login_game_center</key>
    <string>Игровой Центр</string>
    <key>wasdk_login_vk</key>
@@ -112,8 +114,6 @@
    <string>Напоминание о конфиденциальности</string>
    <key>wasdk_privacy_policy_alert_content</key>
    <string>Прочитайте и согласитесь с Политикой конфиденциальности.</string>
    <key>wasdk_login_signinwithapple</key>
    <string>Sign in with Apple</string>
    <key>wasdk_privacy_view details</key>
    <string>Ознакомьтесь с Политикой конфиденциальности</string>
    <key>wasdk_no_agree</key>
@@ -134,5 +134,16 @@
    <string>OK</string>
    <key>wasdk_copied</key>
    <string>Скопир</string>
    <key>wasdk_payment_center</key>
    <string>Мой кошелёк</string>
    <key>wasdk_pay_way_title</key>
    <string>How to recharge</string>
    <key>wasdk_pay_way_1</key>
    <string>1. Press the button below to copy the url</string>
    <key>wasdk_pay_way_2</key>
    <string>2. Paste it on a mobile browser and visit the url
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>
</dict>
</plist>
localizable/th.plist
@@ -26,6 +26,8 @@
    <string>Game Center</string>
    <key>wasdk_login_vk</key>
    <string>VK</string>
    <key>wasdk_login_signinwithapple</key>
    <string>Sign in with Apple</string>
    <key>wasdk_confirm</key>
    <string>ยืนยัน</string>
    <key>wasdk_cancel</key>
@@ -86,8 +88,6 @@
    <string>เลื่อนลงเพื่อรีเฟรช</string>
    <key>wasdk_release_refresh</key>
    <string>ปล่อยเพื่อรีเฟรช</string>
    <key>wasdk_login_signinwithapple</key>
    <string>Sign in with Apple</string>
    <key>wasdk_purchase</key>
    <string>ซื้อ</string>
    <key>wasdk_pay_exit_alert</key>
@@ -134,5 +134,16 @@
    <string>OK</string>
    <key>wasdk_copied</key>
    <string>Copied</string>
    <key>wasdk_payment_center</key>
    <string>Payment Center</string>
    <key>wasdk_pay_way_title</key>
    <string>How to recharge</string>
    <key>wasdk_pay_way_1</key>
    <string>1. Press the button below to copy the url</string>
    <key>wasdk_pay_way_2</key>
    <string>2. Paste it on a mobile browser and visit the url
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>
</dict>
</plist>
localizable/zh-Hans.plist
@@ -22,6 +22,8 @@
    <string>登录</string>
    <key>wasdk_login_facebook</key>
    <string>Facebook</string>
    <key>wasdk_login_signinwithapple</key>
    <string>Sign in with Apple</string>
    <key>wasdk_login_game_center</key>
    <string>Game Center</string>
    <key>wasdk_login_vk</key>
@@ -130,9 +132,18 @@
    <string>初始密码</string>
    <key>wasdk_i_know</key>
    <string>我知道了</string>
    <key>wasdk_login_signinwithapple</key>
    <string>Sign in with Apple</string>
    <key>wasdk_copied</key>
    <string>已复制</string>
    <key>wasdk_payment_center</key>
    <string>充值中心</string>
    <key>wasdk_pay_way_title</key>
    <string>充值流程</string>
    <key>wasdk_pay_way_1</key>
    <string>1. 点击下面的按钮复制网址</string>
    <key>wasdk_pay_way_2</key>
    <string>2. 打开手机浏览器,粘贴网址并访问
即可以更优惠的价格购买</string>
    <key>wasdk_short_link_dated_alert</key>
    <string>链接有效期为5分钟,逾时需重新获取</string>
</dict>
</plist>
localizable/zh-Hant.plist
@@ -26,6 +26,8 @@
    <string>Game Center</string>
    <key>wasdk_login_vk</key>
    <string>VK</string>
    <key>wasdk_login_signinwithapple</key>
    <string>Sign in with Apple</string>
    <key>wasdk_confirm</key>
    <string>確定</string>
    <key>wasdk_cancel</key>
@@ -98,8 +100,6 @@
    <string>複製</string>
    <key>wasdk_login_twitter</key>
    <string>Twitter</string>
    <key>wasdk_login_signinwithapple</key>
    <string>Sign in with Apple</string>
    <key>wasdk_login_instagram</key>
    <string>Instagram</string>
    <key>wasdk_tip_bind_closed</key>
@@ -134,5 +134,16 @@
    <string>我知道了</string>
    <key>wasdk_copied</key>
    <string>已複製</string>
    <key>wasdk_payment_center</key>
    <string>儲值中心</string>
    <key>wasdk_pay_way_title</key>
    <string>充值流程</string>
    <key>wasdk_pay_way_1</key>
    <string>1、點擊下面的按鈕複製網址</string>
    <key>wasdk_pay_way_2</key>
    <string>2. 打開手機瀏覽器,粘貼網址並訪問
即可以更優惠的價格購買</string>
    <key>wasdk_short_link_dated_alert</key>
    <string>鏈接有效期為5分鐘,逾時需重新獲取</string>
</dict>
</plist>