Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to WechatOpenSDK-XCFramework in example app #331

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions example/reactnative/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ target 'reactNativeExample' do
:app_path => "#{Pod::Config.instance.installation_root}/.."
)

pod 'WechatOpenSDK', '~> 2.0.4'
# Use WechatOpenSDK-XCFramework instead of WechatOpenSDK
# See https://developers.weixin.qq.com/community/develop/doc/000c62b9b0ccf8c1d65fa90b751001?blockType=1
pod 'WechatOpenSDK-XCFramework', '~> 2.0.4'

target 'reactNativeExampleTests' do
inherit! :complete
Expand All @@ -60,9 +62,5 @@ target 'reactNativeExample' do
:mac_catalyst_enabled => false
)
__apply_Xcode_12_5_M1_post_install_workaround(installer)

installer.pods_project.build_configurations.each do |config|
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
end
end
end
12 changes: 6 additions & 6 deletions example/reactnative/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ PODS:
- React-logger (= 0.72.15)
- React-perflogger (= 0.72.15)
- SocketRocket (0.6.1)
- WechatOpenSDK (2.0.4)
- WechatOpenSDK-XCFramework (2.0.4)
- Yoga (1.14.0)

DEPENDENCIES:
Expand Down Expand Up @@ -473,15 +473,15 @@ DEPENDENCIES:
- React-runtimescheduler (from `../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler`)
- React-utils (from `../node_modules/react-native/ReactCommon/react/utils`)
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
- WechatOpenSDK (~> 2.0.4)
- WechatOpenSDK-XCFramework (~> 2.0.4)
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
trunk:
- fmt
- libevent
- SocketRocket
- WechatOpenSDK
- WechatOpenSDK-XCFramework

EXTERNAL SOURCES:
authgear-react-native:
Expand Down Expand Up @@ -573,7 +573,7 @@ SPEC CHECKSUMS:
FBReactNativeSpec: e03b22fbf7017a6f76641ea4472e73c915dcdda7
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: b213bace5f31766ad1434d2d9b2cbf04cf92a2b6
hermes-engine: 5b340c6a5affbf3aba22185be41563bbb2426654
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
RCTRequired: fb207f74935626041e7308c9e88dcdda680f1073
Expand Down Expand Up @@ -608,9 +608,9 @@ SPEC CHECKSUMS:
React-utils: 8eb3c12fd4a4da6df3824f7d9a961d73a6ed6e5d
ReactCommon: d2de36ed3eebe700d7169b9e80f7d1a4b98e178d
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
WechatOpenSDK: 290989072e87b79d52225a01bb4e5e58f6f88593
WechatOpenSDK-XCFramework: 36fb2bea0754266c17184adf4963d7e6ff98b69f
Yoga: 6f5ab94cd8b1ecd04b6e973d0bc583ede2a598cc

PODFILE CHECKSUM: bcf5c372799802016bc3855cf2d2bd83a3d1b246
PODFILE CHECKSUM: e44a8b0a78596595a0a8e0e284c522da68edaec0

COCOAPODS: 1.15.2
Loading
Loading