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

Feature request: exclude files #132

Open
edenworky opened this issue Apr 2, 2017 · 1 comment
Open

Feature request: exclude files #132

edenworky opened this issue Apr 2, 2017 · 1 comment

Comments

@edenworky
Copy link

This came up while discussing an actually useful use case for Xcode's groups: grouping tests and source files together. Have MYFoo.h, MYFoo.m, and MYFooTests.m in the same group one after the other. Without file exclusion, Synx would (reasonably) move all the tests into the app's directory, and Cocoapods would include the test files in the pod.

I imagine something like this, which would simply not move the test files anywhere:
synx --exclude-files **/*Tests.m

@andreyrd
Copy link

This is also really useful for a file generated by something like https://github.com/mac-cain13/R.swift

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

2 participants