You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
, andMYFooTests.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
The text was updated successfully, but these errors were encountered: