|
2268 | 2268 | EDF567A02C8B51DC00FDB09D /* SiteImageView in Frameworks */ = {isa = PBXBuildFile; productRef = EDF5679F2C8B51DC00FDB09D /* SiteImageView */; }; |
2269 | 2269 | EDF567A22C8B51E100FDB09D /* Kingfisher in Frameworks */ = {isa = PBXBuildFile; productRef = EDF567A12C8B51E100FDB09D /* Kingfisher */; }; |
2270 | 2270 | EDFEE3F42DE670B8005ADE03 /* gleanProbes.xcfilelist in Resources */ = {isa = PBXBuildFile; fileRef = EDFEE3F32DE670B8005ADE03 /* gleanProbes.xcfilelist */; }; |
| 2271 | + EEB965112FBCCDFC00D6C232 /* PageRoute.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEB9650E2FBCCDFC00D6C232 /* PageRoute.swift */; }; |
| 2272 | + EEB965122FBCCDFC00D6C232 /* ReaderModeSchemeHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEB9650F2FBCCDFC00D6C232 /* ReaderModeSchemeHandler.swift */; }; |
| 2273 | + EEB965162FBCCE7B00D6C232 /* ReaderModeSchemeHandlerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEB965132FBCCE7B00D6C232 /* ReaderModeSchemeHandlerTests.swift */; }; |
2271 | 2274 | F00CA4012F00000000000003 /* WorldCupMatchesResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CA4012F00000000000004 /* WorldCupMatchesResponse.swift */; }; |
2272 | 2275 | F00CA4012F00000000000005 /* WorldCupLiveResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CA4012F00000000000006 /* WorldCupLiveResponse.swift */; }; |
2273 | 2276 | F00CA4012F00000000000007 /* WorldCupAPIClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CA4012F00000000000008 /* WorldCupAPIClient.swift */; }; |
|
2277 | 2280 | F00CA4012F00000000000013 /* WorldCupTeamsResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CA4012F00000000000014 /* WorldCupTeamsResponse.swift */; }; |
2278 | 2281 | F00CA4012F00000000000015 /* WorldCupLoadError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CA4012F00000000000016 /* WorldCupLoadError.swift */; }; |
2279 | 2282 | F00CA4012F00000000000017 /* WorldCupBaseHostOverrideSetting.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CA4012F00000000000018 /* WorldCupBaseHostOverrideSetting.swift */; }; |
2280 | | - F00CA4012F00000000000020 /* WorldCupFeed.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CA4012F00000000000021 /* WorldCupFeed.swift */; }; |
2281 | | - F00CA4012F0000000000001E /* WorldCupPollIntervalOverrideSetting.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CA4012F0000000000001F /* WorldCupPollIntervalOverrideSetting.swift */; }; |
2282 | 2283 | F00CA4012F0000000000001C /* WorldCupPollingFetchStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CA4012F0000000000001D /* WorldCupPollingFetchStrategy.swift */; }; |
| 2284 | + F00CA4012F0000000000001E /* WorldCupPollIntervalOverrideSetting.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CA4012F0000000000001F /* WorldCupPollIntervalOverrideSetting.swift */; }; |
| 2285 | + F00CA4012F00000000000020 /* WorldCupFeed.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CA4012F00000000000021 /* WorldCupFeed.swift */; }; |
2283 | 2286 | F00CA4022F00000000000001 /* WorldCupMatchesResponseTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CA4022F00000000000002 /* WorldCupMatchesResponseTests.swift */; }; |
2284 | 2287 | F00CA4022F00000000000003 /* WorldCupLiveResponseTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CA4022F00000000000004 /* WorldCupLiveResponseTests.swift */; }; |
2285 | 2288 | F00CA4022F00000000000005 /* WorldCupFetchStrategyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CA4022F00000000000006 /* WorldCupFetchStrategyTests.swift */; }; |
|
11660 | 11663 | EE994F2590D706FC0ADD4B42 /* ur */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ur; path = ur.lproj/AuthenticationManager.strings; sourceTree = "<group>"; }; |
11661 | 11664 | EEA34C528147F2E7C3AB52C8 /* mr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = mr; path = mr.lproj/Localizable.strings; sourceTree = "<group>"; }; |
11662 | 11665 | EEAB4DF28099E1BEA98A0B00 /* an */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = an; path = an.lproj/ClearPrivateDataConfirm.strings; sourceTree = "<group>"; }; |
| 11666 | + EEB9650E2FBCCDFC00D6C232 /* PageRoute.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PageRoute.swift; sourceTree = "<group>"; }; |
| 11667 | + EEB9650F2FBCCDFC00D6C232 /* ReaderModeSchemeHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReaderModeSchemeHandler.swift; sourceTree = "<group>"; }; |
| 11668 | + EEB965132FBCCE7B00D6C232 /* ReaderModeSchemeHandlerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReaderModeSchemeHandlerTests.swift; sourceTree = "<group>"; }; |
11663 | 11669 | EEE8476797612D908D23E6BC /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; }; |
11664 | 11670 | EEF342E5A045117853806115 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/Localizable.strings; sourceTree = "<group>"; }; |
11665 | 11671 | EF0444EEBEA6A45A3E0F654C /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/PrivateBrowsing.strings"; sourceTree = "<group>"; }; |
|
11680 | 11686 | F00CA4012F00000000000014 /* WorldCupTeamsResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WorldCupTeamsResponse.swift; sourceTree = "<group>"; }; |
11681 | 11687 | F00CA4012F00000000000016 /* WorldCupLoadError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WorldCupLoadError.swift; sourceTree = "<group>"; }; |
11682 | 11688 | F00CA4012F00000000000018 /* WorldCupBaseHostOverrideSetting.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WorldCupBaseHostOverrideSetting.swift; sourceTree = "<group>"; }; |
11683 | | - F00CA4012F00000000000021 /* WorldCupFeed.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WorldCupFeed.swift; sourceTree = "<group>"; }; |
11684 | | - F00CA4012F0000000000001F /* WorldCupPollIntervalOverrideSetting.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WorldCupPollIntervalOverrideSetting.swift; sourceTree = "<group>"; }; |
11685 | 11689 | F00CA4012F0000000000001D /* WorldCupPollingFetchStrategy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WorldCupPollingFetchStrategy.swift; sourceTree = "<group>"; }; |
| 11690 | + F00CA4012F0000000000001F /* WorldCupPollIntervalOverrideSetting.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WorldCupPollIntervalOverrideSetting.swift; sourceTree = "<group>"; }; |
| 11691 | + F00CA4012F00000000000021 /* WorldCupFeed.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WorldCupFeed.swift; sourceTree = "<group>"; }; |
11686 | 11692 | F00CA4022F00000000000002 /* WorldCupMatchesResponseTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WorldCupMatchesResponseTests.swift; sourceTree = "<group>"; }; |
11687 | 11693 | F00CA4022F00000000000004 /* WorldCupLiveResponseTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WorldCupLiveResponseTests.swift; sourceTree = "<group>"; }; |
11688 | 11694 | F00CA4022F00000000000006 /* WorldCupFetchStrategyTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WorldCupFetchStrategyTests.swift; sourceTree = "<group>"; }; |
|
16855 | 16861 | path = Sharing; |
16856 | 16862 | sourceTree = "<group>"; |
16857 | 16863 | }; |
| 16864 | + EEB965102FBCCDFC00D6C232 /* SchemeHandler */ = { |
| 16865 | + isa = PBXGroup; |
| 16866 | + children = ( |
| 16867 | + EEB9650E2FBCCDFC00D6C232 /* PageRoute.swift */, |
| 16868 | + EEB9650F2FBCCDFC00D6C232 /* ReaderModeSchemeHandler.swift */, |
| 16869 | + ); |
| 16870 | + path = SchemeHandler; |
| 16871 | + sourceTree = "<group>"; |
| 16872 | + }; |
| 16873 | + EEB965142FBCCE7B00D6C232 /* SchemeHandler */ = { |
| 16874 | + isa = PBXGroup; |
| 16875 | + children = ( |
| 16876 | + EEB965132FBCCE7B00D6C232 /* ReaderModeSchemeHandlerTests.swift */, |
| 16877 | + ); |
| 16878 | + path = SchemeHandler; |
| 16879 | + sourceTree = "<group>"; |
| 16880 | + }; |
| 16881 | + EEB965152FBCCE7B00D6C232 /* ReaderTests */ = { |
| 16882 | + isa = PBXGroup; |
| 16883 | + children = ( |
| 16884 | + EEB965142FBCCE7B00D6C232 /* SchemeHandler */, |
| 16885 | + ); |
| 16886 | + path = ReaderTests; |
| 16887 | + sourceTree = "<group>"; |
| 16888 | + }; |
16858 | 16889 | F8324A082649A188007E4BFA /* CredentialProvider */ = { |
16859 | 16890 | isa = PBXGroup; |
16860 | 16891 | children = ( |
|
16972 | 17003 | F84B21D61A090F8100AAB793 /* ClientTests */ = { |
16973 | 17004 | isa = PBXGroup; |
16974 | 17005 | children = ( |
| 17006 | + EEB965152FBCCE7B00D6C232 /* ReaderTests */, |
16975 | 17007 | C24A0D2E2F3A7E7200BF08B7 /* KeyChainAppAttestKeyIDStoreTests.swift */, |
16976 | 17008 | 2151EF582F2AB962007B67A6 /* BrowserViewController */, |
16977 | 17009 | 218457C42F22A3FA00B4FF23 /* Downloads */, |
|
17196 | 17228 | F84B21F51A0910F600AAB793 /* Reader */ = { |
17197 | 17229 | isa = PBXGroup; |
17198 | 17230 | children = ( |
| 17231 | + EEB965102FBCCDFC00D6C232 /* SchemeHandler */, |
17199 | 17232 | 2178A69E2914546D002EC290 /* Resources */, |
17200 | 17233 | 2178A69D291453CC002EC290 /* View */, |
17201 | 17234 | E4CD9E901A6897FB00318571 /* ReaderMode.swift */, |
|
19204 | 19237 | 8A2DAD4B2CC02AA00067ECD0 /* LabelButtonHeaderView.swift in Sources */, |
19205 | 19238 | 8A2DAD4D2CC02AA10067ECD0 /* LabelButtonHeaderCell.swift in Sources */, |
19206 | 19239 | 8A9B7A8A2F1A120100ABCDEF /* NewsAffordanceHeaderView.swift in Sources */, |
| 19240 | + EEB965112FBCCDFC00D6C232 /* PageRoute.swift in Sources */, |
| 19241 | + EEB965122FBCCDFC00D6C232 /* ReaderModeSchemeHandler.swift in Sources */, |
19207 | 19242 | 8A91D4112F7D6C7800A1B2C3 /* NewsTransitionHeaderCell.swift in Sources */, |
19208 | 19243 | 8A91D4132F7D6C7900A1B2C3 /* StoryCategoryPickerView.swift in Sources */, |
19209 | 19244 | 8AF347DE2CADD1B200624036 /* HomepageState.swift in Sources */, |
|
20263 | 20298 | C28EA9822FA2554900AEC3AE /* WorldCupTelemetryTests.swift in Sources */, |
20264 | 20299 | FF0003AB2F000002000BBBBB /* WorldCupMiddlewareTests.swift in Sources */, |
20265 | 20300 | FF0003AD2F000004000BBBBB /* WorldCupCellFactoryTests.swift in Sources */, |
| 20301 | + EEB965162FBCCE7B00D6C232 /* ReaderModeSchemeHandlerTests.swift in Sources */, |
20266 | 20302 | FF0004AB2F000002000BBBBB /* WorldCupSectionStateTests.swift in Sources */, |
20267 | 20303 | FF0005AB2F000002000BBBBB /* MockWorldCupStore.swift in Sources */, |
20268 | 20304 | EDC3D3552CB70A3F00C62DE3 /* OpenSearchEngineTests.swift in Sources */, |
|
0 commit comments