hank
2018-08-30 b3cda8276941bfdfc142305933ceb0ac39641b7e
添加V3.7.0
4 files added
12 files modified
160 ■■■■■ changed files
WASdkImpl.podspec 4 ●●●● patch | view | raw | blame | history
bundle/WASDK-Resource.bundle/wasdk-check-box-nor@2x.png patch | view | raw | blame | history
bundle/WASDK-Resource.bundle/wasdk-check-box-select@2x.png patch | view | raw | blame | history
config/wa_sdk_impl_config_winga.xml 2 ●●● patch | view | raw | blame | history
frameworks/WACommon.framework/Headers/WACommon.h 4 ●●● patch | view | raw | blame | history
frameworks/WACommon.framework/Headers/WAWebProgressView.h 26 ●●●●● patch | view | raw | blame | history
frameworks/WACommon.framework/Headers/WAWebViewController.h 16 ●●●●● 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 22 ●●●●● patch | view | raw | blame | history
localizable/en.plist 18 ●●●●● patch | view | raw | blame | history
localizable/es.plist 16 ●●●●● patch | view | raw | blame | history
localizable/pt-BR.plist 16 ●●●●● patch | view | raw | blame | history
localizable/ru.plist 16 ●●●●● patch | view | raw | blame | history
localizable/zh-Hans.plist 18 ●●●●● patch | view | raw | blame | history
WASdkImpl.podspec
@@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = 'WASdkImpl'
s.version = '3.6.9'
s.version = '3.7.0'
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.9'   #此处添加私有库依赖
s.dependency 'WASdkIntf', '~> 3.7.0'   #此处添加私有库依赖
end
bundle/WASDK-Resource.bundle/wasdk-check-box-nor@2x.png
bundle/WASDK-Resource.bundle/wasdk-check-box-select@2x.png
config/wa_sdk_impl_config_winga.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<config>
    <version val="WA3.6.9"/>
    <version val="WA3.7.0"/>
    <comps>
        <!-- 用户模块 -->
        <comp module="USR" plaf="WINGA" mandatory="YES" value="WASdkUser" desc="WINGA用户账户"/>
frameworks/WACommon.framework/Headers/WACommon.h
@@ -24,6 +24,8 @@
//#import <WACommon/WACommon.h>
#import <WACommon/WADevice.h>
#import <WACommon/WAReachability.h>
#import <WACommon/WAWebProgressView.h>
#import <WACommon/WAWebViewController.h>
//time:2018/06/21 10:24
//time:2018/08/27 14:44
frameworks/WACommon.framework/Headers/WAWebProgressView.h
New file
@@ -0,0 +1,26 @@
//
//  WAWebProgressView.h
//  WAWebPayImplUI
//
//  Created by hank on 16/4/29.
//  Copyright © 2016年 hank. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface WAWebProgressView : UIView
/** 进度值 */
@property (nonatomic, assign) CGFloat progress;
/** 背景颜色 */
@property (nonatomic, strong) UIColor *backgroundColor;
/** 进度颜色 */
@property (nonatomic, strong) UIColor *progressColor;
/** 开启网页自动进度效果 */
- (void)startAnimation;
/** 关闭网页自动进度效果 */
- (void)stopAnimation;
@end
frameworks/WACommon.framework/Headers/WAWebViewController.h
New file
@@ -0,0 +1,16 @@
//
//  WAWebViewController.h
//  WACommon
//
//  Created by hank on 2018/8/23.
//  Copyright © 2018年 GHW-T-01. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface WAWebViewController : UIViewController
@property (nonatomic, strong) NSString *url;
@property (nonatomic, copy) void(^handler)(BOOL isClose);
@end
frameworks/WACommon.framework/WACommon
Binary files differ
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/06/21 10:26 ver:3.6.9
//time:2018/08/28 12:07 ver:3.7.0
frameworks/WASdkImpl.framework/WASdkImpl
Binary files differ
localizable/base.plist
@@ -101,8 +101,26 @@
    <key>wasdk_login_instagram</key>
    <string>Instagram</string>
    <key>wasdk_tip_bind_closed</key>
    <string>Failed to bind</string>
    <string>Failed to bind.</string>
    <key>wasdk_tip_unbind_closed</key>
    <string>wasdk_tip_unbind_close</string>
    <string>Failed to unbind. </string>
    <key>wasdk_loading_error</key>
    <string>Failed to Loading.</string>
    <key>wasdk_privacy_policy</key>
    <string>Privacy Policy</string>
    <key>wasdk_privacy_reminder</key>
    <string>A privacy reminder</string>
    <key>wasdk_privacy_policy_alert_content</key>
    <string>Thank you for supporting us. Please read and agree to the presented legal agreement.</string>
    <key>wasdk_privacy_view details</key>
    <string>Tap to view details</string>
    <key>wasdk_no_agree</key>
    <string>I do not agree</string>
    <key>wasdk_agree</key>
    <string>I agree</string>
    <key>wasdk_privacy_policy_agree</key>
    <string>I have read and agree</string>
    <key>wasdk_please_agree_privacy_policy</key>
    <string>Please agree to the Privacy Policy first.</string>
