Commit da7746a
committed
fix: SAFE approach - disable fileSystemSynchronizedGroups only
PROBLEM:
- Previous commit corrupted project file with duplicate IDs
- Xcode cannot open damaged project
- Need to restore working state
SAFE SOLUTION:
- Only disable fileSystemSynchronizedGroups (empty array)
- Keep all other project structure intact
- This should prevent automatic LogStoreManifest.plist generation
- Without breaking project file structure
This is a minimal change that should fix the build conflicts
without corrupting the Xcode project file.1 parent 1096c00 commit da7746a
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
| |||
0 commit comments