|
281 | 281 | 61538B902B111FE800A88846 /* String+AppearancesOfSubstring.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61538B8F2B111FE800A88846 /* String+AppearancesOfSubstring.swift */; };
|
282 | 282 | 61538B932B11201900A88846 /* String+Character.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61538B922B11201900A88846 /* String+Character.swift */; };
|
283 | 283 | 615AA21A2B0CFD480013FCCC /* LazyStringLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 615AA2192B0CFD480013FCCC /* LazyStringLoader.swift */; };
|
| 284 | + 617DB3D02C25AFAE00B58BFE /* TaskNotificationHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 617DB3CF2C25AFAE00B58BFE /* TaskNotificationHandler.swift */; }; |
| 285 | + 617DB3D32C25AFEA00B58BFE /* TaskNotificationModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 617DB3D22C25AFEA00B58BFE /* TaskNotificationModel.swift */; }; |
| 286 | + 617DB3D62C25B02D00B58BFE /* TaskNotificationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 617DB3D52C25B02D00B58BFE /* TaskNotificationView.swift */; }; |
| 287 | + 617DB3D82C25B04D00B58BFE /* CustomLoadingRingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 617DB3D72C25B04D00B58BFE /* CustomLoadingRingView.swift */; }; |
| 288 | + 617DB3DA2C25B07F00B58BFE /* TaskNotificationsDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 617DB3D92C25B07F00B58BFE /* TaskNotificationsDetailView.swift */; }; |
| 289 | + 617DB3DC2C25B14A00B58BFE /* ActivityViewer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 617DB3DB2C25B14A00B58BFE /* ActivityViewer.swift */; }; |
| 290 | + 617DB3DF2C25E13800B58BFE /* TaskNotificationHandlerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 617DB3DE2C25E13800B58BFE /* TaskNotificationHandlerTests.swift */; }; |
284 | 291 | 6195E30D2B64044F007261CA /* WorkspaceDocument+SearchState+FindTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6195E30C2B64044F007261CA /* WorkspaceDocument+SearchState+FindTests.swift */; };
|
285 | 292 | 6195E30F2B640474007261CA /* WorkspaceDocument+SearchState+FindAndReplaceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6195E30E2B640474007261CA /* WorkspaceDocument+SearchState+FindAndReplaceTests.swift */; };
|
286 | 293 | 6195E3112B640485007261CA /* WorkspaceDocument+SearchState+IndexTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6195E3102B640485007261CA /* WorkspaceDocument+SearchState+IndexTests.swift */; };
|
|
863 | 870 | 61538B8F2B111FE800A88846 /* String+AppearancesOfSubstring.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+AppearancesOfSubstring.swift"; sourceTree = "<group>"; };
|
864 | 871 | 61538B922B11201900A88846 /* String+Character.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Character.swift"; sourceTree = "<group>"; };
|
865 | 872 | 615AA2192B0CFD480013FCCC /* LazyStringLoader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyStringLoader.swift; sourceTree = "<group>"; };
|
| 873 | + 617DB3CF2C25AFAE00B58BFE /* TaskNotificationHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaskNotificationHandler.swift; sourceTree = "<group>"; }; |
| 874 | + 617DB3D22C25AFEA00B58BFE /* TaskNotificationModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaskNotificationModel.swift; sourceTree = "<group>"; }; |
| 875 | + 617DB3D52C25B02D00B58BFE /* TaskNotificationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaskNotificationView.swift; sourceTree = "<group>"; }; |
| 876 | + 617DB3D72C25B04D00B58BFE /* CustomLoadingRingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomLoadingRingView.swift; sourceTree = "<group>"; }; |
| 877 | + 617DB3D92C25B07F00B58BFE /* TaskNotificationsDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaskNotificationsDetailView.swift; sourceTree = "<group>"; }; |
| 878 | + 617DB3DB2C25B14A00B58BFE /* ActivityViewer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityViewer.swift; sourceTree = "<group>"; }; |
| 879 | + 617DB3DE2C25E13800B58BFE /* TaskNotificationHandlerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaskNotificationHandlerTests.swift; sourceTree = "<group>"; }; |
866 | 880 | 6195E30C2B64044F007261CA /* WorkspaceDocument+SearchState+FindTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WorkspaceDocument+SearchState+FindTests.swift"; sourceTree = "<group>"; };
|
867 | 881 | 6195E30E2B640474007261CA /* WorkspaceDocument+SearchState+FindAndReplaceTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WorkspaceDocument+SearchState+FindAndReplaceTests.swift"; sourceTree = "<group>"; };
|
868 | 882 | 6195E3102B640485007261CA /* WorkspaceDocument+SearchState+IndexTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WorkspaceDocument+SearchState+IndexTests.swift"; sourceTree = "<group>"; };
|
|
1461 | 1475 | children = (
|
1462 | 1476 | 582213EE2918345500EFE361 /* About */,
|
1463 | 1477 | 588847642992A30900996D95 /* CEWorkspace */,
|
| 1478 | + 617DB3CE2C25AF5B00B58BFE /* ActivityViewer */, |
1464 | 1479 | 587B9D7529300ABD00AC7927 /* CodeEditUI */,
|
1465 | 1480 | 58FD7603291EA1CB0051D6E4 /* Commands */,
|
1466 | 1481 | 043C321227E31FE8006AE443 /* Documents */,
|
|
1787 | 1802 | children = (
|
1788 | 1803 | 283BDCC22972F211002AFF81 /* Acknowledgements */,
|
1789 | 1804 | 4EE96EC82960562000FFBEA8 /* Documents */,
|
| 1805 | + 617DB3DD2C25E11500B58BFE /* ActivityViewer */, |
1790 | 1806 | 583E527429361B39001AB554 /* CodeEditUI */,
|
1791 | 1807 | 587B612C2934199800D5CD8F /* CodeFile */,
|
1792 | 1808 | 613899BD2B6E70E200A5CAF6 /* Search */,
|
|
2382 | 2398 | path = FuzzySearch;
|
2383 | 2399 | sourceTree = "<group>";
|
2384 | 2400 | };
|
| 2401 | + 617DB3CE2C25AF5B00B58BFE /* ActivityViewer */ = { |
| 2402 | + isa = PBXGroup; |
| 2403 | + children = ( |
| 2404 | + 617DB3DB2C25B14A00B58BFE /* ActivityViewer.swift */, |
| 2405 | + 617DB3D52C25B02D00B58BFE /* TaskNotificationView.swift */, |
| 2406 | + 617DB3D92C25B07F00B58BFE /* TaskNotificationsDetailView.swift */, |
| 2407 | + 617DB3D72C25B04D00B58BFE /* CustomLoadingRingView.swift */, |
| 2408 | + 617DB3CF2C25AFAE00B58BFE /* TaskNotificationHandler.swift */, |
| 2409 | + 617DB3D12C25AFD300B58BFE /* Models */, |
| 2410 | + ); |
| 2411 | + path = ActivityViewer; |
| 2412 | + sourceTree = "<group>"; |
| 2413 | + }; |
| 2414 | + 617DB3D12C25AFD300B58BFE /* Models */ = { |
| 2415 | + isa = PBXGroup; |
| 2416 | + children = ( |
| 2417 | + 617DB3D22C25AFEA00B58BFE /* TaskNotificationModel.swift */, |
| 2418 | + ); |
| 2419 | + path = Models; |
| 2420 | + sourceTree = "<group>"; |
| 2421 | + }; |
| 2422 | + 617DB3DD2C25E11500B58BFE /* ActivityViewer */ = { |
| 2423 | + isa = PBXGroup; |
| 2424 | + children = ( |
| 2425 | + 617DB3DE2C25E13800B58BFE /* TaskNotificationHandlerTests.swift */, |
| 2426 | + ); |
| 2427 | + path = ActivityViewer; |
| 2428 | + sourceTree = "<group>"; |
| 2429 | + }; |
2385 | 2430 | 66AF6CE02BF17CB100D83C9D /* ViewModels */ = {
|
2386 | 2431 | isa = PBXGroup;
|
2387 | 2432 | children = (
|
|
3403 | 3448 | 04BA7C142AE2AA7300584E1C /* GitCloneViewModel.swift in Sources */,
|
3404 | 3449 | B61A606129F188AB009B43F9 /* ExternalLink.swift in Sources */,
|
3405 | 3450 | 587B9E9729301D8F00AC7927 /* BitBucketAccount+Token.swift in Sources */,
|
| 3451 | + 617DB3D62C25B02D00B58BFE /* TaskNotificationView.swift in Sources */, |
3406 | 3452 | 587B9E7729301D8F00AC7927 /* String+PercentEncoding.swift in Sources */,
|
3407 | 3453 | 587B9E5B29301D8F00AC7927 /* GitCheckoutBranchView.swift in Sources */,
|
3408 | 3454 | 2813F93827ECC4AA00E305E4 /* FindNavigatorResultList.swift in Sources */,
|
|
3484 | 3530 | 58798284292ED0FB0085B254 /* TerminalEmulatorView.swift in Sources */,
|
3485 | 3531 | B6C4F2AC2B3CC4D000B2B140 /* CommitChangedFileListItemView.swift in Sources */,
|
3486 | 3532 | 6C82D6B329BFD88700495C54 /* NavigateCommands.swift in Sources */,
|
| 3533 | + 617DB3D82C25B04D00B58BFE /* CustomLoadingRingView.swift in Sources */, |
3487 | 3534 | B6CFD8112C20A8EE00E63F1A /* NSFont+WithWeight.swift in Sources */,
|
3488 | 3535 | B66A4E4C29C9179B004573B4 /* CodeEditApp.swift in Sources */,
|
3489 | 3536 | 661EF7B82BEE215300C3E577 /* ImageFileView.swift in Sources */,
|
|
3605 | 3652 | 581550D029FBD30400684881 /* FileSystemTableViewCell.swift in Sources */,
|
3606 | 3653 | B607183F2B17DB07009CDAB4 /* SourceControlNavigatorRepositoryView+contextMenu.swift in Sources */,
|
3607 | 3654 | B62AEDD42A27B29F009A9F52 /* PaneToolbar.swift in Sources */,
|
| 3655 | + 617DB3D32C25AFEA00B58BFE /* TaskNotificationModel.swift in Sources */, |
3608 | 3656 | D7E201B227E8D50000CB86D0 /* FindNavigatorForm.swift in Sources */,
|
3609 | 3657 | 287776E927E34BC700D46668 /* EditorTabBarView.swift in Sources */,
|
3610 | 3658 | B60BE8BD297A167600841125 /* AcknowledgementRowView.swift in Sources */,
|
|
3634 | 3682 | 613899B52B6E700300A5CAF6 /* FuzzySearchModels.swift in Sources */,
|
3635 | 3683 | 58D01C94293167DC00C5B6B4 /* Color+HEX.swift in Sources */,
|
3636 | 3684 | 6C578D8729CD345900DC73B2 /* ExtensionSceneView.swift in Sources */,
|
| 3685 | + 617DB3D02C25AFAE00B58BFE /* TaskNotificationHandler.swift in Sources */, |
3637 | 3686 | B640A9A129E2188F00715F20 /* View+NavigationBarBackButtonVisible.swift in Sources */,
|
3638 | 3687 | 587B9E7929301D8F00AC7927 /* GitHubIssueRouter.swift in Sources */,
|
3639 | 3688 | 587B9E8029301D8F00AC7927 /* GitHubConfiguration.swift in Sources */,
|
|
3700 | 3749 | 58798218292D92370085B254 /* String+SafeOffset.swift in Sources */,
|
3701 | 3750 | 6C6BD70429CD17B600235D17 /* ExtensionsManager.swift in Sources */,
|
3702 | 3751 | 587B9E6129301D8F00AC7927 /* GitLabOAuthConfiguration.swift in Sources */,
|
| 3752 | + 617DB3DC2C25B14A00B58BFE /* ActivityViewer.swift in Sources */, |
3703 | 3753 | 587B9E6229301D8F00AC7927 /* GitLabConfiguration.swift in Sources */,
|
3704 | 3754 | 61A53A7E2B4449870093BF8A /* WorkspaceDocument+Find.swift in Sources */,
|
3705 | 3755 | 6CABB19E29C5591D00340467 /* NSTableViewWrapper.swift in Sources */,
|
|
3810 | 3860 | 04C3255B2801F86400C8DA2D /* ProjectNavigatorViewController.swift in Sources */,
|
3811 | 3861 | 587B9E6029301D8F00AC7927 /* GitLabOAuthRouter.swift in Sources */,
|
3812 | 3862 | B6AB09B32AB919CF0003A3A6 /* View+actionBar.swift in Sources */,
|
| 3863 | + 617DB3DA2C25B07F00B58BFE /* TaskNotificationsDetailView.swift in Sources */, |
3813 | 3864 | 6C05A8AF284D0CA3007F4EAA /* WorkspaceDocument+Listeners.swift in Sources */,
|
3814 | 3865 | 588847632992A2A200996D95 /* CEWorkspaceFile.swift in Sources */,
|
3815 | 3866 | 6C2C155D29B4F4E500EA60A5 /* SplitViewReader.swift in Sources */,
|
|
3825 | 3876 | files = (
|
3826 | 3877 | 583E528C29361B39001AB554 /* CodeEditUITests.swift in Sources */,
|
3827 | 3878 | 613053652B23A49300D767E3 /* TemporaryFile.swift in Sources */,
|
| 3879 | + 617DB3DF2C25E13800B58BFE /* TaskNotificationHandlerTests.swift in Sources */, |
3828 | 3880 | 587B60F82934124200D5CD8F /* CEWorkspaceFileManagerTests.swift in Sources */,
|
3829 | 3881 | 6130535F2B23A31300D767E3 /* MemorySearchTests.swift in Sources */,
|
3830 | 3882 | 587B61012934170A00D5CD8F /* UnitTests_Extensions.swift in Sources */,
|
|
0 commit comments