From d08f6f9886c8845d4bc21c5cbd0be61bdf6ef98f Mon Sep 17 00:00:00 2001
From: lipengwei <lipengwei@nianben.com>
Date: Mon, 13 Jan 2020 16:11:07 +0800
Subject: [PATCH] 1.4.0

---
 WASdkImpl_CN.podspec                                    |    4 ++--
 frameworks/WACommon.framework/Headers/WACommConstants.h |    2 ++
 WASdkImpl_CN/1.4.0/WASdkImpl_CN.podspec                 |   26 ++++++++++++++++++++++++++
 frameworks/WACommon.framework/Info.plist                |    0 
 frameworks/WASdkImpl.framework/Headers/WASdkCore.h      |    3 +++
 frameworks/WASdkImpl.framework/WASdkImpl                |    0 
 frameworks/WACommon.framework/WACommon                  |    0 
 config/wa_sdk_impl_config_winga.xml                     |    2 +-
 frameworks/WACommon.framework/Headers/WACommon.h        |    2 +-
 frameworks/WASdkImpl.framework/Headers/WASdkImpl.h      |    3 ++-
 frameworks/WASdkImpl.framework/Info.plist               |    0 
 11 files changed, 37 insertions(+), 5 deletions(-)

diff --git a/WASdkImpl_CN.podspec b/WASdkImpl_CN.podspec
index 487b086..f530764 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.3.0'
+s.version = '1.4.0'
 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.3.0'
+s.dependency 'WASdkIntf_CN', '~> 1.4.0'
  
 end
\ No newline at end of file
diff --git a/WASdkImpl_CN/1.4.0/WASdkImpl_CN.podspec b/WASdkImpl_CN/1.4.0/WASdkImpl_CN.podspec
new file mode 100644
index 0000000..f530764
--- /dev/null
+++ b/WASdkImpl_CN/1.4.0/WASdkImpl_CN.podspec
@@ -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_CN'
+s.version = '1.4.0'
+s.summary = 'WASdkImpl_CN framework in testing environment.'
+s.license = 'MIT'
+s.author = { "Hank" => "hank.zhang@gamehollywood.com" }
+s.homepage = 'http://repo.wingsdk.cn:8082/summary/WASdkImpl_CN.git'
+s.source = { :git => "http://admin@repo.wingsdk.cn:8082/r/WASdkImpl_CN.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_CN', '~> 1.4.0'
+ 
+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 df9dda2..d47f400 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.3.0"/>
+	<version val="WA1.4.0"/>
     <comps>
         <!-- 用户模块 -->
         <comp module="USR" plaf="WINGA" mandatory="YES" value="WASdkUser" desc="WINGA用户账户"/>
diff --git a/frameworks/WACommon.framework/Headers/WACommConstants.h b/frameworks/WACommon.framework/Headers/WACommConstants.h
index 0f31191..05f3106 100644
--- a/frameworks/WACommon.framework/Headers/WACommConstants.h
+++ b/frameworks/WACommon.framework/Headers/WACommConstants.h
@@ -77,7 +77,9 @@
 extern NSString *const WASDK_PARAM_KEY_OSIGN;
 extern NSString *const WASDK_PARAM_KEY_CURRENCY_CODE;
 extern NSString *const WASDK_PARAM_KEY_EXT_INFO;
+extern NSString *const WASDK_PARAM_KEY_EXTRA;
 extern NSString *const WASDK_PARAM_KEY_COLLECTION_INFO;
+extern NSString *const WASDK_PARAM_KEY_SDKEXTINFO;
 extern NSString *const WASDK_PARAM_KEY_ORDER_AMOUNT_MICROS;
 extern NSString *const WASDK_PARAM_KEY_PRODUCT_ID;
 extern NSString *const WASDK_PARAM_KEY_PRODUCT_NAME;
diff --git a/frameworks/WACommon.framework/Headers/WACommon.h b/frameworks/WACommon.framework/Headers/WACommon.h
index 835bcce..37d5f91 100644
--- a/frameworks/WACommon.framework/Headers/WACommon.h
+++ b/frameworks/WACommon.framework/Headers/WACommon.h
@@ -27,5 +27,5 @@
 #import <WACommon/WAWebProgressView.h>
 #import <WACommon/WAWebViewController.h>
 
-//time:2019/10/09 09:16 ver:1.3.0
+//time:2020/01/08 09:16 ver:1.4.0
 
diff --git a/frameworks/WACommon.framework/Info.plist b/frameworks/WACommon.framework/Info.plist
index 92bc090..6dc78e1 100644
--- a/frameworks/WACommon.framework/Info.plist
+++ b/frameworks/WACommon.framework/Info.plist
Binary files differ
diff --git a/frameworks/WACommon.framework/WACommon b/frameworks/WACommon.framework/WACommon
index 535a683..45e8fe4 100644
--- a/frameworks/WACommon.framework/WACommon
+++ b/frameworks/WACommon.framework/WACommon
Binary files differ
diff --git a/frameworks/WASdkImpl.framework/Headers/WASdkCore.h b/frameworks/WASdkImpl.framework/Headers/WASdkCore.h
index ba1e23c..49b313f 100644
--- a/frameworks/WASdkImpl.framework/Headers/WASdkCore.h
+++ b/frameworks/WASdkImpl.framework/Headers/WASdkCore.h
@@ -102,4 +102,7 @@
  *  版本信息
  */
 +(NSString*)getVersion;
+
+
+
 @end
diff --git a/frameworks/WASdkImpl.framework/Headers/WASdkImpl.h b/frameworks/WASdkImpl.framework/Headers/WASdkImpl.h
index 0fc317b..39c8be1 100644
--- a/frameworks/WASdkImpl.framework/Headers/WASdkImpl.h
+++ b/frameworks/WASdkImpl.framework/Headers/WASdkImpl.h
@@ -16,4 +16,5 @@
 
 // In this header, you should import all the public headers of your framework using statements like #import <WASdkImpl/PublicHeader.h>
 
-//time:2019/10/10 09:16 ver:1.3.0
+//time:2020/01/08 09:16 ver:1.4.0
+
diff --git a/frameworks/WASdkImpl.framework/Info.plist b/frameworks/WASdkImpl.framework/Info.plist
index 73f2eab..5d9330f 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 08fe9c0..fbaf615 100644
--- a/frameworks/WASdkImpl.framework/WASdkImpl
+++ b/frameworks/WASdkImpl.framework/WASdkImpl
Binary files differ

--
Gitblit v1.8.0