|
83 | 83 | 581BFB672926431000D251EC /* WelcomeWindowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 581BFB5A2926431000D251EC /* WelcomeWindowView.swift */; }; |
84 | 84 | 581BFB682926431000D251EC /* WelcomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 581BFB5B2926431000D251EC /* WelcomeView.swift */; }; |
85 | 85 | 581BFB692926431000D251EC /* WelcomeActionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 581BFB5C2926431000D251EC /* WelcomeActionView.swift */; }; |
86 | | - 581BFB6A2926431000D251EC /* RecentProjectsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 581BFB5D2926431000D251EC /* RecentProjectsView.swift */; }; |
87 | 86 | 581BFB6B2926431000D251EC /* RecentProjectItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 581BFB5E2926431000D251EC /* RecentProjectItem.swift */; }; |
88 | 87 | 582213F0291834A500EFE361 /* AboutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 582213EF291834A500EFE361 /* AboutView.swift */; }; |
89 | | - 583E528529361B39001AB554 /* WelcomeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 583E526A29361B39001AB554 /* WelcomeTests.swift */; }; |
90 | | - 583E528629361B39001AB554 /* testWelcomeActionViewLightSnapshot.1.png in Resources */ = {isa = PBXBuildFile; fileRef = 583E526E29361B39001AB554 /* testWelcomeActionViewLightSnapshot.1.png */; }; |
91 | | - 583E528729361B39001AB554 /* testWelcomeActionViewDarkSnapshot.1.png in Resources */ = {isa = PBXBuildFile; fileRef = 583E526F29361B39001AB554 /* testWelcomeActionViewDarkSnapshot.1.png */; }; |
92 | | - 583E528829361B39001AB554 /* testRecentJSFileDarkSnapshot.1.png in Resources */ = {isa = PBXBuildFile; fileRef = 583E527029361B39001AB554 /* testRecentJSFileDarkSnapshot.1.png */; }; |
93 | | - 583E528929361B39001AB554 /* testRecentProjectItemDarkSnapshot.1.png in Resources */ = {isa = PBXBuildFile; fileRef = 583E527129361B39001AB554 /* testRecentProjectItemDarkSnapshot.1.png */; }; |
94 | | - 583E528A29361B39001AB554 /* testRecentJSFileLightSnapshot.1.png in Resources */ = {isa = PBXBuildFile; fileRef = 583E527229361B39001AB554 /* testRecentJSFileLightSnapshot.1.png */; }; |
95 | | - 583E528B29361B39001AB554 /* testRecentProjectItemLightSnapshot.1.png in Resources */ = {isa = PBXBuildFile; fileRef = 583E527329361B39001AB554 /* testRecentProjectItemLightSnapshot.1.png */; }; |
96 | 88 | 583E528C29361B39001AB554 /* CodeEditUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 583E527529361B39001AB554 /* CodeEditUITests.swift */; }; |
97 | 89 | 583E528D29361B39001AB554 /* testHelpButtonDark.1.png in Resources */ = {isa = PBXBuildFile; fileRef = 583E527929361B39001AB554 /* testHelpButtonDark.1.png */; }; |
98 | 90 | 583E528E29361B39001AB554 /* testEffectViewLight.1.png in Resources */ = {isa = PBXBuildFile; fileRef = 583E527A29361B39001AB554 /* testEffectViewLight.1.png */; }; |
|
315 | 307 | 6C05A8AF284D0CA3007F4EAA /* WorkspaceDocument+Listeners.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C05A8AE284D0CA3007F4EAA /* WorkspaceDocument+Listeners.swift */; }; |
316 | 308 | 6C14CEB028777D3C001468FE /* FindNavigatorListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C14CEAF28777D3C001468FE /* FindNavigatorListViewController.swift */; }; |
317 | 309 | 6C14CEB32877A68F001468FE /* FindNavigatorMatchListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C14CEB22877A68F001468FE /* FindNavigatorMatchListCell.swift */; }; |
| 310 | + 6C18620A298BF5A800C663EA /* RecentProjectsListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C186209298BF5A800C663EA /* RecentProjectsListView.swift */; }; |
318 | 311 | 6C4104E3297C87A000F472BA /* BlurButtonStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C4104E2297C87A000F472BA /* BlurButtonStyle.swift */; }; |
319 | 312 | 6C4104E6297C884F00F472BA /* AboutDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C4104E5297C884F00F472BA /* AboutDetailView.swift */; }; |
320 | 313 | 6C4104E9297C970F00F472BA /* AboutDefaultView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C4104E8297C970F00F472BA /* AboutDefaultView.swift */; }; |
|
478 | 471 | 581BFB5A2926431000D251EC /* WelcomeWindowView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WelcomeWindowView.swift; sourceTree = "<group>"; }; |
479 | 472 | 581BFB5B2926431000D251EC /* WelcomeView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WelcomeView.swift; sourceTree = "<group>"; }; |
480 | 473 | 581BFB5C2926431000D251EC /* WelcomeActionView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WelcomeActionView.swift; sourceTree = "<group>"; }; |
481 | | - 581BFB5D2926431000D251EC /* RecentProjectsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RecentProjectsView.swift; sourceTree = "<group>"; }; |
482 | 474 | 581BFB5E2926431000D251EC /* RecentProjectItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RecentProjectItem.swift; sourceTree = "<group>"; }; |
483 | 475 | 582213EF291834A500EFE361 /* AboutView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutView.swift; sourceTree = "<group>"; }; |
484 | | - 583E526A29361B39001AB554 /* WelcomeTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WelcomeTests.swift; sourceTree = "<group>"; }; |
485 | | - 583E526E29361B39001AB554 /* testWelcomeActionViewLightSnapshot.1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = testWelcomeActionViewLightSnapshot.1.png; sourceTree = "<group>"; }; |
486 | | - 583E526F29361B39001AB554 /* testWelcomeActionViewDarkSnapshot.1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = testWelcomeActionViewDarkSnapshot.1.png; sourceTree = "<group>"; }; |
487 | | - 583E527029361B39001AB554 /* testRecentJSFileDarkSnapshot.1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = testRecentJSFileDarkSnapshot.1.png; sourceTree = "<group>"; }; |
488 | | - 583E527129361B39001AB554 /* testRecentProjectItemDarkSnapshot.1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = testRecentProjectItemDarkSnapshot.1.png; sourceTree = "<group>"; }; |
489 | | - 583E527229361B39001AB554 /* testRecentJSFileLightSnapshot.1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = testRecentJSFileLightSnapshot.1.png; sourceTree = "<group>"; }; |
490 | | - 583E527329361B39001AB554 /* testRecentProjectItemLightSnapshot.1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = testRecentProjectItemLightSnapshot.1.png; sourceTree = "<group>"; }; |
491 | 476 | 583E527529361B39001AB554 /* CodeEditUITests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CodeEditUITests.swift; sourceTree = "<group>"; }; |
492 | 477 | 583E527929361B39001AB554 /* testHelpButtonDark.1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = testHelpButtonDark.1.png; sourceTree = "<group>"; }; |
493 | 478 | 583E527A29361B39001AB554 /* testEffectViewLight.1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = testEffectViewLight.1.png; sourceTree = "<group>"; }; |
|
501 | 486 | 583E528229361B39001AB554 /* testSegmentedControlDark.1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = testSegmentedControlDark.1.png; sourceTree = "<group>"; }; |
502 | 487 | 583E528329361B39001AB554 /* testEffectViewDark.1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = testEffectViewDark.1.png; sourceTree = "<group>"; }; |
503 | 488 | 583E528429361B39001AB554 /* testBranchPickerLight.1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = testBranchPickerLight.1.png; sourceTree = "<group>"; }; |
504 | | - 583E529E29361BCF001AB554 /* WelcomeTests-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "WelcomeTests-Bridging-Header.h"; sourceTree = "<group>"; }; |
505 | 489 | 583E52A129361BFD001AB554 /* CodeEditUITests-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CodeEditUITests-Bridging-Header.h"; sourceTree = "<group>"; }; |
506 | 490 | 5878DA81291863F900DD95A3 /* AcknowledgementsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AcknowledgementsView.swift; sourceTree = "<group>"; }; |
507 | 491 | 5878DA832918642000DD95A3 /* ParsePackagesResolved.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ParsePackagesResolved.swift; sourceTree = "<group>"; }; |
|
706 | 690 | 6C05A8AE284D0CA3007F4EAA /* WorkspaceDocument+Listeners.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WorkspaceDocument+Listeners.swift"; sourceTree = "<group>"; }; |
707 | 691 | 6C14CEAF28777D3C001468FE /* FindNavigatorListViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FindNavigatorListViewController.swift; sourceTree = "<group>"; }; |
708 | 692 | 6C14CEB22877A68F001468FE /* FindNavigatorMatchListCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FindNavigatorMatchListCell.swift; sourceTree = "<group>"; }; |
| 693 | + 6C186209298BF5A800C663EA /* RecentProjectsListView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RecentProjectsListView.swift; sourceTree = "<group>"; }; |
709 | 694 | 6C4104E2297C87A000F472BA /* BlurButtonStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlurButtonStyle.swift; sourceTree = "<group>"; }; |
710 | 695 | 6C4104E5297C884F00F472BA /* AboutDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutDetailView.swift; sourceTree = "<group>"; }; |
711 | 696 | 6C4104E8297C970F00F472BA /* AboutDefaultView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutDefaultView.swift; sourceTree = "<group>"; }; |
|
1037 | 1022 | 581BFB562926431000D251EC /* Views */ = { |
1038 | 1023 | isa = PBXGroup; |
1039 | 1024 | children = ( |
| 1025 | + 6C186209298BF5A800C663EA /* RecentProjectsListView.swift */, |
1040 | 1026 | 581BFB5A2926431000D251EC /* WelcomeWindowView.swift */, |
1041 | 1027 | 581BFB5B2926431000D251EC /* WelcomeView.swift */, |
1042 | 1028 | 581BFB5C2926431000D251EC /* WelcomeActionView.swift */, |
1043 | | - 581BFB5D2926431000D251EC /* RecentProjectsView.swift */, |
1044 | 1029 | 581BFB5E2926431000D251EC /* RecentProjectItem.swift */, |
1045 | 1030 | ); |
1046 | 1031 | path = Views; |
|
1178 | 1163 | path = NSTableView; |
1179 | 1164 | sourceTree = "<group>"; |
1180 | 1165 | }; |
1181 | | - 583E526929361B39001AB554 /* Welcome */ = { |
1182 | | - isa = PBXGroup; |
1183 | | - children = ( |
1184 | | - 583E526C29361B39001AB554 /* __Snapshots__ */, |
1185 | | - 583E526A29361B39001AB554 /* WelcomeTests.swift */, |
1186 | | - 583E529E29361BCF001AB554 /* WelcomeTests-Bridging-Header.h */, |
1187 | | - ); |
1188 | | - path = Welcome; |
1189 | | - sourceTree = "<group>"; |
1190 | | - }; |
1191 | | - 583E526C29361B39001AB554 /* __Snapshots__ */ = { |
1192 | | - isa = PBXGroup; |
1193 | | - children = ( |
1194 | | - 583E526D29361B39001AB554 /* UnitTests */, |
1195 | | - ); |
1196 | | - path = __Snapshots__; |
1197 | | - sourceTree = "<group>"; |
1198 | | - }; |
1199 | | - 583E526D29361B39001AB554 /* UnitTests */ = { |
1200 | | - isa = PBXGroup; |
1201 | | - children = ( |
1202 | | - 583E526E29361B39001AB554 /* testWelcomeActionViewLightSnapshot.1.png */, |
1203 | | - 583E526F29361B39001AB554 /* testWelcomeActionViewDarkSnapshot.1.png */, |
1204 | | - 583E527029361B39001AB554 /* testRecentJSFileDarkSnapshot.1.png */, |
1205 | | - 583E527129361B39001AB554 /* testRecentProjectItemDarkSnapshot.1.png */, |
1206 | | - 583E527229361B39001AB554 /* testRecentJSFileLightSnapshot.1.png */, |
1207 | | - 583E527329361B39001AB554 /* testRecentProjectItemLightSnapshot.1.png */, |
1208 | | - ); |
1209 | | - path = UnitTests; |
1210 | | - sourceTree = "<group>"; |
1211 | | - }; |
1212 | 1166 | 583E527429361B39001AB554 /* CodeEditUI */ = { |
1213 | 1167 | isa = PBXGroup; |
1214 | 1168 | children = ( |
|
1497 | 1451 | 283BDCC22972F211002AFF81 /* Acknowledgements */, |
1498 | 1452 | 4EE96EC82960562000FFBEA8 /* Documents */, |
1499 | 1453 | 583E527429361B39001AB554 /* CodeEditUI */, |
1500 | | - 583E526929361B39001AB554 /* Welcome */, |
1501 | 1454 | 587B612C2934199800D5CD8F /* CodeFile */, |
1502 | 1455 | ); |
1503 | 1456 | path = Features; |
|
2510 | 2463 | isa = PBXResourcesBuildPhase; |
2511 | 2464 | buildActionMask = 2147483647; |
2512 | 2465 | files = ( |
2513 | | - 583E528729361B39001AB554 /* testWelcomeActionViewDarkSnapshot.1.png in Resources */, |
2514 | 2466 | 583E529329361B39001AB554 /* testFontPickerViewDark.1.png in Resources */, |
2515 | 2467 | 583E529129361B39001AB554 /* testHelpButtonLight.1.png in Resources */, |
2516 | 2468 | 583E529029361B39001AB554 /* testSegmentedControlProminentLight.1.png in Resources */, |
2517 | 2469 | 583E528F29361B39001AB554 /* testSegmentedControlLight.1.png in Resources */, |
2518 | 2470 | 583E529429361B39001AB554 /* testFontPickerViewLight.1.png in Resources */, |
2519 | | - 583E528A29361B39001AB554 /* testRecentJSFileLightSnapshot.1.png in Resources */, |
2520 | 2471 | 583E529729361B39001AB554 /* testEffectViewDark.1.png in Resources */, |
2521 | | - 583E528629361B39001AB554 /* testWelcomeActionViewLightSnapshot.1.png in Resources */, |
2522 | 2472 | 583E529829361B39001AB554 /* testBranchPickerLight.1.png in Resources */, |
2523 | 2473 | 583E528E29361B39001AB554 /* testEffectViewLight.1.png in Resources */, |
2524 | | - 583E528B29361B39001AB554 /* testRecentProjectItemLightSnapshot.1.png in Resources */, |
2525 | | - 583E528929361B39001AB554 /* testRecentProjectItemDarkSnapshot.1.png in Resources */, |
2526 | | - 583E528829361B39001AB554 /* testRecentJSFileDarkSnapshot.1.png in Resources */, |
2527 | 2474 | 583E529229361B39001AB554 /* testBranchPickerDark.1.png in Resources */, |
2528 | 2475 | 583E529529361B39001AB554 /* testSegmentedControlProminentDark.1.png in Resources */, |
2529 | 2476 | 583E528D29361B39001AB554 /* testHelpButtonDark.1.png in Resources */, |
|
2617 | 2564 | 587B9E7F29301D8F00AC7927 /* GitHubUserRouter.swift in Sources */, |
2618 | 2565 | 20EBB50D280C383700F3A5DA /* LanguageType.swift in Sources */, |
2619 | 2566 | 587B9E9729301D8F00AC7927 /* BitBucketAccount+Token.swift in Sources */, |
2620 | | - 581BFB6A2926431000D251EC /* RecentProjectsView.swift in Sources */, |
2621 | 2567 | 587B9E7729301D8F00AC7927 /* String+PercentEncoding.swift in Sources */, |
2622 | 2568 | 587B9E5B29301D8F00AC7927 /* GitCheckoutBranchView.swift in Sources */, |
2623 | 2569 | 2813F93827ECC4AA00E305E4 /* FindNavigatorResultList.swift in Sources */, |
|
2694 | 2640 | 043C321427E31FF6006AE443 /* CodeEditDocumentController.swift in Sources */, |
2695 | 2641 | 587B9E6629301D8F00AC7927 /* GitLabProjectHook.swift in Sources */, |
2696 | 2642 | 587B9E9329301D8F00AC7927 /* BitBucketOAuthConfiguration.swift in Sources */, |
| 2643 | + 6C18620A298BF5A800C663EA /* RecentProjectsListView.swift in Sources */, |
2697 | 2644 | 58F2EB0A292FB2B0004A9BDE /* AppPreferences.swift in Sources */, |
2698 | 2645 | 20EBB503280C327C00F3A5DA /* HistoryInspectorView.swift in Sources */, |
2699 | 2646 | 587B9E7529301D8F00AC7927 /* String+QueryParameters.swift in Sources */, |
|
2888 | 2835 | isa = PBXSourcesBuildPhase; |
2889 | 2836 | buildActionMask = 2147483647; |
2890 | 2837 | files = ( |
2891 | | - 583E528529361B39001AB554 /* WelcomeTests.swift in Sources */, |
2892 | 2838 | 583E528C29361B39001AB554 /* CodeEditUITests.swift in Sources */, |
2893 | 2839 | 587B60F82934124200D5CD8F /* WorkspaceClientTests.swift in Sources */, |
2894 | 2840 | 587B61012934170A00D5CD8F /* UnitTests_Extensions.swift in Sources */, |
|
0 commit comments