mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
8cfdf30a9f
Skip makePathRelative for folder-type sources since they use sourceTree .sourceRoot and need the full project-relative path preserved. The call was inadvertently added for all source types in #1596 but only synced folders (.syncedFolder) need it. Fixes #1603