Skip to content

Commit

Permalink
Update wechat_kit.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-js authored Apr 8, 2024
1 parent d0f600b commit 9066a47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ios/wechat_kit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ Pod::Spec.new do |s|
# s.default_subspecs = :none
s.default_subspecs = wechat_kit_subspec, 'vendor'

s.resource_bundles = {'wechat_kit_privacy' => ['Resources/PrivacyInfo.xcprivacy']}
s.resource_bundles = {
'wechat_kit' => ['Resources/*']
}

s.subspec 'pay' do |sp|
sp.vendored_frameworks = 'Libraries/Pay/*.xcframework'
Expand Down

0 comments on commit 9066a47

Please sign in to comment.