|
325 | 325 | 61A53A812B4449F00093BF8A /* WorkspaceDocument+Index.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61A53A802B4449F00093BF8A /* WorkspaceDocument+Index.swift */; }; |
326 | 326 | 661EF7B82BEE215300C3E577 /* ImageFileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 661EF7B72BEE215300C3E577 /* ImageFileView.swift */; }; |
327 | 327 | 661EF7BD2BEE215300C3E577 /* LoadingFileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 661EF7BC2BEE215300C3E577 /* LoadingFileView.swift */; }; |
| 328 | + 669A50512C380C1800304CD8 /* String+escapedWhiteSpaces.swift in Sources */ = {isa = PBXBuildFile; fileRef = 669A50502C380C1800304CD8 /* String+escapedWhiteSpaces.swift */; }; |
| 329 | + 669A50532C380C8E00304CD8 /* Collection+subscript_safe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 669A50522C380C8E00304CD8 /* Collection+subscript_safe.swift */; }; |
328 | 330 | 664935422C35A5BC00461C35 /* NSTableViewWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 664935412C35A5BC00461C35 /* NSTableViewWrapper.swift */; }; |
329 | 331 | 6653EE552C34817900B82DE2 /* QuickSearchResultLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6653EE542C34817900B82DE2 /* QuickSearchResultLabel.swift */; }; |
330 | 332 | 669BC4082BED306400D1197C /* AnyFileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 669BC4072BED306400D1197C /* AnyFileView.swift */; }; |
|
946 | 948 | 661EF7BC2BEE215300C3E577 /* LoadingFileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadingFileView.swift; sourceTree = "<group>"; }; |
947 | 949 | 664935412C35A5BC00461C35 /* NSTableViewWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NSTableViewWrapper.swift; sourceTree = "<group>"; }; |
948 | 950 | 6653EE542C34817900B82DE2 /* QuickSearchResultLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuickSearchResultLabel.swift; sourceTree = "<group>"; }; |
| 951 | + 669A50502C380C1800304CD8 /* String+escapedWhiteSpaces.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+escapedWhiteSpaces.swift"; sourceTree = "<group>"; }; |
| 952 | + 669A50522C380C8E00304CD8 /* Collection+subscript_safe.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Collection+subscript_safe.swift"; sourceTree = "<group>"; }; |
949 | 953 | 669BC4072BED306400D1197C /* AnyFileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnyFileView.swift; sourceTree = "<group>"; }; |
950 | 954 | 66AF6CE12BF17CC300D83C9D /* StatusBarViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatusBarViewModel.swift; sourceTree = "<group>"; }; |
951 | 955 | 66AF6CE32BF17F6800D83C9D /* StatusBarFileInfoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatusBarFileInfoView.swift; sourceTree = "<group>"; }; |
|
2339 | 2343 | 58D01C87293167DC00C5B6B4 /* Extensions */ = { |
2340 | 2344 | isa = PBXGroup; |
2341 | 2345 | children = ( |
| 2346 | + 669A504F2C380BFD00304CD8 /* Collection */, |
2342 | 2347 | 6C82D6C429C0129E00495C54 /* NSApplication */, |
2343 | 2348 | 77A01E922BCA9C0400F0EA38 /* NSWindow */, |
2344 | 2349 | 588847672992AAB800996D95 /* Array */, |
|
2363 | 2368 | 58D01C8D293167DC00C5B6B4 /* String+RemoveOccurrences.swift */, |
2364 | 2369 | 58D01C8C293167DC00C5B6B4 /* String+SHA256.swift */, |
2365 | 2370 | 85745D622A38F8D900089AAB /* String+HighlightOccurrences.swift */, |
| 2371 | + 669A50502C380C1800304CD8 /* String+escapedWhiteSpaces.swift */, |
2366 | 2372 | ); |
2367 | 2373 | path = String; |
2368 | 2374 | sourceTree = "<group>"; |
|
2546 | 2552 | path = Views; |
2547 | 2553 | sourceTree = "<group>"; |
2548 | 2554 | }; |
| 2555 | + 669A504F2C380BFD00304CD8 /* Collection */ = { |
| 2556 | + isa = PBXGroup; |
| 2557 | + children = ( |
| 2558 | + 669A50522C380C8E00304CD8 /* Collection+subscript_safe.swift */, |
| 2559 | + ); |
| 2560 | + path = Collection; |
| 2561 | + sourceTree = "<group>"; |
| 2562 | + }; |
2549 | 2563 | 66AF6CE02BF17CB100D83C9D /* ViewModels */ = { |
2550 | 2564 | isa = PBXGroup; |
2551 | 2565 | children = ( |
|
3952 | 3966 | B65B10F52B081A0C002852CF /* SourceControlAddRemoteView.swift in Sources */, |
3953 | 3967 | 58D01C99293167DC00C5B6B4 /* String+MD5.swift in Sources */, |
3954 | 3968 | 20EBB505280C329800F3A5DA /* CommitListItemView.swift in Sources */, |
| 3969 | + 669A50512C380C1800304CD8 /* String+escapedWhiteSpaces.swift in Sources */, |
3955 | 3970 | 5878DAB2291D627C00DD95A3 /* EditorPathBarView.swift in Sources */, |
3956 | 3971 | 664935422C35A5BC00461C35 /* NSTableViewWrapper.swift in Sources */, |
3957 | 3972 | 04BC1CDE2AD9B4B000A83EA5 /* EditorFileTabCloseButton.swift in Sources */, |
|
3994 | 4009 | 587B9E8129301D8F00AC7927 /* PublicKey.swift in Sources */, |
3995 | 4010 | 611191FE2B08CCD200D4459B /* SearchIndexer+File.swift in Sources */, |
3996 | 4011 | 77A01E302BB4270F00F0EA38 /* ProjectCEWorkspaceSettingsView.swift in Sources */, |
| 4012 | + 669A50532C380C8E00304CD8 /* Collection+subscript_safe.swift in Sources */, |
3997 | 4013 | 77A01E2C2BB425B200F0EA38 /* CEWorkspaceSettingsData+TasksSettings.swift in Sources */, |
3998 | 4014 | 5B241BF32B6DDBFF0016E616 /* IgnorePatternListItemView.swift in Sources */, |
3999 | 4015 | 6CB52DC92AC8DC3E002E75B3 /* CEWorkspaceFileManager+FileManagement.swift in Sources */, |
|
0 commit comments