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

Format synchronized root groups as flat dictionary #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

robnadin
Copy link

@robnadin robnadin commented Jan 22, 2025

I have noticed in a custom project some discrepancies in how some of the new synchronized folder objects are being formatted after running pod install.

Looking at the differences, I believe the fix is to add PBXFileSystemSynchronizedRootGroup to the list of objects that should be considered to have a flat dictionary alongside the existing PBXBuildFile and PBXFileReference types.

There is additional changes that need to be made to the Xcodeproj dependency too for this issue to be fully resolved when using CocoaPods, that I will do so in an associated PR to that repository shortly. My current changes made there can be viewed here.

@robnadin robnadin force-pushed the fix-synchronized-folders branch from 071aaa3 to 5f5c2f3 Compare January 22, 2025 12:43
@robnadin robnadin force-pushed the fix-synchronized-folders branch from 5f5c2f3 to 5aa1691 Compare January 22, 2025 17:41
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.

1 participant