Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local package path used in an included file does not respect relativePaths: true #1497

Open
juri opened this issue Aug 21, 2024 · 0 comments · May be fixed by #1498
Open

Local package path used in an included file does not respect relativePaths: true #1497

juri opened this issue Aug 21, 2024 · 0 comments · May be fixed by #1498

Comments

@juri
Copy link

juri commented Aug 21, 2024

If I define a local package in an included file, the path of the package is evaluated relative to the main file, regardless of the relativePaths setting used in the include directive. If I use a path relative to the included file as the local package path, I get a Spec validation error: Invalid local package.

juri added a commit to juri/XcodeGen that referenced this issue Aug 25, 2024
Before this a local package defined in an included file would not
respect relativePaths: true.

This fixes yonaskolb#1497.
@juri juri linked a pull request Aug 25, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant