From ce8465553517c0e9b8998c3a97944a12dd567466 Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Thu, 22 Jun 2017 18:09:37 +0800 Subject: [PATCH] 优化1.1.4登录界面 --- WASdkImpl_CN.podspec | 2 +- frameworks/WASdkImpl.framework/WASdkImpl | 0 config/wa_sdk_impl_config_winga.xml | 2 +- frameworks/WASdkImpl.framework/Headers/WASdkImpl.h | 2 +- frameworks/WASdkImpl.framework/Info.plist | 0 5 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WASdkImpl_CN.podspec b/WASdkImpl_CN.podspec index c33a973..f8f4a12 100644 --- a/WASdkImpl_CN.podspec +++ b/WASdkImpl_CN.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = 'WASdkImpl_CN' -s.version = '1.1.4' +s.version = '1.1.4.1' s.summary = 'WASdkImpl_CN framework in testing environment.' s.license = 'MIT' s.author = { "Hank" => "hank.zhang@gamehollywood.com" } diff --git a/config/wa_sdk_impl_config_winga.xml b/config/wa_sdk_impl_config_winga.xml index b2b026b..ea2aae5 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="WA1.1.4"/> + <version val="WA1.1.4.1"/> <comps> <!-- 用户模块 --> <comp module="USR" plaf="WINGA" mandatory="YES" value="WASdkUser" desc="WINGA用户账户"/> diff --git a/frameworks/WASdkImpl.framework/Headers/WASdkImpl.h b/frameworks/WASdkImpl.framework/Headers/WASdkImpl.h index 6b85c66..dd70903 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:2017/6/5 10:44 ver:1.1.4 +//time:2017/6/22 16:15 ver:1.1.4.1 diff --git a/frameworks/WASdkImpl.framework/Info.plist b/frameworks/WASdkImpl.framework/Info.plist index 1bb61e5..7695f8d 100644 --- a/frameworks/WASdkImpl.framework/Info.plist +++ b/frameworks/WASdkImpl.framework/Info.plist Binary files differ diff --git a/frameworks/WASdkImpl.framework/WASdkImpl b/frameworks/WASdkImpl.framework/WASdkImpl index 5150d49..6184bf9 100644 --- a/frameworks/WASdkImpl.framework/WASdkImpl +++ b/frameworks/WASdkImpl.framework/WASdkImpl Binary files differ -- Gitblit v1.8.0