</dict>
</plist>
localizable/en.plist
@@ -104,5 +104,23 @@
    <string>Failed to bind.</string>
    <key>wasdk_tip_unbind_closed</key>
    <string>Failed to unbind. </string>
    <key>wasdk_loading_error</key>
    <string>Failed to Loading.</string>
    <key>wasdk_privacy_policy</key>
    <string>Privacy Policy</string>
    <key>wasdk_privacy_reminder</key>
    <string>A privacy reminder</string>
    <key>wasdk_privacy_policy_alert_content</key>
    <string>Thank you for supporting us. Please read and agree to the presented legal agreement.</string>
    <key>wasdk_privacy_view details</key>
    <string>Tap to view details</string>
    <key>wasdk_no_agree</key>
    <string>I do not agree</string>
    <key>wasdk_agree</key>
    <string>I agree</string>
    <key>wasdk_privacy_policy_agree</key>
    <string>I have read and agree</string>
    <key>wasdk_please_agree_privacy_policy</key>
    <string>Please agree to the Privacy Policy first.</string>
</dict>
</plist>
localizable/es.plist
@@ -104,5 +104,21 @@
    <string>Error al enlazar</string>
    <key>wasdk_tip_unbind_closed</key>
    <string>Error al desenlazar</string>
    <key>wasdk_privacy_policy</key>
    <string>Política de Privacidad</string>
    <key>wasdk_privacy_reminder</key>
    <string>Un recordatorio de privacidad</string>
    <key>wasdk_privacy_policy_alert_content</key>
    <string>Gracias por tu apoyo. Lee y acepta el siguente acuerdo legal.</string>
    <key>wasdk_privacy_view details</key>
    <string>Pulsa para ver más detalles</string>
    <key>wasdk_no_agree</key>
    <string>No acepto</string>
    <key>wasdk_agree</key>
    <string>Sí acepto</string>
    <key>wasdk_privacy_policy_agree</key>
    <string>Lo he leído y estoy de acuerdo</string>
    <key>wasdk_please_agree_privacy_policy</key>
    <string>Acepta la Política de Privacidad para continuar.</string>
</dict>
</plist>
localizable/pt-BR.plist
@@ -102,5 +102,21 @@
    <string>Falha ao vincular</string>
    <key>wasdk_tip_unbind_closed</key>
    <string>Falha ao desvincular</string>
    <key>wasdk_privacy_policy</key>
    <string>Política de Privacidade</string>
    <key>wasdk_privacy_reminder</key>
    <string>Aviso de Privacidade</string>
    <key>wasdk_privacy_policy_alert_content</key>
    <string>Obrigado pelo Suporte. Por favor leia os termos legais.</string>
    <key>wasdk_privacy_view details</key>
    <string>Toque para ver os detalhes</string>
    <key>wasdk_no_agree</key>
    <string>Discordo</string>
    <key>wasdk_agree</key>
    <string>Concordo</string>
    <key>wasdk_privacy_policy_agree</key>
    <string>Li e concordo</string>
    <key>wasdk_please_agree_privacy_policy</key>
    <string>Por favor, concorde com a Política de Privacidade Primeiro.</string>
</dict>
</plist>
localizable/ru.plist
@@ -104,5 +104,21 @@
    <string>Не удалось выполнить привязку</string>
    <key>wasdk_tip_unbind_closed</key>
    <string>Не удалось выполнить отвязку</string>
    <key>wasdk_privacy_policy</key>
    <string>политика конфиденциальности</string>
    <key>wasdk_privacy_reminder</key>
    <string>Напоминание о конфиденциальности</string>
    <key>wasdk_privacy_policy_alert_content</key>
    <string>Спасибо Вам за поддержку. Прочтите и согласитесь с представленным юридическим соглашением.</string>
    <key>wasdk_privacy_view details</key>
    <string>Нажмите для просмотра сведений.</string>
    <key>wasdk_no_agree</key>
    <string>Не согласен</string>
    <key>wasdk_agree</key>
    <string>Согласен</string>
    <key>wasdk_privacy_policy_agree</key>
    <string>Я прочел и принимаю соглашение</string>
    <key>wasdk_please_agree_privacy_policy</key>
    <string>Пожалуйста, согласитесь с Политикой конфиденциальности.</string>
</dict>
</plist>
localizable/zh-Hans.plist
@@ -104,5 +104,23 @@
    <string>绑定失败</string>
    <key>wasdk_tip_unbind_closed</key>
    <string>解绑失败</string>
    <key>wasdk_loading_error</key>
    <string>加载失败</string>
    <key>wasdk_privacy_policy</key>
    <string>隐私政策</string>
    <key>wasdk_privacy_reminder</key>
    <string>隐私政策提醒</string>
    <key>wasdk_privacy_policy_alert_content</key>
    <string>感谢您支持本产品,在正式开始前,请您阅读并同意本产品的隐私政策</string>
    <key>wasdk_privacy_view details</key>
    <string>点击查看隐私政策详情</string>
    <key>wasdk_no_agree</key>
    <string>拒绝</string>
    <key>wasdk_agree</key>
    <string>同意</string>
    <key>wasdk_privacy_policy_agree</key>
    <string>我已经详细阅读并同意</string>
    <key>wasdk_please_agree_privacy_policy</key>
    <string>请先同意本产品隐私政策</string>
</dict>
</plist>