diff --git a/Bugsnag.podspec.json b/Bugsnag.podspec.json index a9bfe9f9f..3a9045a36 100644 --- a/Bugsnag.podspec.json +++ b/Bugsnag.podspec.json @@ -53,9 +53,9 @@ "source_files": [ "Bugsnag/{**/,}*.{m,h,mm,c}" ], - "resources": [ - "Bugsnag/resources/PrivacyInfo.xcprivacy" - ], + "resource_bundles": { + "Bugsnag": ["Bugsnag/resources/PrivacyInfo.xcprivacy"] + }, "requires_arc": true, "prefix_header_file": false, "public_header_files": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index ccfaa69e9..ff8f82670 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +## TBD + +### Bug fixes + +* Fixed the issue causing PrivacyInfo collisions when using Cocoapods + [1630](https://github.com/bugsnag/bugsnag-cocoa/pull/1630) + ## 6.28.0 (2023-12-13) ### Enhancements