bugsnag / cocoapods-bugsnag

A CocoaPods plugin to integrate bugsnag into your project workspace
https://docs.bugsnag.com/platforms/ios/symbolication-guide/
MIT License
7 stars 3 forks source link

bugsnag_flutter support #26

Closed nickdowell closed 2 years ago

nickdowell commented 2 years ago

Goal

Allow use with Flutter projects that use bugsnag_flutter

Changeset

Makes the dependency name check case insensitive so it works with bugsnag_flutter.

Removes the "Insert your key here to use it directly from this script" comment and instructions since user edits to the build phase are clobbered when the plugin next runs.

Testing

Performed manual testing with a sample Flutter project.