Skip to content

Commit

Permalink
Merge pull request #1630 from bugsnag/robert/plat_11590_privacy_info_…
Browse files Browse the repository at this point in the history
…collisions

Privacy info collisions
  • Loading branch information
tomlongridge committed Feb 19, 2024
2 parents 234057f + d7c094a commit 24fc207
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Bugsnag.podspec.json
Expand Up @@ -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": [
Expand Down
7 changes: 7 additions & 0 deletions 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
Expand Down

0 comments on commit 24fc207

Please sign in to comment.