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

Ignore .DS_Store files in the validation of single xcassets type #907

Conversation

thii
Copy link
Member

@thii thii commented Sep 7, 2020

.DS_Store doesn't represent an xcassets type -- those files don't
prevent the asset catalog compile action to execute. They can be
generated and accidentally included if the user open the .xcassets
directory in the Finder. This ignores all the .DS_Store files in the
validation logic, to avoid failing the build unnecessarily.

Fixes #302.

`.DS_Store` doesn't represent an xcassets type -- those files don't
prevent the asset catalog compile action to execute. They can be
generated and accidentally included if the user open the `.xcassets`
directory in the Finder. This ignores all the `.DS_Store` files in the
validation logic, to avoid failing the build unnecessarily.
@thii thii force-pushed the fix-ensure_single_xcassets_type-validation branch from 97a705b to bc2cf65 Compare September 7, 2020 02:03
@thii thii closed this Dec 21, 2020
@thii thii deleted the fix-ensure_single_xcassets_type-validation branch December 21, 2020 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.DS_Store inside *AppIcons.xcassets causes validation error
2 participants