XcodeGen icon indicating copy to clipboard operation
XcodeGen copied to clipboard

Add support for relative paths for exclusions

Open dalemyers opened this issue 1 year ago • 1 comments

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.

dalemyers avatar Feb 22 '24 16:02 dalemyers

Weird. The tests all passed locally. Maybe a weird caching thing. I'll take a look when I get a moment.

dalemyers avatar Feb 22 '24 19:02 dalemyers