mirror of
https://github.com/RxReader/wechat_kit.git
synced 2025-05-17 15:25:59 +08:00
切换 iOS-NoPay
This commit is contained in:
@ -13,8 +13,6 @@ PODS:
|
||||
- wechat_kit/vendor (= 2.2.0)
|
||||
- wechat_kit/vendor (2.2.0):
|
||||
- Flutter
|
||||
- WechatOpenSDK (~> 1.8.7.1)
|
||||
- WechatOpenSDK (1.8.7.1)
|
||||
|
||||
DEPENDENCIES:
|
||||
- Flutter (from `Flutter`)
|
||||
@ -25,7 +23,6 @@ DEPENDENCIES:
|
||||
SPEC REPOS:
|
||||
trunk:
|
||||
- FMDB
|
||||
- WechatOpenSDK
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
Flutter:
|
||||
@ -42,8 +39,7 @@ SPEC CHECKSUMS:
|
||||
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
|
||||
path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c
|
||||
sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904
|
||||
wechat_kit: bb7fe66e87eebb83952967b2be5d87635926b645
|
||||
WechatOpenSDK: 6a4d1436c15b3b5fe2a0bd383f3046010186da44
|
||||
wechat_kit: 61433ed9759b167e8ad58b784ddaeb393dce47d8
|
||||
|
||||
PODFILE CHECKSUM: 8e679eca47255a8ca8067c4c67aab20e64cb974d
|
||||
|
||||
|
@ -330,7 +330,7 @@ packages:
|
||||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "2.2.0"
|
||||
version: "2.2.0-iOS-NoPay"
|
||||
win32:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -18,26 +18,26 @@ A powerful Flutter plugin allowing developers to auth/share/pay with natvie Andr
|
||||
s.dependency 'Flutter'
|
||||
s.platform = :ios, '8.0'
|
||||
|
||||
# v1.8.7.1
|
||||
s.static_framework = true
|
||||
s.subspec 'vendor' do |sp|
|
||||
sp.dependency 'WechatOpenSDK', '~> 1.8.7.1'
|
||||
end
|
||||
|
||||
# # v1.8.7.1_NoPay
|
||||
# # v1.8.7.1
|
||||
# s.static_framework = true
|
||||
# s.subspec 'vendor' do |sp|
|
||||
# sp.source_files = 'Libraries/**/*.h'
|
||||
# sp.public_header_files = 'Libraries/**/*.h'
|
||||
# sp.vendored_libraries = 'Libraries/**/*.a'
|
||||
# sp.frameworks = 'CoreGraphics', 'Security', 'WebKit'
|
||||
# sp.libraries = 'c++', 'z', 'sqlite3.0'
|
||||
# sp.pod_target_xcconfig = {
|
||||
# 'OTHER_LDFLAGS' => '$(inherited) -ObjC -all_load',
|
||||
# 'GCC_PREPROCESSOR_DEFINITIONS' => 'NO_PAY=1'
|
||||
# }
|
||||
# sp.dependency 'WechatOpenSDK', '~> 1.8.7.1'
|
||||
# end
|
||||
|
||||
# v1.8.7.1_NoPay
|
||||
s.static_framework = true
|
||||
s.subspec 'vendor' do |sp|
|
||||
sp.source_files = 'Libraries/**/*.h'
|
||||
sp.public_header_files = 'Libraries/**/*.h'
|
||||
sp.vendored_libraries = 'Libraries/**/*.a'
|
||||
sp.frameworks = 'CoreGraphics', 'Security', 'WebKit'
|
||||
sp.libraries = 'c++', 'z', 'sqlite3.0'
|
||||
sp.pod_target_xcconfig = {
|
||||
'OTHER_LDFLAGS' => '$(inherited) -ObjC -all_load',
|
||||
'GCC_PREPROCESSOR_DEFINITIONS' => 'NO_PAY=1'
|
||||
}
|
||||
end
|
||||
|
||||
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
|
||||
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
|
||||
end
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: wechat_kit
|
||||
description: A powerful Flutter plugin allowing developers to auth/share/pay with natvie Android & iOS Wechat SDKs.
|
||||
version: 2.2.0 #-iOS-NoPay
|
||||
version: 2.2.0-iOS-NoPay
|
||||
# author: v7lin <v7lin@qq.com>
|
||||
homepage: https://github.com/rxreader/wechat_kit
|
||||
|
||||
|
Reference in New Issue
Block a user