It appears that the PG currently converts all paths indiscriminately into relative paths.
However, I believe absolute paths should be excluded from this behavior.
A concrete example would be addons that depend on libraries installed system-wide, such as those provided via Homebrew. In such cases, converting these paths to relative ones can cause issues.
At the moment, I am exploring ways to run build tests when tools like Claude Code use git worktree. Using symlinks seems sufficient for handling libs and addons, but if paths inside the xcodeproj are automatically rewritten in this way, they inevitably become invalid due to path mismatches.
It appears that the PG currently converts all paths indiscriminately into relative paths.
However, I believe absolute paths should be excluded from this behavior.
A concrete example would be addons that depend on libraries installed system-wide, such as those provided via Homebrew. In such cases, converting these paths to relative ones can cause issues.
At the moment, I am exploring ways to run build tests when tools like Claude Code use git worktree. Using symlinks seems sufficient for handling libs and addons, but if paths inside the xcodeproj are automatically rewritten in this way, they inevitably become invalid due to path mismatches.