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

fix: specify resource_bundle vs resource for resources in cocoapods #493

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

crleona
Copy link
Collaborator

@crleona crleona commented Apr 9, 2024

Summary

Fix for #487 (comment)

Adopt resource_bundle syntax to prevent name resource name conflicts when statically linked in cocoapods (see https://guides.cocoapods.org/syntax/podspec.html#resource_bundles).

I've tested that the certificates are bundled correctly and a privacy report generates properly when linked statically and when linked as a framework (via use_frameworks! flag in the Podfile).

Checklist

  • Does your PR title have the correct title format?
  • Does your PR have a breaking change?: no

@crleona crleona merged commit f780c12 into main Apr 9, 2024
2 checks passed
@crleona crleona deleted the AMP-90342-fix-podspec-for-static-linking branch April 9, 2024 02:27
github-actions bot pushed a commit that referenced this pull request Apr 24, 2024
## [8.19.2](v8.19.1...v8.19.2) (2024-04-24)

### Bug Fixes

* Prevent crashes in multithreaded environments with sqlite. ([#495](#495)) ([7020c95](7020c95))
* specify resource_bundle vs resource for resources in cocoapods ([#493](#493)) ([f780c12](f780c12))
Copy link

🎉 This PR is included in version 8.19.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants