|
286 | 286 | 563A3CFE2D37B8FA001966FD /* ConfigurationManagerIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 563A3CFD2D37B8FA001966FD /* ConfigurationManagerIntegrationTests.swift */; };
|
287 | 287 | 563A3D012D37BF83001966FD /* ConfigurationManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 563A3D002D37BF83001966FD /* ConfigurationManagerTests.swift */; };
|
288 | 288 | 563A3D032D37C363001966FD /* AppConfigurationURLProviderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 563A3D022D37C363001966FD /* AppConfigurationURLProviderTests.swift */; };
|
| 289 | + 5644419D2D4D1EDD003C53B8 /* FeatureFlagsMenuView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5644419C2D4D1EDD003C53B8 /* FeatureFlagsMenuView.swift */; }; |
| 290 | + 5644419F2D4D205C003C53B8 /* FeatureFlagsSettingViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5644419E2D4D205C003C53B8 /* FeatureFlagsSettingViewModel.swift */; }; |
| 291 | + 564441A22D4D20D6003C53B8 /* ExperimentCohortView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 564441A12D4D20D6003C53B8 /* ExperimentCohortView.swift */; }; |
289 | 292 | 564DE4532C3ED1B700D23241 /* NewTabDaxDialogFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 564DE4522C3ED1B700D23241 /* NewTabDaxDialogFactory.swift */; };
|
290 | 293 | 564DE4552C3EDEF200D23241 /* ContextualOnboardingNewTabDialogFactoryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 564DE4542C3EDEF200D23241 /* ContextualOnboardingNewTabDialogFactoryTests.swift */; };
|
291 | 294 | 564DE4572C4150E600D23241 /* NewTabPageControllerDaxDialogTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 564DE4562C4150E600D23241 /* NewTabPageControllerDaxDialogTests.swift */; };
|
|
1697 | 1700 | 563A3CFD2D37B8FA001966FD /* ConfigurationManagerIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConfigurationManagerIntegrationTests.swift; sourceTree = "<group>"; };
|
1698 | 1701 | 563A3D002D37BF83001966FD /* ConfigurationManagerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConfigurationManagerTests.swift; sourceTree = "<group>"; };
|
1699 | 1702 | 563A3D022D37C363001966FD /* AppConfigurationURLProviderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppConfigurationURLProviderTests.swift; sourceTree = "<group>"; };
|
| 1703 | + 5644419C2D4D1EDD003C53B8 /* FeatureFlagsMenuView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeatureFlagsMenuView.swift; sourceTree = "<group>"; }; |
| 1704 | + 5644419E2D4D205C003C53B8 /* FeatureFlagsSettingViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeatureFlagsSettingViewModel.swift; sourceTree = "<group>"; }; |
| 1705 | + 564441A12D4D20D6003C53B8 /* ExperimentCohortView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExperimentCohortView.swift; sourceTree = "<group>"; }; |
1700 | 1706 | 564DE4522C3ED1B700D23241 /* NewTabDaxDialogFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewTabDaxDialogFactory.swift; sourceTree = "<group>"; };
|
1701 | 1707 | 564DE4542C3EDEF200D23241 /* ContextualOnboardingNewTabDialogFactoryTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContextualOnboardingNewTabDialogFactoryTests.swift; sourceTree = "<group>"; };
|
1702 | 1708 | 564DE4562C4150E600D23241 /* NewTabPageControllerDaxDialogTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewTabPageControllerDaxDialogTests.swift; sourceTree = "<group>"; };
|
|
4102 | 4108 | path = Configuration;
|
4103 | 4109 | sourceTree = "<group>";
|
4104 | 4110 | };
|
| 4111 | + 564441A02D4D2089003C53B8 /* FeatureFlagsDebugSettings */ = { |
| 4112 | + isa = PBXGroup; |
| 4113 | + children = ( |
| 4114 | + 5644419E2D4D205C003C53B8 /* FeatureFlagsSettingViewModel.swift */, |
| 4115 | + 5644419C2D4D1EDD003C53B8 /* FeatureFlagsMenuView.swift */, |
| 4116 | + 564441A12D4D20D6003C53B8 /* ExperimentCohortView.swift */, |
| 4117 | + ); |
| 4118 | + path = FeatureFlagsDebugSettings; |
| 4119 | + sourceTree = "<group>"; |
| 4120 | + }; |
4105 | 4121 | 5650E36D2D3E8E3100D41ECF /* PageRefreshMonitor */ = {
|
4106 | 4122 | isa = PBXGroup;
|
4107 | 4123 | children = (
|
|
4800 | 4816 | 858566F1252E55AE007501B8 /* Debug */ = {
|
4801 | 4817 | isa = PBXGroup;
|
4802 | 4818 | children = (
|
| 4819 | + 564441A02D4D2089003C53B8 /* FeatureFlagsDebugSettings */, |
4803 | 4820 | C1047CA32CA59BDC00B916FD /* Autofill */,
|
4804 | 4821 | 6FB1FE9C2C24D4060075B68B /* NewTabPageSectionsDebugView */,
|
4805 | 4822 | 9F9A922F2C86AACB001D036D /* OnboardingDebugView */,
|
|
8110 | 8127 | 85DFEDED24C7CCA500973FE7 /* AppWidthObserver.swift in Sources */,
|
8111 | 8128 | 4B6484F327FD1E350050A7A1 /* MenuControllerView.swift in Sources */,
|
8112 | 8129 | 7B059F0F2D0387E900371ED0 /* NumberedParagraphView.swift in Sources */,
|
| 8130 | + 5644419F2D4D205C003C53B8 /* FeatureFlagsSettingViewModel.swift in Sources */, |
8113 | 8131 | 7B059F112D0387E900371ED0 /* WidgetEducationViewController.swift in Sources */,
|
8114 | 8132 | 7B059F122D0387E900371ED0 /* WidgetEducationView.swift in Sources */,
|
8115 | 8133 | 9F9A92342C86B42B001D036D /* AppIconPicker.swift in Sources */,
|
|
8191 | 8209 | CB4FA44E2C78AACE00A16F5A /* SpecialErrorPageUserScript.swift in Sources */,
|
8192 | 8210 | EE0153ED2A6FF9E6002A8B26 /* NetworkProtectionRootView.swift in Sources */,
|
8193 | 8211 | EEF0F8CC2ABC832300630031 /* NetworkProtectionDebugFeatures.swift in Sources */,
|
| 8212 | + 5644419D2D4D1EDD003C53B8 /* FeatureFlagsMenuView.swift in Sources */, |
8194 | 8213 | CBECDB7A2CD981CE005B8B87 /* AppPageRefreshMonitor.swift in Sources */,
|
8195 | 8214 | B60DFF072872B64B0061E7C2 /* JSAlertController.swift in Sources */,
|
8196 | 8215 | 981FED6E22025151008488D7 /* BlankSnapshotViewController.swift in Sources */,
|
|
8247 | 8266 | 85582E0029D7409700E9AE35 /* SyncSettingsViewController+PDFRendering.swift in Sources */,
|
8248 | 8267 | 9888F77B2224980500C46159 /* FeedbackViewController.swift in Sources */,
|
8249 | 8268 | D6E83C662B23936F006C8AFB /* SettingsDebugView.swift in Sources */,
|
| 8269 | + 564441A22D4D20D6003C53B8 /* ExperimentCohortView.swift in Sources */, |
8250 | 8270 | C1641EB12BC2F52B0012607A /* ImportPasswordsView.swift in Sources */,
|
8251 | 8271 | CBFCB30E2B2CD47800253E9E /* ConfigurationURLDebugViewController.swift in Sources */,
|
8252 | 8272 | 6FDC64052C98515E00DB71B3 /* FavoriteAddItemView.swift in Sources */,
|
|
11967 | 11987 | repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit.git";
|
11968 | 11988 | requirement = {
|
11969 | 11989 | kind = exactVersion;
|
11970 |
| - version = 233.1.0; |
| 11990 | + version = 234.0.0; |
11971 | 11991 | };
|
11972 | 11992 | };
|
11973 | 11993 | 9F8FE9472BAE50E50071E372 /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
|
|
0 commit comments