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

fix: fix plist filter to allow paths with test/build #10

Closed tomlongridge closed 4 years ago

tomlongridge commented 4 years ago

Goal

The regex for filtering the Info.plist files found currently excludes any path with "build" or "test" in it. Added path separators to regex to ensure this only excludes /build or /test directories.