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

Use files on PBXFileSystemSynchronizedRootGroups directories #920

Closed
wants to merge 1 commit into from

Conversation

fthdgn
Copy link

@fthdgn fthdgn commented Nov 1, 2024

R.swift cannot detect files, assets and localization files inside of PBXFileSystemSynchronizedRootGroup directories.

This commit fixes this problem, by iterating these directories on the filesystem.

I need to update XcodeEdit project to access fullPath of these directories.

This is my PR on XcodeEdit tomlokhorst/XcodeEdit#48

@tomlokhorst
Copy link
Collaborator

Thank you for this PR!

I've merged your PR on XcodeEdit.
To scan the file system for synchronized folders, I've implemented #921. That also supports folders that are not at the root level, and implements membership exceptions.

@tomlokhorst tomlokhorst closed this Nov 3, 2024
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 this pull request may close these issues.

2 participants