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_files ignored for resource_bundles #4065

Closed
knox opened this issue Aug 24, 2015 · 1 comment
Closed

exclude_files ignored for resource_bundles #4065

knox opened this issue Aug 24, 2015 · 1 comment
Labels
s4:awaiting validation A Pull Request that is waiting for validation by a CocoaPods Core Team member

Comments

@knox
Copy link

knox commented Aug 24, 2015

As it seems exclude_files is ignored for resource_bundles. Example:

s.exclude_files = 'Some/resources/**/Tutorial*.png'
s.resource_bundle = { 'someResources' => [ 'Some/resources/**/*.{png,lproj}' ] }

The problem has been mentioned before i think but the above does not work as expected.

@segiddins
Copy link
Member

This should be fixed by #4098!

@segiddins segiddins added the s4:awaiting validation A Pull Request that is waiting for validation by a CocoaPods Core Team member label Aug 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s4:awaiting validation A Pull Request that is waiting for validation by a CocoaPods Core Team member
Projects
None yet
Development

No branches or pull requests

2 participants