hank
2018-01-16 96f968f281f903257e4be013b97210431cb4506b
添加V3.6.5.2
10 files modified
52 ■■■■■ changed files
WASdkImpl.podspec 4 ●●●● patch | view | raw | blame | history
config/wa_sdk_impl_config_winga.xml 2 ●●● patch | view | raw | blame | history
frameworks/WASdkImpl.framework/Headers/WASdkImpl.h 2 ●●● patch | view | raw | blame | history
frameworks/WASdkImpl.framework/Info.plist patch | view | raw | blame | history
frameworks/WASdkImpl.framework/WASdkImpl patch | view | raw | blame | history
localizable/base.plist 4 ●●●● patch | view | raw | blame | history
localizable/en.plist 12 ●●●●● patch | view | raw | blame | history
localizable/pt-BR.plist 12 ●●●●● patch | view | raw | blame | history
localizable/ru.plist 12 ●●●●● patch | view | raw | blame | history
localizable/zh-Hans.plist 4 ●●●● patch | view | raw | blame | history
WASdkImpl.podspec
@@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = 'WASdkImpl'
s.version = '3.6.5'
s.version = '3.6.5.2'
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'   #此处添加私有库依赖
s.dependency 'WASdkIntf', '~> 3.6.5.2'   #此处添加私有库依赖
end
config/wa_sdk_impl_config_winga.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<config>
    <version val="WA3.6.4"/>
    <version val="WA3.6.5.2"/>
    <comps>
        <!-- 用户模块 -->
        <comp module="USR" plaf="WINGA" mandatory="YES" value="WASdkUser" desc="WINGA用户账户"/>
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:2017/8/30 09:57 ver:3.6.5
//time:2018/1/16 12:17 ver:3.6.5.2
frameworks/WASdkImpl.framework/Info.plist
Binary files differ
frameworks/WASdkImpl.framework/WASdkImpl
Binary files differ
localizable/base.plist
@@ -100,5 +100,9 @@
    <string>Twitter</string>
    <key>wasdk_login_instagram</key>
    <string>Instagram</string>
    <key>wasdk_tip_bind_closed</key>
    <string>Failed to bind</string>
    <key>wasdk_tip_unbind_closed</key>
    <string>wasdk_tip_unbind_close</string>
</dict>
</plist>
localizable/en.plist
@@ -96,9 +96,13 @@
    <string>You can not do purchase in a jailbreak device.</string>
    <key>wasdk_copy</key>
    <string>Copy</string>
    <key>wasdk_login_twitter</key>
    <string>Twitter</string>
    <key>wasdk_login_instagram</key>
    <string>Instagram</string>
    <key>wasdk_login_twitter</key>
    <string>Twitter</string>
    <key>wasdk_login_instagram</key>
    <string>Instagram</string>
    <key>wasdk_tip_bind_closed</key>
    <string>Failed to bind.</string>
    <key>wasdk_tip_unbind_closed</key>
    <string>Failed to unbind. </string>
</dict>
</plist>
localizable/pt-BR.plist
@@ -94,9 +94,13 @@
    <string>proibido compras em telefones com jailbreak</string>
    <key>wasdk_copy</key>
    <string>Copy</string>
    <key>wasdk_login_twitter</key>
    <string>Twitter</string>
    <key>wasdk_login_instagram</key>
    <string>Instagram</string>
    <key>wasdk_login_twitter</key>
    <string>Twitter</string>
    <key>wasdk_login_instagram</key>
    <string>Instagram</string>
    <key>wasdk_tip_bind_closed</key>
    <string>Falha ao vincular</string>
    <key>wasdk_tip_unbind_closed</key>
    <string>Falha ao desvincular</string>
</dict>
</plist>
localizable/ru.plist
@@ -96,9 +96,13 @@
    <string>Вы не можете совершать покупки на взломанном устройстве</string>
    <key>wasdk_copy</key>
    <string>Copy</string>
    <key>wasdk_login_twitter</key>
    <string>Twitter</string>
    <key>wasdk_login_instagram</key>
    <string>Instagram</string>
    <key>wasdk_login_twitter</key>
    <string>Twitter</string>
    <key>wasdk_login_instagram</key>
    <string>Instagram</string>
    <key>wasdk_tip_bind_closed</key>
    <string>Не удалось выполнить привязку</string>
    <key>wasdk_tip_unbind_closed</key>
    <string>Не удалось выполнить отвязку</string>
</dict>
</plist>
localizable/zh-Hans.plist
@@ -100,5 +100,9 @@
    <string>Twitter</string>
    <key>wasdk_login_instagram</key>
    <string>Instagram</string>
    <key>wasdk_tip_bind_closed</key>
    <string>绑定失败</string>
    <key>wasdk_tip_unbind_closed</key>
    <string>解绑失败</string>
</dict>
</plist>