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

Revert "fix: fix plist filter to allow paths with test/build" #13

Closed tomlongridge closed 4 years ago

tomlongridge commented 4 years ago

Goal

Reverts #10 to avoid a major change in functionality when locating plist files.

Tests

Tested locally to ensure plist file is still picked up if the path doesn't include "test" or "build" (as before).