feat: add WeChat sharing and invite flow

This commit is contained in:
2026-07-07 16:53:39 +08:00
parent f1937e23d4
commit a80c181bd7
160 changed files with 7557 additions and 849 deletions

View File

@ -8,10 +8,12 @@ target 'suixinkan' do
pod 'UMCommon'
pod 'UMDevice'
pod 'UMAPM'
end
# 微信 Open SDK仅接入分享能力不调用支付 API。
pod 'WechatOpenSDK-XCFramework', '~> 2.0.4'
target 'suixinkanTests' do
inherit! :search_paths
target 'suixinkanTests' do
inherit! :search_paths
end
end
post_install do |installer|