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

Implement Xcode 16 file system synchronized directories #921

Merged
merged 7 commits into from
Nov 4, 2024

Conversation

tomlokhorst
Copy link
Collaborator

@tomlokhorst tomlokhorst commented Nov 3, 2024

Fixes #914 and #252

  • This finds all folders that are synced to the file system.
  • They can be at the top level, or deeper in the Xcode group hierarchy.
  • All those folders are scanned for files that need to become Rswift resources.
  • Source code files (like .swift, .c, .m, etc. are excluded).
  • Membership exceptions are implemented. A file can be either excluded from a target, or included from a different target.
  • Localised membership exceptions for inclusion are also implemented (e.g. a .storyboard file with .strings file next to it for localisation).

@tomlokhorst tomlokhorst force-pushed the filesynchronizedgroups branch 2 times, most recently from ceee765 to c0d8522 Compare November 4, 2024 21:18
@tomlokhorst tomlokhorst merged commit c05635a into main Nov 4, 2024
6 checks passed
@tomlokhorst tomlokhorst deleted the filesynchronizedgroups branch November 4, 2024 22:04
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.

R.swift doesn't work with Folders in Xcode 16
1 participant