Skip to content

Commit da7746a

Browse files
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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

AudioKeeper.xcodeproj/project.pbxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
dependencies = (
6868
);
6969
fileSystemSynchronizedGroups = (
70-
17D747FD2E848B5F001A632E /* AudioKeeper */,
7170
);
7271
name = AudioKeeper;
7372
packageProductDependencies = (

0 commit comments

Comments
 (0)