bugsnag / bugsnag-cocoa

BugSnag error monitoring & exception reporter for iOS, macOS, tvOS and watchOS
https://docs.bugsnag.com/platforms/ios
MIT License
236 stars 129 forks source link

Privacy info collisions #1630

Closed robert-smartbear closed 8 months ago

robert-smartbear commented 8 months ago

Goal

Installing Bugsnag using Cocoapods was causing file collisions if the app had its own PrivacyInfo file

Design

Avoid the collisions by using resource_bundles instead of resources

Changeset

Replaces resources with resource_bundles in the podspec

Testing

Manual testing on an example app

github-actions[bot] commented 8 months ago
1 Error
:no_entry_sign: Only release PRs should target the master branch

Bugsnag.framework binary size did not change - 713,208 bytes

    FILE SIZE        VM SIZE    
 --------------  -------------- 
  [ = ]       0  [ = ]       0    TOTAL

Generated by :no_entry_sign: Danger