|
60 | 60 | 2BE487EF28245162003F3F64 /* FinderSync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BE487EE28245162003F3F64 /* FinderSync.swift */; };
|
61 | 61 | 2BE487F428245162003F3F64 /* OpenWithCodeEdit.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 2BE487EC28245162003F3F64 /* OpenWithCodeEdit.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
62 | 62 | 3026F50F2AC006C80061227E /* InspectorAreaViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3026F50E2AC006C80061227E /* InspectorAreaViewModel.swift */; };
|
| 63 | + 3039C8DD2B738D5A00C8B4F8 /* LanguageClient in Frameworks */ = {isa = PBXBuildFile; productRef = 3039C8DC2B738D5A00C8B4F8 /* LanguageClient */; }; |
| 64 | + 305811812B73832B0049C9AA /* LanguageServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 305811802B73832B0049C9AA /* LanguageServer.swift */; }; |
| 65 | + 305811832B73834F0049C9AA /* LSPCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 305811822B73834F0049C9AA /* LSPCache.swift */; }; |
63 | 66 | 30E6D0012A6E505200A58B20 /* NavigatorSidebarViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30E6D0002A6E505200A58B20 /* NavigatorSidebarViewModel.swift */; };
|
64 | 67 | 3E0196732A3921AC002648D8 /* codeedit_shell_integration.zsh in Resources */ = {isa = PBXBuildFile; fileRef = 3E0196722A3921AC002648D8 /* codeedit_shell_integration.zsh */; };
|
65 | 68 | 3E01967A2A392B45002648D8 /* codeedit_shell_integration.bash in Resources */ = {isa = PBXBuildFile; fileRef = 3E0196792A392B45002648D8 /* codeedit_shell_integration.bash */; };
|
|
305 | 308 | 6C2C155A29B4F4CC00EA60A5 /* Variadic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C2C155929B4F4CC00EA60A5 /* Variadic.swift */; };
|
306 | 309 | 6C2C155D29B4F4E500EA60A5 /* SplitViewReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C2C155C29B4F4E500EA60A5 /* SplitViewReader.swift */; };
|
307 | 310 | 6C2C156129B4F52F00EA60A5 /* SplitViewModifiers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C2C156029B4F52F00EA60A5 /* SplitViewModifiers.swift */; };
|
308 |
| - 6C2C20172A4016FF0047EDF2 /* (null) in Frameworks */ = {isa = PBXBuildFile; }; |
309 | 311 | 6C4104E3297C87A000F472BA /* BlurButtonStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C4104E2297C87A000F472BA /* BlurButtonStyle.swift */; };
|
310 | 312 | 6C4104E6297C884F00F472BA /* AboutDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C4104E5297C884F00F472BA /* AboutDetailView.swift */; };
|
311 | 313 | 6C4104E9297C970F00F472BA /* AboutDefaultView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C4104E8297C970F00F472BA /* AboutDefaultView.swift */; };
|
|
620 | 622 | 2BE487EE28245162003F3F64 /* FinderSync.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FinderSync.swift; sourceTree = "<group>"; };
|
621 | 623 | 2BE487F028245162003F3F64 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
622 | 624 | 3026F50E2AC006C80061227E /* InspectorAreaViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectorAreaViewModel.swift; sourceTree = "<group>"; };
|
| 625 | + 305811802B73832B0049C9AA /* LanguageServer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LanguageServer.swift; sourceTree = "<group>"; }; |
| 626 | + 305811822B73834F0049C9AA /* LSPCache.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LSPCache.swift; sourceTree = "<group>"; }; |
623 | 627 | 30E6D0002A6E505200A58B20 /* NavigatorSidebarViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NavigatorSidebarViewModel.swift; sourceTree = "<group>"; };
|
624 | 628 | 3E0196722A3921AC002648D8 /* codeedit_shell_integration.zsh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = codeedit_shell_integration.zsh; sourceTree = "<group>"; };
|
625 | 629 | 3E0196792A392B45002648D8 /* codeedit_shell_integration.bash */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = codeedit_shell_integration.bash; sourceTree = "<group>"; };
|
|
1075 | 1079 | 6CDEFC9629E22C2700B7C684 /* Introspect in Frameworks */,
|
1076 | 1080 | 2816F594280CF50500DD548B /* CodeEditSymbols in Frameworks */,
|
1077 | 1081 | 6C6BD6F829CD14D100235D17 /* CodeEditKit in Frameworks */,
|
1078 |
| - 6C2C20172A4016FF0047EDF2 /* (null) in Frameworks */, |
| 1082 | + 3039C8DD2B738D5A00C8B4F8 /* LanguageClient in Frameworks */, |
1079 | 1083 | 6C81916B29B41DD300B75C92 /* DequeModule in Frameworks */,
|
1080 | 1084 | );
|
1081 | 1085 | runOnlyForDeploymentPostprocessing = 0;
|
|
1314 | 1318 | path = ViewModels;
|
1315 | 1319 | sourceTree = "<group>";
|
1316 | 1320 | };
|
| 1321 | + 3058117F2B7383090049C9AA /* LSP */ = { |
| 1322 | + isa = PBXGroup; |
| 1323 | + children = ( |
| 1324 | + 305811802B73832B0049C9AA /* LanguageServer.swift */, |
| 1325 | + 305811822B73834F0049C9AA /* LSPCache.swift */, |
| 1326 | + ); |
| 1327 | + path = LSP; |
| 1328 | + sourceTree = "<group>"; |
| 1329 | + }; |
1317 | 1330 | 307AC4CB2ABABD9800163376 /* ViewModels */ = {
|
1318 | 1331 | isa = PBXGroup;
|
1319 | 1332 | children = (
|
|
1420 | 1433 | 587B9E0129301D8F00AC7927 /* Git */,
|
1421 | 1434 | B6EE988E27E8877C00CDD8AB /* InspectorArea */,
|
1422 | 1435 | 58A5DF9D29339F6400D1BD5D /* Keybindings */,
|
| 1436 | + 3058117F2B7383090049C9AA /* LSP */, |
1423 | 1437 | 287776EA27E350A100D46668 /* NavigatorArea */,
|
1424 | 1438 | 5878DAA0291AE76700DD95A3 /* QuickOpen */,
|
1425 | 1439 | 58798210292D92370085B254 /* Search */,
|
|
3030 | 3044 | 6CDEFC9529E22C2700B7C684 /* Introspect */,
|
3031 | 3045 | 6C5BE5212A3D5666002DA0FC /* WindowManagement */,
|
3032 | 3046 | 6CE952E22B29433500C29C31 /* CodeEditSourceEditor */,
|
| 3047 | + 3039C8DC2B738D5A00C8B4F8 /* LanguageClient */, |
3033 | 3048 | );
|
3034 | 3049 | productName = CodeEdit;
|
3035 | 3050 | productReference = B658FB2C27DA9E0F00EA4DBD /* CodeEdit.app */;
|
|
3126 | 3141 | 6C5BE5202A3D5666002DA0FC /* XCRemoteSwiftPackageReference "SwiftUI-WindowManagement" */,
|
3127 | 3142 | 6CE952E12B29433500C29C31 /* XCRemoteSwiftPackageReference "CodeEditSourceEditor" */,
|
3128 | 3143 | 30AAFCD02B7380EF007177DC /* XCLocalSwiftPackageReference "../CodeEditKit" */,
|
| 3144 | + 30E1AAB12B73856500420274 /* XCLocalSwiftPackageReference "../LanguageClient" */, |
| 3145 | + 3039C8DF2B738D9B00C8B4F8 /* XCLocalSwiftPackageReference "../LanguageServerProtocol" */, |
3129 | 3146 | );
|
3130 | 3147 | productRefGroup = B658FB2D27DA9E0F00EA4DBD /* Products */;
|
3131 | 3148 | projectDirPath = "";
|
|
3464 | 3481 | 6111920C2B08CD0B00D4459B /* SearchIndexer+InternalMethods.swift in Sources */,
|
3465 | 3482 | 6CABB1A129C5593800340467 /* OverlayView.swift in Sources */,
|
3466 | 3483 | D7211D4327E066CE008F2ED7 /* Localized+Ex.swift in Sources */,
|
| 3484 | + 305811832B73834F0049C9AA /* LSPCache.swift in Sources */, |
3467 | 3485 | 581BFB692926431000D251EC /* WelcomeActionView.swift in Sources */,
|
3468 | 3486 | 20D839AE280E0CA700B27357 /* HistoryPopoverView.swift in Sources */,
|
3469 | 3487 | B6E41C7029DD157F0088F9F4 /* AccountsSettingsView.swift in Sources */,
|
|
3481 | 3499 | 58D01C96293167DC00C5B6B4 /* Date+Formatted.swift in Sources */,
|
3482 | 3500 | B66A4E5629C918A0004573B4 /* SceneID.swift in Sources */,
|
3483 | 3501 | 6C53AAD829A6C4FD00EE9ED6 /* SplitView.swift in Sources */,
|
| 3502 | + 305811812B73832B0049C9AA /* LanguageServer.swift in Sources */, |
3484 | 3503 | B66A4E5329C91831004573B4 /* CodeEditCommands.swift in Sources */,
|
3485 | 3504 | 58822529292C280D00E83CDE /* StatusBarLineEndSelector.swift in Sources */,
|
3486 | 3505 | 5C4BB1E128212B1E00A92FB2 /* World.swift in Sources */,
|
|
4578 | 4597 | /* End XCConfigurationList section */
|
4579 | 4598 |
|
4580 | 4599 | /* Begin XCLocalSwiftPackageReference section */
|
| 4600 | + 3039C8DF2B738D9B00C8B4F8 /* XCLocalSwiftPackageReference "../LanguageServerProtocol" */ = { |
| 4601 | + isa = XCLocalSwiftPackageReference; |
| 4602 | + relativePath = ../LanguageServerProtocol; |
| 4603 | + }; |
4581 | 4604 | 30AAFCD02B7380EF007177DC /* XCLocalSwiftPackageReference "../CodeEditKit" */ = {
|
4582 | 4605 | isa = XCLocalSwiftPackageReference;
|
4583 | 4606 | relativePath = ../CodeEditKit;
|
4584 | 4607 | };
|
| 4608 | + 30E1AAB12B73856500420274 /* XCLocalSwiftPackageReference "../LanguageClient" */ = { |
| 4609 | + isa = XCLocalSwiftPackageReference; |
| 4610 | + relativePath = ../LanguageClient; |
| 4611 | + }; |
4585 | 4612 | /* End XCLocalSwiftPackageReference section */
|
4586 | 4613 |
|
4587 | 4614 | /* Begin XCRemoteSwiftPackageReference section */
|
|
4689 | 4716 | package = 2816F592280CF50500DD548B /* XCRemoteSwiftPackageReference "CodeEditSymbols" */;
|
4690 | 4717 | productName = CodeEditSymbols;
|
4691 | 4718 | };
|
| 4719 | + 3039C8DC2B738D5A00C8B4F8 /* LanguageClient */ = { |
| 4720 | + isa = XCSwiftPackageProductDependency; |
| 4721 | + package = 30E1AAB12B73856500420274 /* XCLocalSwiftPackageReference "../LanguageClient" */; |
| 4722 | + productName = LanguageClient; |
| 4723 | + }; |
4692 | 4724 | 583E529B29361BAB001AB554 /* SnapshotTesting */ = {
|
4693 | 4725 | isa = XCSwiftPackageProductDependency;
|
4694 | 4726 | package = 583E529A29361BAB001AB554 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */;
|
|
0 commit comments