|
749 | 749 | 98F3A1D8217B37010011A0D4 /* Theme.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98F3A1D7217B37010011A0D4 /* Theme.swift */; }; |
750 | 750 | 98F6EA472863124100720957 /* ContentBlockerRulesLists.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98F6EA462863124100720957 /* ContentBlockerRulesLists.swift */; }; |
751 | 751 | 98F78B8E22419093007CACF4 /* ThemableNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98F78B8D22419093007CACF4 /* ThemableNavigationController.swift */; }; |
| 752 | + 9F06EB752D09E8D200905426 /* MaliciousSiteProtectionFeatureFlags.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F06EB732D09E8D200905426 /* MaliciousSiteProtectionFeatureFlags.swift */; }; |
| 753 | + 9F06EB7B2D09EC2000905426 /* MaliciousSiteProtectionFeatureFlagsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F06EB792D09EC2000905426 /* MaliciousSiteProtectionFeatureFlagsTests.swift */; }; |
752 | 754 | 9F16230B2CA0F0190093C4FC /* DebouncerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F16230A2CA0F0190093C4FC /* DebouncerTests.swift */; }; |
753 | 755 | 9F1798572CD2443F0073018B /* AddToDockPromoViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F1798562CD2443F0073018B /* AddToDockPromoViewModelTests.swift */; }; |
754 | 756 | 9F23B8012C2BC94400950875 /* OnboardingBackground.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F23B8002C2BC94400950875 /* OnboardingBackground.swift */; }; |
|
2618 | 2620 | 98F3A1D7217B37010011A0D4 /* Theme.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Theme.swift; sourceTree = "<group>"; }; |
2619 | 2621 | 98F6EA462863124100720957 /* ContentBlockerRulesLists.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContentBlockerRulesLists.swift; sourceTree = "<group>"; }; |
2620 | 2622 | 98F78B8D22419093007CACF4 /* ThemableNavigationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThemableNavigationController.swift; sourceTree = "<group>"; }; |
| 2623 | + 9F06EB732D09E8D200905426 /* MaliciousSiteProtectionFeatureFlags.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MaliciousSiteProtectionFeatureFlags.swift; sourceTree = "<group>"; }; |
| 2624 | + 9F06EB792D09EC2000905426 /* MaliciousSiteProtectionFeatureFlagsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MaliciousSiteProtectionFeatureFlagsTests.swift; sourceTree = "<group>"; }; |
2621 | 2625 | 9F16230A2CA0F0190093C4FC /* DebouncerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebouncerTests.swift; sourceTree = "<group>"; }; |
2622 | 2626 | 9F1798562CD2443F0073018B /* AddToDockPromoViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddToDockPromoViewModelTests.swift; sourceTree = "<group>"; }; |
2623 | 2627 | 9F23B8002C2BC94400950875 /* OnboardingBackground.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingBackground.swift; sourceTree = "<group>"; }; |
|
4979 | 4983 | name = Themes; |
4980 | 4984 | sourceTree = "<group>"; |
4981 | 4985 | }; |
| 4986 | + 9F06EB742D09E8D200905426 /* FeatureFlags */ = { |
| 4987 | + isa = PBXGroup; |
| 4988 | + children = ( |
| 4989 | + 9F06EB732D09E8D200905426 /* MaliciousSiteProtectionFeatureFlags.swift */, |
| 4990 | + ); |
| 4991 | + path = FeatureFlags; |
| 4992 | + sourceTree = "<group>"; |
| 4993 | + }; |
| 4994 | + 9F06EB7A2D09EC2000905426 /* MaliciousSiteProtection */ = { |
| 4995 | + isa = PBXGroup; |
| 4996 | + children = ( |
| 4997 | + 9F06EB792D09EC2000905426 /* MaliciousSiteProtectionFeatureFlagsTests.swift */, |
| 4998 | + ); |
| 4999 | + path = MaliciousSiteProtection; |
| 5000 | + sourceTree = "<group>"; |
| 5001 | + }; |
4982 | 5002 | 9F23B7FF2C2BABE000950875 /* OnboardingIntro */ = { |
4983 | 5003 | isa = PBXGroup; |
4984 | 5004 | children = ( |
|
5033 | 5053 | 9F254AA92CF47CD30063B308 /* MaliciousSiteProtection */ = { |
5034 | 5054 | isa = PBXGroup; |
5035 | 5055 | children = ( |
| 5056 | + 9F06EB742D09E8D200905426 /* FeatureFlags */, |
5036 | 5057 | 9F254AAA2CF47DD50063B308 /* MaliciousSiteProtectionManager.swift */, |
5037 | 5058 | ); |
5038 | 5059 | path = MaliciousSiteProtection; |
|
6090 | 6111 | 83134D7F20E2E013006CE65D /* Feedback */, |
6091 | 6112 | 8588026724E4249800C24AB6 /* iPad */, |
6092 | 6113 | 851DFD88212C5ED600D95F20 /* Main */, |
| 6114 | + 9F06EB7A2D09EC2000905426 /* MaliciousSiteProtection */, |
6093 | 6115 | EE56DE3A2A6038F500375C41 /* NetworkProtection */, |
6094 | 6116 | 6F03CAFF2C32ED22004179A8 /* NewTabPage */, |
6095 | 6117 | F1D477C71F2139210031ED49 /* OmniBar */, |
|
8078 | 8100 | F13B4BC01F180D8A00814661 /* TabsModel.swift in Sources */, |
8079 | 8101 | 8598D2E02CEB98B500C45685 /* Favicons.swift in Sources */, |
8080 | 8102 | 8598D2E12CEB98B500C45685 /* NotFoundCachingDownloader.swift in Sources */, |
| 8103 | + 9F06EB752D09E8D200905426 /* MaliciousSiteProtectionFeatureFlags.swift in Sources */, |
8081 | 8104 | 8598D2E22CEB98B500C45685 /* FaviconRequestModifier.swift in Sources */, |
8082 | 8105 | 8598D2E32CEB98B500C45685 /* FaviconUserScript.swift in Sources */, |
8083 | 8106 | 8598D2E42CEB98B500C45685 /* FaviconSourcesProvider.swift in Sources */, |
|
8360 | 8383 | 83EDCC411F86B89C005CDFCD /* StatisticsLoaderTests.swift in Sources */, |
8361 | 8384 | 564DE4572C4150E600D23241 /* NewTabPageControllerDaxDialogTests.swift in Sources */, |
8362 | 8385 | C14882E327F20D9A00D59F0C /* BookmarksExporterTests.swift in Sources */, |
| 8386 | + 9F06EB7B2D09EC2000905426 /* MaliciousSiteProtectionFeatureFlagsTests.swift in Sources */, |
8363 | 8387 | 85C29708247BDD060063A335 /* DaxDialogsBrowsingSpecTests.swift in Sources */, |
8364 | 8388 | 9FE05CF12C36468A00D9046B /* OnboardingPixelReporterTests.swift in Sources */, |
8365 | 8389 | 9FDEC7B42C8FD62F00C7A692 /* OnboardingAddressBarPositionPickerViewModelTests.swift in Sources */, |
|
0 commit comments