Skip to content

Commit

Permalink
chore: add Alipay bundle and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkzero831 committed Jan 2, 2023
1 parent 1877c5b commit d001f54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# react-native-super-pay

Alipay Wechatpay intergration of react native
基于react-native-puti-pay改造,由于原库太久没更新,微信、支付宝的SDK都是很旧的版本,因此更新了最新的SDK,并且对友盟SDK进行了兼容
Alipay Wechatpay intergration of react native which support M1 ARM64 Simulator, All SDKs are been rebuild in xcframework.
<br>基于react-native-puti-pay改造,由于原库太久没更新,微信、支付宝的SDK都是很旧的版本,因此更新了最新的SDK,并且对M1虚拟机架构进行了兼容
<br/>基于RN 0.70.6 构建,使用的Alipay 和 Wechat SDK 都是最新的
<br/>为了解决ARM64 Simulator 编译问题使用了二次加工过后的xcframework
<br/>https://github.com/yorkzero831/WechatSDK-in-xcframework
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-super-pay",
"version": "0.1.0",
"version": "0.1.1",
"description": "test",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
1 change: 1 addition & 0 deletions react-native-super-pay.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Pod::Spec.new do |s|
s.vendored_frameworks = 'ios/AlipaySDK.xcframework', 'ios/WechatSDK.xcframework'
s.frameworks = 'Security', 'SystemConfiguration', 'CoreTelephony', 'UIKit', 'Foundation', 'CFNetwork', 'QuartzCore', 'CoreGraphics', 'CoreMotion', 'CoreText', 'WebKit'
s.libraries = 'c++', 'z', 'sqlite3.0'
s.resource = 'ios/AlipaySDK.bundle'


# Don't install the dependencies when we run `pod install` in the old architecture.
Expand Down

0 comments on commit d001f54

Please sign in to comment.