XcodeGen
XcodeGen copied to clipboard
Add support for relative paths for exclusions
Includes already support relative paths, but excludes don't. This means if you did something like
targets:
Foo:
sources:
path: ../Foo
excludes:
- ../Foo/Bar
then it wouldn't work. This fix corrects that issue.
Weird. The tests all passed locally. Maybe a weird caching thing. I'll take a look when I get a moment.