|
42 | 42 | B673FDAD27E8296A00795864 /* PressActionsModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = B673FDAC27E8296A00795864 /* PressActionsModifier.swift */; }; |
43 | 43 | B6EE989027E8879A00CDD8AB /* InspectorSidebar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6EE988F27E8879A00CDD8AB /* InspectorSidebar.swift */; }; |
44 | 44 | B6EE989227E887C600CDD8AB /* InspectorSidebarToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6EE989127E887C600CDD8AB /* InspectorSidebarToolbar.swift */; }; |
| 45 | + D7012EE827E757850001E1EF /* SidebarSearch.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7012EE727E757850001E1EF /* SidebarSearch.swift */; }; |
45 | 46 | D70F5E2C27E4E8CF004EE4B9 /* WelcomeModule in Frameworks */ = {isa = PBXBuildFile; productRef = D70F5E2B27E4E8CF004EE4B9 /* WelcomeModule */; }; |
46 | 47 | D7211D4327E066CE008F2ED7 /* Localized+Ex.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7211D4227E066CE008F2ED7 /* Localized+Ex.swift */; }; |
47 | 48 | D7211D4727E06BFE008F2ED7 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = D7211D4927E06BFE008F2ED7 /* Localizable.strings */; }; |
48 | 49 | D72E1A8327E3B0D400EB11B9 /* WelcomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D72E1A8227E3B0D400EB11B9 /* WelcomeView.swift */; }; |
49 | 50 | D72E1A8727E4242900EB11B9 /* RecentProjectsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D72E1A8627E4242900EB11B9 /* RecentProjectsView.swift */; }; |
50 | 51 | D72E1A8927E44D7C00EB11B9 /* WelcomeWindowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D72E1A8827E44D7C00EB11B9 /* WelcomeWindowView.swift */; }; |
| 52 | + D7E201AE27E8B3C000CB86D0 /* String+Ranges.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7E201AD27E8B3C000CB86D0 /* String+Ranges.swift */; }; |
| 53 | + D7E201B027E8C07300CB86D0 /* SearchBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7E201AF27E8C07300CB86D0 /* SearchBar.swift */; }; |
| 54 | + D7E201B227E8D50000CB86D0 /* SearchModeSelector.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7E201B127E8D50000CB86D0 /* SearchModeSelector.swift */; }; |
| 55 | + D7E201B427E9989900CB86D0 /* SearchResultList.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7E201B327E9989900CB86D0 /* SearchResultList.swift */; }; |
| 56 | + D7E201BD27EA00E200CB86D0 /* SearchResultFileItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7E201BC27EA00E200CB86D0 /* SearchResultFileItem.swift */; }; |
| 57 | + D7F72DEB27EA3574000C3064 /* Search in Frameworks */ = {isa = PBXBuildFile; productRef = D7F72DEA27EA3574000C3064 /* Search */; }; |
51 | 58 | /* End PBXBuildFile section */ |
52 | 59 |
|
53 | 60 | /* Begin PBXContainerItemProxy section */ |
|
112 | 119 | B673FDAC27E8296A00795864 /* PressActionsModifier.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PressActionsModifier.swift; sourceTree = "<group>"; }; |
113 | 120 | B6EE988F27E8879A00CDD8AB /* InspectorSidebar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectorSidebar.swift; sourceTree = "<group>"; }; |
114 | 121 | B6EE989127E887C600CDD8AB /* InspectorSidebarToolbar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectorSidebarToolbar.swift; sourceTree = "<group>"; }; |
| 122 | + D7012EE727E757850001E1EF /* SidebarSearch.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SidebarSearch.swift; sourceTree = "<group>"; }; |
115 | 123 | D7211D4227E066CE008F2ED7 /* Localized+Ex.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Localized+Ex.swift"; sourceTree = "<group>"; }; |
116 | 124 | D7211D4827E06BFE008F2ED7 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; }; |
117 | 125 | D7211D4A27E06C01008F2ED7 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Localizable.strings; sourceTree = "<group>"; }; |
118 | 126 | D72E1A8227E3B0D400EB11B9 /* WelcomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WelcomeView.swift; sourceTree = "<group>"; }; |
119 | 127 | D72E1A8627E4242900EB11B9 /* RecentProjectsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecentProjectsView.swift; sourceTree = "<group>"; }; |
120 | 128 | D72E1A8827E44D7C00EB11B9 /* WelcomeWindowView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WelcomeWindowView.swift; sourceTree = "<group>"; }; |
| 129 | + D7E201AD27E8B3C000CB86D0 /* String+Ranges.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Ranges.swift"; sourceTree = "<group>"; }; |
| 130 | + D7E201AF27E8C07300CB86D0 /* SearchBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchBar.swift; sourceTree = "<group>"; }; |
| 131 | + D7E201B127E8D50000CB86D0 /* SearchModeSelector.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchModeSelector.swift; sourceTree = "<group>"; }; |
| 132 | + D7E201B327E9989900CB86D0 /* SearchResultList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchResultList.swift; sourceTree = "<group>"; }; |
| 133 | + D7E201BC27EA00E200CB86D0 /* SearchResultFileItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchResultFileItem.swift; sourceTree = "<group>"; }; |
121 | 134 | /* End PBXFileReference section */ |
122 | 135 |
|
123 | 136 | /* Begin PBXFrameworksBuildPhase section */ |
|
129 | 142 | 0485EB2527E7B9C800138301 /* Overlays in Frameworks */, |
130 | 143 | B65E614627E6765D00255275 /* Introspect in Frameworks */, |
131 | 144 | D70F5E2C27E4E8CF004EE4B9 /* WelcomeModule in Frameworks */, |
| 145 | + D7F72DEB27EA3574000C3064 /* Search in Frameworks */, |
132 | 146 | 5CFA753B27E896B60002F01B /* GitClient in Frameworks */, |
133 | 147 | 28CE5EA027E6493D0065D29C /* StatusBar in Frameworks */, |
134 | 148 | 5CF38A5E27E48E6C0096A0F7 /* CodeFile in Frameworks */, |
|
159 | 173 | 043C321527E3201F006AE443 /* WorkspaceDocument.swift */, |
160 | 174 | 04660F6927E51E5C00477777 /* CodeEditWindowController.swift */, |
161 | 175 | 0485EB1E27E7458B00138301 /* WorkspaceCodeFileView.swift */, |
| 176 | + D7E201AD27E8B3C000CB86D0 /* String+Ranges.swift */, |
162 | 177 | ); |
163 | 178 | path = Documents; |
164 | 179 | sourceTree = "<group>"; |
|
205 | 220 | 287776EA27E350A100D46668 /* NavigatorSidebar */ = { |
206 | 221 | isa = PBXGroup; |
207 | 222 | children = ( |
| 223 | + D7012EE627E757660001E1EF /* Search */, |
208 | 224 | 287776E627E3413200D46668 /* NavigatorSidebar.swift */, |
209 | 225 | 287776EC27E350D800D46668 /* NavigatorSidebarItem.swift */, |
210 | 226 | 28B0A19727E385C300B73177 /* NavigatorSidebarToolbarTop.swift */, |
|
298 | 314 | path = InspectorSidebar; |
299 | 315 | sourceTree = "<group>"; |
300 | 316 | }; |
| 317 | + D7012EE627E757660001E1EF /* Search */ = { |
| 318 | + isa = PBXGroup; |
| 319 | + children = ( |
| 320 | + D7012EE727E757850001E1EF /* SidebarSearch.swift */, |
| 321 | + D7E201AF27E8C07300CB86D0 /* SearchBar.swift */, |
| 322 | + D7E201B127E8D50000CB86D0 /* SearchModeSelector.swift */, |
| 323 | + D7E201B327E9989900CB86D0 /* SearchResultList.swift */, |
| 324 | + D7E201BC27EA00E200CB86D0 /* SearchResultFileItem.swift */, |
| 325 | + ); |
| 326 | + path = Search; |
| 327 | + sourceTree = "<group>"; |
| 328 | + }; |
301 | 329 | D7211D4427E066D4008F2ED7 /* Localization */ = { |
302 | 330 | isa = PBXGroup; |
303 | 331 | children = ( |
|
343 | 371 | 28CE5E9F27E6493D0065D29C /* StatusBar */, |
344 | 372 | 0485EB2427E7B9C800138301 /* Overlays */, |
345 | 373 | 5CFA753A27E896B60002F01B /* GitClient */, |
| 374 | + D7F72DEA27EA3574000C3064 /* Search */, |
346 | 375 | ); |
347 | 376 | productName = CodeEdit; |
348 | 377 | productReference = B658FB2C27DA9E0F00EA4DBD /* CodeEdit.app */; |
|
516 | 545 | 2B7A583527E4BA0100D25D4E /* AppDelegate.swift in Sources */, |
517 | 546 | 2875A46D27E3BE5B007805F8 /* BreadcrumbsView.swift in Sources */, |
518 | 547 | 0485EB1D27E7338100138301 /* QuickOpenItem.swift in Sources */, |
| 548 | + D7012EE827E757850001E1EF /* SidebarSearch.swift in Sources */, |
| 549 | + D7E201AE27E8B3C000CB86D0 /* String+Ranges.swift in Sources */, |
519 | 550 | 04540D5B27DD08C300E91B77 /* SettingsView.swift in Sources */, |
| 551 | + D7E201B027E8C07300CB86D0 /* SearchBar.swift in Sources */, |
520 | 552 | D72E1A8927E44D7C00EB11B9 /* WelcomeWindowView.swift in Sources */, |
521 | 553 | 04540D5C27DD08C300E91B77 /* GeneralSettingsView.swift in Sources */, |
522 | 554 | B6EE989227E887C600CDD8AB /* InspectorSidebarToolbar.swift in Sources */, |
|
526 | 558 | 04540D5E27DD08C300E91B77 /* WorkspaceView.swift in Sources */, |
527 | 559 | 34EE19BE27E0469C00F152CE /* BlurView.swift in Sources */, |
528 | 560 | D7211D4327E066CE008F2ED7 /* Localized+Ex.swift in Sources */, |
| 561 | + D7E201B227E8D50000CB86D0 /* SearchModeSelector.swift in Sources */, |
529 | 562 | 287776E927E34BC700D46668 /* TabBar.swift in Sources */, |
530 | 563 | 0485EB1F27E7458B00138301 /* WorkspaceCodeFileView.swift in Sources */, |
531 | 564 | 0485EB1927E70F4900138301 /* QuickOpenView.swift in Sources */, |
| 565 | + D7E201BD27EA00E200CB86D0 /* SearchResultFileItem.swift in Sources */, |
532 | 566 | 286620A527E4AB6900E18C2B /* BreadcrumbsComponent.swift in Sources */, |
533 | 567 | 287776EF27E3515300D46668 /* TabBarItem.swift in Sources */, |
534 | 568 | D72E1A8727E4242900EB11B9 /* RecentProjectsView.swift in Sources */, |
535 | 569 | 04660F6A27E51E5C00477777 /* CodeEditWindowController.swift in Sources */, |
536 | 570 | 287776E727E3413200D46668 /* NavigatorSidebar.swift in Sources */, |
537 | 571 | 287776ED27E350D800D46668 /* NavigatorSidebarItem.swift in Sources */, |
538 | 572 | B6EE989027E8879A00CDD8AB /* InspectorSidebar.swift in Sources */, |
| 573 | + D7E201B427E9989900CB86D0 /* SearchResultList.swift in Sources */, |
| 574 | + D7E201B427E9989900CB86D0 /* SearchResultList.swift in Sources */, |
| 575 | + 287776E727E3413200D46668 /* NavigatorSidebar.swift in Sources */, |
| 576 | + 287776ED27E350D800D46668 /* NavigatorSidebarItem.swift in Sources */, |
539 | 577 | 289978ED27E4E97E00BB0357 /* FileIconStyle.swift in Sources */, |
540 | 578 | 04660F6627E3ACEF00477777 /* ReopenBehavior.swift in Sources */, |
541 | 579 | D72E1A8327E3B0D400EB11B9 /* WelcomeView.swift in Sources */, |
|
955 | 993 | isa = XCSwiftPackageProductDependency; |
956 | 994 | productName = WelcomeModule; |
957 | 995 | }; |
| 996 | + D7F72DEA27EA3574000C3064 /* Search */ = { |
| 997 | + isa = XCSwiftPackageProductDependency; |
| 998 | + productName = Search; |
| 999 | + }; |
958 | 1000 | /* End XCSwiftPackageProductDependency section */ |
959 | 1001 | }; |
960 | 1002 | rootObject = B658FB2427DA9E0F00EA4DBD /* Project object */; |
|
0 commit comments