From 43603ac76b6f44d40337c5ddce4bec4c3bbe39d0 Mon Sep 17 00:00:00 2001 From: Robert Date: Wed, 14 Feb 2024 11:44:04 +0100 Subject: [PATCH] Fixed the issue causing PrivacyInfo collisions when using Cocoapods --- Bugsnag.podspec.json | 6 +++--- CHANGELOG.md | 7 +++++++ 2 files changed, 10 insertions(+), 3 deletions(-) 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