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 c1bd9e1 commit d0f600b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ios/wechat_kit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ 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.subspec 'pay' do |sp|
sp.vendored_frameworks = 'Libraries/Pay/*.xcframework'
end
Expand All @@ -63,5 +65,4 @@ Pod::Spec.new do |s|

# Flutter.framework does not contain a i386 slice.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.resource_bundles = {'wechat_kit_privacy' => ['Resources/PrivacyInfo.xcprivacy']}
end

0 comments on commit d0f600b

Please sign in to comment.