From 17feb193c74e2a4165df15484668cd1c93c8e896 Mon Sep 17 00:00:00 2001 From: admin <zhupinghuang@gmail.com> Date: Tue, 19 Dec 2017 12:32:16 +0800 Subject: [PATCH] remove third-party payment logic --- WASdkImpl_CN.podspec | 4 ++-- 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, 4 insertions(+), 4 deletions(-) diff --git a/WASdkImpl_CN.podspec b/WASdkImpl_CN.podspec index f8f4a12..204b371 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.1' +s.version = '1.1.4.2' s.summary = 'WASdkImpl_CN framework in testing environment.' s.license = 'MIT' s.author = { "Hank" => "hank.zhang@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_CN', '~> 1.1.4' # +s.dependency 'WASdkIntf_CN', '~> 1.1.4.2' # end \ No newline at end of file diff --git a/config/wa_sdk_impl_config_winga.xml b/config/wa_sdk_impl_config_winga.xml index ea2aae5..a776235 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.1"/> + <version val="WA1.1.4.2"/> <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 f667f69..07aaab9 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/22 18:53 ver:1.1.4.1 +//time:2017/12/18 17:00 ver:1.1.4.2 diff --git a/frameworks/WASdkImpl.framework/Info.plist b/frameworks/WASdkImpl.framework/Info.plist index 7695f8d..7413bd0 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 edcc27d..c6a5ec9 100644 --- a/frameworks/WASdkImpl.framework/WASdkImpl +++ b/frameworks/WASdkImpl.framework/WASdkImpl Binary files differ -- Gitblit v1.8.0