Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude certain Pods from Acknowledgements #16

Closed
Ashton-W opened this issue Sep 3, 2015 · 3 comments
Closed

Exclude certain Pods from Acknowledgements #16

Ashton-W opened this issue Sep 3, 2015 · 3 comments

Comments

@Ashton-W
Copy link

Ashton-W commented Sep 3, 2015

Without the ability for Podspecs to opt-out of this stuff, we need some way to remove private pods and other pods that don't require attribution.

Proposal:

plugin 'cocoapods-acknowledgements', :settings_bundle => true, :exclude => 'PrivateKit'
plugin 'cocoapods-acknowledgements', :settings_bundle => true, :exclude => ['PrivateKit', 'SecretLib']
@orta
Copy link
Member

orta commented Sep 3, 2015

Agree, and agree on supporting both singular and array forms.

@marcelofabri
Copy link
Collaborator

Would it make sense to scope this according to the target (like settings_post_process)?

@danielgalasko
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants