Skip to content

PG converts all paths into relative paths. #641

@2bbb

Description

@2bbb

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions