Skip to content

Commit

Permalink
Fix 3DS2 privacy manifest in podspec (stripe#3522)
Browse files Browse the repository at this point in the history
## Summary
- Adds the 3DS2 privacy manifest to the podspec for StripePayments

## Motivation
stripe#3521

## Testing
Manual

## Changelog
See diff
  • Loading branch information
porter-stripe authored Apr 17, 2024
1 parent ae6fe2e commit a6a6cb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## x.x.x x-x-x
### Payments
* [Fixed] An issue where the PrivacyInfo.xcprivacy was not bundled with StripePayments when installing with Cocoapods.

## 23.27.0 2024-04-08
### Payments
* [Added] Support for Alma bindings.
Expand Down
2 changes: 1 addition & 1 deletion StripePayments.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Pod::Spec.new do |s|
s.dependency 'StripeCore', s.version.to_s
s.subspec 'Stripe3DS2' do |sp|
sp.source_files = 'Stripe3DS2/Stripe3DS2/**/*.{h,m}'
sp.resource_bundles = { 'Stripe3DS2' => ['Stripe3DS2/Stripe3DS2/Resources/**/*.{lproj,png,xcassets}'] }
sp.resource_bundles = { 'Stripe3DS2' => ['Stripe3DS2/Stripe3DS2/Resources/**/*.{lproj,png,xcassets}', 'Stripe3DS2/Stripe3DS2/PrivacyInfo.xcprivacy'] }
end
end

0 comments on commit a6a6cb5

Please sign in to comment.