Skip to content

Commit 96959f6

Browse files
tianjianjiangclaude
andcommitted
fix(xcode): add walk_strategy to Xcode project compile sources
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ed4d897 commit 96959f6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

McBopomofo.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
6A2E40F9253A6AA000D1AE1D /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6A2E40F5253A69DA00D1AE1D /* Images.xcassets */; };
1818
6A38BC1515FC117A00A8A51F /* data.txt in Resources */ = {isa = PBXBuildFile; fileRef = 6A38BBF615FC117A00A8A51F /* data.txt */; };
1919
6A4F5F982879E838008C4307 /* reading_grid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6A4F5F932879E838008C4307 /* reading_grid.cpp */; };
20+
9BFBCAEED2ED8369BC7D6ED5 /* walk_strategy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9CBDA16D485EE2E7F11D171B /* walk_strategy.cpp */; };
2021
6A660A702EAF371000D53D7B /* ByteBlockBackedDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6A660A6F2EAF371000D53D7B /* ByteBlockBackedDictionary.cpp */; };
2122
6A68C1C32EC7F2C0005284A0 /* Localizable.stringsdict in Resources */ = {isa = PBXBuildFile; fileRef = 6A68C1C12EC7F2C0005284A0 /* Localizable.stringsdict */; };
2223
6A6ED16B2797650A0012872E /* template-phrases-replacement.txt in Resources */ = {isa = PBXBuildFile; fileRef = 6A6ED1632797650A0012872E /* template-phrases-replacement.txt */; };
@@ -140,6 +141,8 @@
140141
6A4F5F912879E838008C4307 /* reading_grid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reading_grid.h; sourceTree = "<group>"; };
141142
6A4F5F922879E838008C4307 /* language_model.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = language_model.h; sourceTree = "<group>"; };
142143
6A4F5F932879E838008C4307 /* reading_grid.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = reading_grid.cpp; sourceTree = "<group>"; };
144+
1B900C269506F40A48314006 /* walk_strategy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = walk_strategy.h; sourceTree = "<group>"; };
145+
9CBDA16D485EE2E7F11D171B /* walk_strategy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = walk_strategy.cpp; sourceTree = "<group>"; };
143146
6A660A6E2EAF371000D53D7B /* ByteBlockBackedDictionary.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ByteBlockBackedDictionary.h; sourceTree = "<group>"; };
144147
6A660A6F2EAF371000D53D7B /* ByteBlockBackedDictionary.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ByteBlockBackedDictionary.cpp; sourceTree = "<group>"; };
145148
6A68C1C22EC7F2C0005284A0 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = en; path = en.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
@@ -430,6 +433,8 @@
430433
6A4F5F912879E838008C4307 /* reading_grid.h */,
431434
6A4F5F922879E838008C4307 /* language_model.h */,
432435
6A4F5F932879E838008C4307 /* reading_grid.cpp */,
436+
1B900C269506F40A48314006 /* walk_strategy.h */,
437+
9CBDA16D485EE2E7F11D171B /* walk_strategy.cpp */,
433438
);
434439
path = gramambular2;
435440
sourceTree = "<group>";
@@ -745,6 +750,7 @@
745750
D4314F0D2ED3690F0071DD71 /* NumberInputHelper.swift in Sources */,
746751
D4E569DC27A34D0E00AC2CEF /* KeyHandler.mm in Sources */,
747752
6A4F5F982879E838008C4307 /* reading_grid.cpp in Sources */,
753+
9BFBCAEED2ED8369BC7D6ED5 /* walk_strategy.cpp in Sources */,
748754
D47F7DD0278C0897002F9DD7 /* NonModalAlertWindowController.swift in Sources */,
749755
D456576E279E4F7B00DF6BC9 /* KeyHandlerInput.swift in Sources */,
750756
D47F7DCE278BFB57002F9DD7 /* PreferencesWindowController.swift in Sources */,

0 commit comments

Comments
 (0)