|
39 | 39 | 873D6438295FEF220095DEF7 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 873D643A295FEF220095DEF7 /* Localizable.strings */; }; |
40 | 40 | 874823CE29B0BD980067EC49 /* TextCompletion in Frameworks */ = {isa = PBXBuildFile; productRef = 874823CD29B0BD980067EC49 /* TextCompletion */; }; |
41 | 41 | 874AAE2E2959F197000E0E84 /* EditorReplacePanel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 874AAE2D2959F197000E0E84 /* EditorReplacePanel.swift */; }; |
| 42 | + 874BE6F429BB37FA002F83BA /* IntentProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 874BE6F329BB37FA002F83BA /* IntentProvider.swift */; }; |
| 43 | + 874BE6F729BB57AC002F83BA /* IntentError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 874BE6F629BB57AC002F83BA /* IntentError.swift */; }; |
| 44 | + 874BE6FB29BB5804002F83BA /* AppIntent+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 874BE6FA29BB5804002F83BA /* AppIntent+Extension.swift */; }; |
| 45 | + 874BE70229BB5889002F83BA /* GetFileContentIntent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 874BE70129BB5889002F83BA /* GetFileContentIntent.swift */; }; |
| 46 | + 874BE70829BB62BA002F83BA /* CreateNewDocumentIntent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 874BE70729BB62BA002F83BA /* CreateNewDocumentIntent.swift */; }; |
| 47 | + 874BE70E29BB73CA002F83BA /* UpdateFileContentIntent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 874BE70D29BB73CA002F83BA /* UpdateFileContentIntent.swift */; }; |
42 | 48 | 8752CEB6295B2F8800BA9D5B /* EditorPanelView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8752CEB5295B2F8800BA9D5B /* EditorPanelView.swift */; }; |
43 | 49 | 876578FA2993853500A1388A /* index.html in Resources */ = {isa = PBXBuildFile; fileRef = 876578F92993853500A1388A /* index.html */; }; |
44 | 50 | 8767BBAF295A8BA500BFACAE /* EditorViewController+UI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8767BBAE295A8BA500BFACAE /* EditorViewController+UI.swift */; }; |
|
140 | 146 | 873D643D295FEF370095DEF7 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; }; |
141 | 147 | 8743B26229593B2000F83DAE /* Build.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Build.xcconfig; sourceTree = "<group>"; }; |
142 | 148 | 874AAE2D2959F197000E0E84 /* EditorReplacePanel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditorReplacePanel.swift; sourceTree = "<group>"; }; |
| 149 | + 874BE6F329BB37FA002F83BA /* IntentProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntentProvider.swift; sourceTree = "<group>"; }; |
| 150 | + 874BE6F629BB57AC002F83BA /* IntentError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntentError.swift; sourceTree = "<group>"; }; |
| 151 | + 874BE6FA29BB5804002F83BA /* AppIntent+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AppIntent+Extension.swift"; sourceTree = "<group>"; }; |
| 152 | + 874BE70129BB5889002F83BA /* GetFileContentIntent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GetFileContentIntent.swift; sourceTree = "<group>"; }; |
| 153 | + 874BE70729BB62BA002F83BA /* CreateNewDocumentIntent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreateNewDocumentIntent.swift; sourceTree = "<group>"; }; |
| 154 | + 874BE70D29BB73CA002F83BA /* UpdateFileContentIntent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UpdateFileContentIntent.swift; sourceTree = "<group>"; }; |
143 | 155 | 8752CEB5295B2F8800BA9D5B /* EditorPanelView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditorPanelView.swift; sourceTree = "<group>"; }; |
144 | 156 | 876578F92993853500A1388A /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = index.html; path = "CoreEditor/src/@light/dist/index.html"; sourceTree = SOURCE_ROOT; }; |
145 | 157 | 8767BBAE295A8BA500BFACAE /* EditorViewController+UI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "EditorViewController+UI.swift"; sourceTree = "<group>"; }; |
|
283 | 295 | 873D6403295FD2FF0095DEF7 /* Main */, |
284 | 296 | 870A51C429470D830095C7EB /* Editor */, |
285 | 297 | 870F1797298577A000003DA7 /* Panels */, |
| 298 | + 874BE6F229BB37D5002F83BA /* Shortcuts */, |
286 | 299 | 8780AC0A29822C5500065EF4 /* Settings */, |
287 | 300 | 87850C8429482A6A00D1A952 /* Extensions */, |
288 | 301 | ); |
|
354 | 367 | name = Frameworks; |
355 | 368 | sourceTree = "<group>"; |
356 | 369 | }; |
| 370 | + 874BE6F229BB37D5002F83BA /* Shortcuts */ = { |
| 371 | + isa = PBXGroup; |
| 372 | + children = ( |
| 373 | + 874BE6FD29BB581E002F83BA /* Intents */, |
| 374 | + 874BE6F929BB57FA002F83BA /* Extensions */, |
| 375 | + 874BE6F629BB57AC002F83BA /* IntentError.swift */, |
| 376 | + 874BE6F329BB37FA002F83BA /* IntentProvider.swift */, |
| 377 | + ); |
| 378 | + path = Shortcuts; |
| 379 | + sourceTree = "<group>"; |
| 380 | + }; |
| 381 | + 874BE6F929BB57FA002F83BA /* Extensions */ = { |
| 382 | + isa = PBXGroup; |
| 383 | + children = ( |
| 384 | + 874BE6FA29BB5804002F83BA /* AppIntent+Extension.swift */, |
| 385 | + ); |
| 386 | + path = Extensions; |
| 387 | + sourceTree = "<group>"; |
| 388 | + }; |
| 389 | + 874BE6FD29BB581E002F83BA /* Intents */ = { |
| 390 | + isa = PBXGroup; |
| 391 | + children = ( |
| 392 | + 874BE70729BB62BA002F83BA /* CreateNewDocumentIntent.swift */, |
| 393 | + 874BE70129BB5889002F83BA /* GetFileContentIntent.swift */, |
| 394 | + 874BE70D29BB73CA002F83BA /* UpdateFileContentIntent.swift */, |
| 395 | + ); |
| 396 | + path = Intents; |
| 397 | + sourceTree = "<group>"; |
| 398 | + }; |
357 | 399 | 8767BBAC295A893200BFACAE /* Controllers */ = { |
358 | 400 | isa = PBXGroup; |
359 | 401 | children = ( |
|
590 | 632 | buildActionMask = 2147483647; |
591 | 633 | files = ( |
592 | 634 | 8725E0822977EF46006A4961 /* EditorViewController+Toolbar.swift in Sources */, |
| 635 | + 874BE6F429BB37FA002F83BA /* IntentProvider.swift in Sources */, |
| 636 | + 874BE70E29BB73CA002F83BA /* UpdateFileContentIntent.swift in Sources */, |
593 | 637 | 8780AC202982A2DD00065EF4 /* WindowSettingsView.swift in Sources */, |
594 | 638 | 87BD071229699A290053EF5F /* EditorViewController+Preview.swift in Sources */, |
595 | 639 | 873D6402295FCC3E0095DEF7 /* AppResources.swift in Sources */, |
596 | 640 | 870A51BC294702AF0095C7EB /* AppDelegate.swift in Sources */, |
597 | 641 | 8780AC1E2982A2C900065EF4 /* EditorSettingsView.swift in Sources */, |
598 | 642 | 8767BBB5295AD62700BFACAE /* EditorReplaceButtons.swift in Sources */, |
599 | 643 | 87BDF6E42976C97100548079 /* EditorViewController+GotoLine.swift in Sources */, |
| 644 | + 874BE6FB29BB5804002F83BA /* AppIntent+Extension.swift in Sources */, |
600 | 645 | 87F2B5F429ACF56E0027103E /* EditorViewController+Completion.swift in Sources */, |
601 | 646 | 8772E385294AC60D00111E83 /* EditorReusePool.swift in Sources */, |
602 | 647 | 8709C69E29B4412F009EABB5 /* AssistantSettingsView.swift in Sources */, |
| 648 | + 874BE70229BB5889002F83BA /* GetFileContentIntent.swift in Sources */, |
603 | 649 | 870F17662984D2C000003DA7 /* EditorViewController+LineEndings.swift in Sources */, |
604 | 650 | 8790B6EC297036B2000DFC1A /* EditorWindow.swift in Sources */, |
| 651 | + 874BE6F729BB57AC002F83BA /* IntentError.swift in Sources */, |
605 | 652 | 87AA1224296560AE00BE4719 /* EditorViewController+HyperLink.swift in Sources */, |
606 | 653 | 8725E0802977EEB3006A4961 /* EditorToolbarItems.swift in Sources */, |
607 | 654 | 870A51B9294702AF0095C7EB /* EditorViewController.swift in Sources */, |
|
625 | 672 | 8767BBAF295A8BA500BFACAE /* EditorViewController+UI.swift in Sources */, |
626 | 673 | 87AAEDF52958258C00C8E61C /* EditorFindPanel+UI.swift in Sources */, |
627 | 674 | 87A73AB5294C4B48006A710E /* EditorFindPanel.swift in Sources */, |
| 675 | + 874BE70829BB62BA002F83BA /* CreateNewDocumentIntent.swift in Sources */, |
628 | 676 | 870A51BD294702AF0095C7EB /* EditorDocument.swift in Sources */, |
629 | 677 | 8780AC182982554800065EF4 /* SettingTabs.swift in Sources */, |
630 | 678 | 87F2B61429AF2F3A0027103E /* NSSpellChecker+Extension.swift in Sources */, |
|
0 commit comments