|
19 | 19 | 04540D6127DD08C300E91B77 /* CodeFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 348313FB27DC8C070016D42C /* CodeFile.swift */; }; |
20 | 20 | 04660F6427E3ACAF00477777 /* Appearances.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04660F6327E3ACAF00477777 /* Appearances.swift */; }; |
21 | 21 | 04660F6627E3ACEF00477777 /* ReopenBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04660F6527E3ACEF00477777 /* ReopenBehavior.swift */; }; |
| 22 | + 286620A527E4AB6900E18C2B /* BreadcrumbsComponent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 286620A427E4AB6900E18C2B /* BreadcrumbsComponent.swift */; }; |
| 23 | + 2875A46D27E3BE5B007805F8 /* BreadcrumbsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2875A46C27E3BE5B007805F8 /* BreadcrumbsView.swift */; }; |
22 | 24 | 287776E727E3413200D46668 /* SideBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 287776E627E3413200D46668 /* SideBar.swift */; }; |
23 | 25 | 287776E927E34BC700D46668 /* TabBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 287776E827E34BC700D46668 /* TabBar.swift */; }; |
24 | 26 | 287776ED27E350D800D46668 /* SideBarItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 287776EC27E350D800D46668 /* SideBarItem.swift */; }; |
|
65 | 67 | 0468438427DC76E200F8E88E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
66 | 68 | 04F2BF0E27DBB28E0024EAB1 /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; }; |
67 | 69 | 04F2BF1127DBB3C10024EAB1 /* GeneralSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeneralSettingsView.swift; sourceTree = "<group>"; }; |
| 70 | + 286620A427E4AB6900E18C2B /* BreadcrumbsComponent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BreadcrumbsComponent.swift; sourceTree = "<group>"; }; |
| 71 | + 2875A46C27E3BE5B007805F8 /* BreadcrumbsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BreadcrumbsView.swift; sourceTree = "<group>"; }; |
68 | 72 | 287776E627E3413200D46668 /* SideBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SideBar.swift; sourceTree = "<group>"; }; |
69 | 73 | 287776E827E34BC700D46668 /* TabBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabBar.swift; sourceTree = "<group>"; }; |
70 | 74 | 287776EC27E350D800D46668 /* SideBarItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SideBarItem.swift; sourceTree = "<group>"; }; |
|
151 | 155 | path = Settings; |
152 | 156 | sourceTree = "<group>"; |
153 | 157 | }; |
| 158 | + 2875A46E27E3BE63007805F8 /* Breadcrumbs */ = { |
| 159 | + isa = PBXGroup; |
| 160 | + children = ( |
| 161 | + 2875A46C27E3BE5B007805F8 /* BreadcrumbsView.swift */, |
| 162 | + 286620A427E4AB6900E18C2B /* BreadcrumbsComponent.swift */, |
| 163 | + ); |
| 164 | + path = Breadcrumbs; |
| 165 | + sourceTree = "<group>"; |
| 166 | + }; |
154 | 167 | 287776EA27E350A100D46668 /* SideBar */ = { |
155 | 168 | isa = PBXGroup; |
156 | 169 | children = ( |
|
220 | 233 | 043C321227E31FE8006AE443 /* Documents */, |
221 | 234 | 0468438427DC76E200F8E88E /* AppDelegate.swift */, |
222 | 235 | B658FB3127DA9E0F00EA4DBD /* WorkspaceView.swift */, |
| 236 | + 2875A46E27E3BE63007805F8 /* Breadcrumbs */, |
223 | 237 | 287776EA27E350A100D46668 /* SideBar */, |
224 | 238 | 287776EB27E350BA00D46668 /* TabBar */, |
225 | 239 | 345F667327DF6BCC0069BD69 /* Rows */, |
|
389 | 403 | buildActionMask = 2147483647; |
390 | 404 | files = ( |
391 | 405 | 2B7A583527E4BA0100D25D4E /* AppDelegate.swift in Sources */, |
| 406 | + 2875A46D27E3BE5B007805F8 /* BreadcrumbsView.swift in Sources */, |
392 | 407 | 04540D5B27DD08C300E91B77 /* SettingsView.swift in Sources */, |
393 | 408 | 04540D5C27DD08C300E91B77 /* GeneralSettingsView.swift in Sources */, |
394 | 409 | 043C321427E31FF6006AE443 /* CodeEditDocumentController.swift in Sources */, |
|
398 | 413 | 34EE19BE27E0469C00F152CE /* BlurView.swift in Sources */, |
399 | 414 | D7211D4327E066CE008F2ED7 /* Localized+Ex.swift in Sources */, |
400 | 415 | 287776E927E34BC700D46668 /* TabBar.swift in Sources */, |
| 416 | + 286620A527E4AB6900E18C2B /* BreadcrumbsComponent.swift in Sources */, |
401 | 417 | 287776EF27E3515300D46668 /* TabBarItem.swift in Sources */, |
402 | 418 | 287776E727E3413200D46668 /* SideBar.swift in Sources */, |
403 | 419 | 287776ED27E350D800D46668 /* SideBarItem.swift in Sources */, |
|
0 commit comments