From 51c4140d8c65507759bc5ed1f5be3448838ea127 Mon Sep 17 00:00:00 2001 From: lpw Date: Wed, 14 Jun 2023 09:37:13 +0800 Subject: [PATCH] 添加V2.8.0 --- frameworks/WAWechatImpl.framework/WAWechatImpl | 0 WAWechatImpl_CN.podspec | 4 ++-- config/wa_sdk_impl_config_wechat.xml | 2 +- frameworks/WAWechatImpl.framework/Headers/WAWechatImpl.h | 2 +- WAWechatImpl_CN/2.8.0/WAWechatImpl_CN.podspec | 27 +++++++++++++++++++++++++++ frameworks/WAWechatImpl.framework/Info.plist | 0 frameworks/WAWechatImpl.framework/README.txt | 24 ++++++++++++++++++++++++ 7 files changed, 55 insertions(+), 4 deletions(-) diff --git a/WAWechatImpl_CN.podspec b/WAWechatImpl_CN.podspec index 789bbaf..d2cbc53 100644 --- a/WAWechatImpl_CN.podspec +++ b/WAWechatImpl_CN.podspec @@ -9,8 +9,8 @@ Pod::Spec.new do |s| s.name = 'WAWechatImpl_CN' -s.version = '2.5.0' -s.summary = 'WASDK ' +s.version = '2.8.0' +s.summary = 'WAWechatImpl_CN' s.license = 'MIT' s.author = { "Hank" => "hank.zhang@gamehollywood.com" } s.homepage = 'http://repo.wingsdk.cn:8082/summary/WAWechatImpl_CN.git' diff --git a/WAWechatImpl_CN/2.8.0/WAWechatImpl_CN.podspec b/WAWechatImpl_CN/2.8.0/WAWechatImpl_CN.podspec new file mode 100644 index 0000000..d2cbc53 --- /dev/null +++ b/WAWechatImpl_CN/2.8.0/WAWechatImpl_CN.podspec @@ -0,0 +1,27 @@ +# +# Be sure to run `pod spec lint WAWechatImpl_CN.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 = 'WAWechatImpl_CN' +s.version = '2.8.0' +s.summary = 'WAWechatImpl_CN' +s.license = 'MIT' +s.author = { "Hank" => "hank.zhang@gamehollywood.com" } +s.homepage = 'http://repo.wingsdk.cn:8082/summary/WAWechatImpl_CN.git' +s.source = { :git => "http://admin@repo.wingsdk.cn:8082/r/WAWechatImpl_CN.git" , :tag => s.version} +s.platform = :ios +s.ios.deployment_target = "7.0" +s.vendored_frameworks = 'frameworks/WAWechatImpl.framework' +s.resources = ['config/*.xml'] +s.frameworks = 'SystemConfiguration','Security','CoreTelephony','CFNetwork' +s.libraries = 'sqlite3','z','c++' +s.dependency 'WASdkIntf_CN' # +s.dependency 'WASdkImpl_CN' +s.requires_arc = true +end \ No newline at end of file diff --git a/config/wa_sdk_impl_config_wechat.xml b/config/wa_sdk_impl_config_wechat.xml index ad8f528..9529ce7 100644 --- a/config/wa_sdk_impl_config_wechat.xml +++ b/config/wa_sdk_impl_config_wechat.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <config> - <version val="WECHAT2.5.0"/> + <version val="WECHAT2.8.0"/> <comps> <!-- 公共模块 --> <comp module="CORE" plaf="WECHAT" mandatory="YES" value="WAWechatCore" desc="公共模块"/> diff --git a/frameworks/WAWechatImpl.framework/Headers/WAWechatImpl.h b/frameworks/WAWechatImpl.framework/Headers/WAWechatImpl.h index 096e4d4..875e301 100644 --- a/frameworks/WAWechatImpl.framework/Headers/WAWechatImpl.h +++ b/frameworks/WAWechatImpl.framework/Headers/WAWechatImpl.h @@ -16,4 +16,4 @@ // In this header, you should import all the public headers of your framework using statements like #import <WAWechatImpl/PublicHeader.h> -//time:2022/03/15 15:35 ver:2.5.0 +//time:2022/06/13 15:35 ver:2.8.0 diff --git a/frameworks/WAWechatImpl.framework/Info.plist b/frameworks/WAWechatImpl.framework/Info.plist index d4d8110..e2265bb 100644 --- a/frameworks/WAWechatImpl.framework/Info.plist +++ b/frameworks/WAWechatImpl.framework/Info.plist Binary files differ diff --git a/frameworks/WAWechatImpl.framework/README.txt b/frameworks/WAWechatImpl.framework/README.txt index 0ea1f99..27b5c56 100644 --- a/frameworks/WAWechatImpl.framework/README.txt +++ b/frameworks/WAWechatImpl.framework/README.txt @@ -1,4 +1,28 @@ 重要! +SDK2.0.2 +1. 优化XCFramework打包方式 + +SDK2.0.1 +1. SDK支持XCFramework + +SDK2.0.0 +1. 分享能力支持内容防篡改校验 + +SDK1.9.9 +1. 授权登录支持关闭自动授权 +2. 分享支持添加签名,防止篡改 + +SDK1.9.7 +1. 适配CocoaPods + +SDK1.9.6 +1. 适配iOS 16,减少读写剪切板 + +SDK1.9.4 +1. 修复授权登录取消/拒绝时state字段没有带回 + +SDK1.9.3 +1. 新增发起二维码支付能力 SDK1.9.2 1. 新增发起企微客服会话能力 diff --git a/frameworks/WAWechatImpl.framework/WAWechatImpl b/frameworks/WAWechatImpl.framework/WAWechatImpl index bd125b6..073fd78 100644 --- a/frameworks/WAWechatImpl.framework/WAWechatImpl +++ b/frameworks/WAWechatImpl.framework/WAWechatImpl Binary files differ -- Gitblit v1.8.0