-
-
Notifications
You must be signed in to change notification settings - Fork 319
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
Add support for Xcode 16's PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet
#838
Comments
Hola 👋, We want to inform you that the issue has been marked as stale. This means that there hasn't been any activity or updates on it for quite some time, and it's possible that it may no longer be relevant or actionable. |
Hey @pepicrft I saw you opened a PR that addressed a similar exception set. What's the status on this one? Thanks for the other PR. |
Opened a draft PR: #874 |
@pepicrft will this a tuist feature to use this for globs? |
Globs are already supported in Tuist. There's no value in mapping our globs to synchronized file groups, because the problem they solve with raw Xcode projects, likelihood of conflicts, doesn't exist in Tuist. |
Xcode 16 uses the object type
PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet
for copy build phases to define exceptions over files in file system synchronized groups. That object type is not yet supported by XcodeProj:The text was updated successfully, but these errors were encountered: