You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xcode succeeds to open generated xcodeproj, but generates a lot of diffs when you add files from Xcode.
This is problem especially when I'm debugging generated xcodeproj, trying to figure out what is correct structure for specific state. I want to edit xcodeproj to expected state, then check git diff to recognize what was wrong in XcodeGen.
So I guess the goal is Xcode creating no diffs when modifying generated xcodeproj.
The text was updated successfully, but these errors were encountered:
Xcode succeeds to open generated xcodeproj, but generates a lot of diffs when you add files from Xcode.
This is problem especially when I'm debugging generated xcodeproj, trying to figure out what is correct structure for specific state. I want to edit xcodeproj to expected state, then check
git diff
to recognize what was wrong in XcodeGen.So I guess the goal is Xcode creating no diffs when modifying generated xcodeproj.
The text was updated successfully, but these errors were encountered: