|
511 | 511 | 851CD674244D7E6000331B98 /* UserDefaultsExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85449F0023FEAF3000512AAF /* UserDefaultsExtension.swift */; }; |
512 | 512 | 851DFD87212C39D300D95F20 /* TabSwitcherButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851DFD86212C39D300D95F20 /* TabSwitcherButton.swift */; }; |
513 | 513 | 851DFD8A212C5EE800D95F20 /* TabSwitcherButtonTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851DFD89212C5EE800D95F20 /* TabSwitcherButtonTests.swift */; }; |
514 | | - 851EA0882D39D39600A1A590 /* TabSwitcherTopBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851EA0872D39D39600A1A590 /* TabSwitcherTopBarView.swift */; }; |
515 | 514 | 851F74262B9A1BFD00747C42 /* Suggestions in Frameworks */ = {isa = PBXBuildFile; productRef = 851F74252B9A1BFD00747C42 /* Suggestions */; }; |
516 | 515 | 85200FA11FBC5BB5001AF290 /* DDGPersistenceContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85200FA01FBC5BB5001AF290 /* DDGPersistenceContainer.swift */; }; |
517 | 516 | 8521FDE6238D414B00A44CC3 /* FileStoreTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8521FDE4238D411400A44CC3 /* FileStoreTests.swift */; }; |
|
566 | 565 | 8565A34B1FC8D96B00239327 /* LaunchTabNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8565A34A1FC8D96B00239327 /* LaunchTabNotification.swift */; }; |
567 | 566 | 8565A34D1FC8DFE400239327 /* LaunchTabNotificationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8565A34C1FC8DFE400239327 /* LaunchTabNotificationTests.swift */; }; |
568 | 567 | 8567E29D2CF77A700035926F /* MockFireproofing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85C503FC2CF0E7B10075DF6F /* MockFireproofing.swift */; }; |
| 568 | + 8569E1702D52C9A4004A3CB7 /* TabSwitcherBarsStateHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8569E16F2D52C993004A3CB7 /* TabSwitcherBarsStateHandler.swift */; }; |
| 569 | + 856F28D72D3EC5FA00A88211 /* TabSwitcherViewController+MultiSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = 856F28D62D3EC5FA00A88211 /* TabSwitcherViewController+MultiSelect.swift */; }; |
569 | 570 | 857229882BBEE74100E2E802 /* AppRatingPromptDatabaseMigrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 857229872BBEE74100E2E802 /* AppRatingPromptDatabaseMigrationTests.swift */; }; |
570 | 571 | 8572298A2BBEF0C800E2E802 /* AppRatingPrompt_v1 in Resources */ = {isa = PBXBuildFile; fileRef = 857229892BBEF0C800E2E802 /* AppRatingPrompt_v1 */; }; |
571 | 572 | 8577A1C5255D2C0D00D43FCD /* HitTestingToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8577A1C4255D2C0D00D43FCD /* HitTestingToolbar.swift */; }; |
|
1962 | 1963 | 851B128B2220483A004781BC /* OnboardingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingViewController.swift; sourceTree = "<group>"; }; |
1963 | 1964 | 851DFD86212C39D300D95F20 /* TabSwitcherButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabSwitcherButton.swift; sourceTree = "<group>"; }; |
1964 | 1965 | 851DFD89212C5EE800D95F20 /* TabSwitcherButtonTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabSwitcherButtonTests.swift; sourceTree = "<group>"; }; |
1965 | | - 851EA0872D39D39600A1A590 /* TabSwitcherTopBarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabSwitcherTopBarView.swift; sourceTree = "<group>"; }; |
1966 | 1966 | 85200FA01FBC5BB5001AF290 /* DDGPersistenceContainer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DDGPersistenceContainer.swift; sourceTree = "<group>"; }; |
1967 | 1967 | 8521FDE4238D411400A44CC3 /* FileStoreTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileStoreTests.swift; sourceTree = "<group>"; }; |
1968 | 1968 | 852409302C78030D00CB28FC /* MockUsageSegmentation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockUsageSegmentation.swift; sourceTree = "<group>"; }; |
|
2018 | 2018 | 8563A03B1F9288D600F04442 /* BrowserChromeManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BrowserChromeManager.swift; sourceTree = "<group>"; }; |
2019 | 2019 | 8565A34A1FC8D96B00239327 /* LaunchTabNotification.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LaunchTabNotification.swift; sourceTree = "<group>"; }; |
2020 | 2020 | 8565A34C1FC8DFE400239327 /* LaunchTabNotificationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LaunchTabNotificationTests.swift; sourceTree = "<group>"; }; |
| 2021 | + 8569E16F2D52C993004A3CB7 /* TabSwitcherBarsStateHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabSwitcherBarsStateHandler.swift; sourceTree = "<group>"; }; |
| 2022 | + 856F28D62D3EC5FA00A88211 /* TabSwitcherViewController+MultiSelect.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TabSwitcherViewController+MultiSelect.swift"; sourceTree = "<group>"; }; |
2021 | 2023 | 857229872BBEE74100E2E802 /* AppRatingPromptDatabaseMigrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppRatingPromptDatabaseMigrationTests.swift; sourceTree = "<group>"; }; |
2022 | 2024 | 857229892BBEF0C800E2E802 /* AppRatingPrompt_v1 */ = {isa = PBXFileReference; lastKnownFileType = folder; path = AppRatingPrompt_v1; sourceTree = "<group>"; }; |
2023 | 2025 | 8577A1C4255D2C0D00D43FCD /* HitTestingToolbar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HitTestingToolbar.swift; sourceTree = "<group>"; }; |
|
6533 | 6535 | F1386BA21E6846320062FC3C /* TabSwitcher */ = { |
6534 | 6536 | isa = PBXGroup; |
6535 | 6537 | children = ( |
| 6538 | + 8569E16F2D52C993004A3CB7 /* TabSwitcherBarsStateHandler.swift */, |
6536 | 6539 | 9872D204247DCAC100CEF398 /* TabPreviewsSource.swift */, |
6537 | 6540 | 85DFEDF824CF3D0E00973FE7 /* TabsBarCell.swift */, |
6538 | 6541 | 8586A10F24CCCD040049720E /* TabsBarViewController.swift */, |
6539 | 6542 | F1ED309B1EDC2EA400651986 /* TabSwitcher.storyboard */, |
6540 | 6543 | F1617C181E573EA800DEDCAF /* TabSwitcherDelegate.swift */, |
6541 | 6544 | 6FF9AD3E2CE63DC200C5A406 /* TabSwitcherOpenDailyPixel.swift */, |
6542 | 6545 | 984D035B24AE15CD0066CFB8 /* TabSwitcherSettings.swift */, |
6543 | | - 851EA0872D39D39600A1A590 /* TabSwitcherTopBarView.swift */, |
6544 | 6546 | F1617C121E572E0300DEDCAF /* TabSwitcherViewController.swift */, |
6545 | 6547 | 85F2FFCE2211F8E5006BB258 /* TabSwitcherViewController+KeyCommands.swift */, |
| 6548 | + 856F28D62D3EC5FA00A88211 /* TabSwitcherViewController+MultiSelect.swift */, |
6546 | 6549 | 984D035924ACCC7D0066CFB8 /* TabViewCell.swift */, |
6547 | 6550 | F1DE78571E5CAE350058895A /* TabViewGridCell.swift */, |
6548 | 6551 | 984D035724ACCC6F0066CFB8 /* TabViewListCell.swift */, |
|
8259 | 8262 | D664C7C92B289AA200CBFA76 /* AsyncHeadlessWebView.swift in Sources */, |
8260 | 8263 | F1F5337C1F26A9EF00D80D4F /* UserText.swift in Sources */, |
8261 | 8264 | 1E8AD1C727BE9B2900ABA377 /* DownloadsListDataSource.swift in Sources */, |
| 8265 | + 8569E1702D52C9A4004A3CB7 /* TabSwitcherBarsStateHandler.swift in Sources */, |
8262 | 8266 | 9FE08BDC2C2A88FA001D5EBC /* OnboardingIntroViewController.swift in Sources */, |
8263 | 8267 | 3157B43527F497F50042D3D7 /* SaveLoginViewController.swift in Sources */, |
8264 | 8268 | C14D43012B45D6CD00ACA4DC /* AutofillDebugViewController.swift in Sources */, |
| 8269 | + 856F28D72D3EC5FA00A88211 /* TabSwitcherViewController+MultiSelect.swift in Sources */, |
8265 | 8270 | 853C5F6121C277C7001F7A05 /* global.swift in Sources */, |
8266 | 8271 | EE9D68D82AE15AD600B55EF4 /* UIApplicationExtension.swift in Sources */, |
8267 | 8272 | 566B73702BECD46800FF1959 /* MainViewController+SyncAlerts.swift in Sources */, |
|
8306 | 8311 | 9FE08BD62C2A60CD001D5EBC /* MetricBuilder.swift in Sources */, |
8307 | 8312 | 1E1626072968413B0004127F /* ViewExtension.swift in Sources */, |
8308 | 8313 | 31A42566285A0A6300049386 /* FaviconViewModel.swift in Sources */, |
8309 | | - 851EA0882D39D39600A1A590 /* TabSwitcherTopBarView.swift in Sources */, |
8310 | 8314 | 6F691CCA2C4979EC002E9553 /* FavoritesTooltip.swift in Sources */, |
8311 | 8315 | CBF259502D37ED6600AC63E4 /* Resuming.swift in Sources */, |
8312 | 8316 | 859DB8132CE6263C001F7210 /* TextZoomStorage.swift in Sources */, |
|
0 commit comments