CocoaPods / cocoapods-acknowledgements

CocoaPods plugin that generates a plist which includes the installation metadata
MIT License
111 stars 17 forks source link

can I modify only one target? #46

Closed skydivedan closed 4 years ago

skydivedan commented 6 years ago

I love the plugin, but it's creating files in my "Test" target. I'd like for it to not do that.

Is there a way I can have the cocoapods-acknowledgements plugin only add files to a single target? Or, barring that, remove the files that it creates from the "Test" target?

orta commented 6 years ago

I think it'd be reasonable to never add acknowledgements to the test target, should be pretty easy to filter the current targets down by their type and specifically remove things like extensions/tests etc