|
52 | 52 | 1D69C553291302F200B75945 /* BWVault.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D69C552291302F200B75945 /* BWVault.swift */; }; |
53 | 53 | 1D6A492029CF7A490011DF74 /* NSPopoverExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D6A491F29CF7A490011DF74 /* NSPopoverExtension.swift */; }; |
54 | 54 | 1D6A492129CF7A490011DF74 /* NSPopoverExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D6A491F29CF7A490011DF74 /* NSPopoverExtension.swift */; }; |
| 55 | + 1D76760E2A9CE4F000DA0BD7 /* SupportedOsChecker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D8057C72A83CAEE00F4FED6 /* SupportedOsChecker.swift */; }; |
55 | 56 | 1D77921828FDC54C00BE0210 /* FaviconReferenceCacheTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D77921728FDC54C00BE0210 /* FaviconReferenceCacheTests.swift */; }; |
56 | 57 | 1D77921A28FDC79800BE0210 /* FaviconStoringMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D77921928FDC79800BE0210 /* FaviconStoringMock.swift */; }; |
| 58 | + 1D8057C82A83CAEE00F4FED6 /* SupportedOsChecker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D8057C72A83CAEE00F4FED6 /* SupportedOsChecker.swift */; }; |
| 59 | + 1D8057C92A83CB3C00F4FED6 /* SupportedOsChecker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D8057C72A83CAEE00F4FED6 /* SupportedOsChecker.swift */; }; |
57 | 60 | 1D8B7D6A2A38BF050045C6F6 /* FireproofDomainsStoreMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6BBF1712744CE36004F850E /* FireproofDomainsStoreMock.swift */; }; |
58 | 61 | 1D8B7D6B2A38BF060045C6F6 /* FireproofDomainsStoreMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6BBF1712744CE36004F850E /* FireproofDomainsStoreMock.swift */; }; |
59 | 62 | 1DA6D0FD2A1FF9A100540406 /* HTTPCookie.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DA6D0FC2A1FF9A100540406 /* HTTPCookie.swift */; }; |
|
2117 | 2120 | 7B736E582A4A22B700F9922A /* Main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5F14C52A145D6A0060320F /* Main.swift */; }; |
2118 | 2121 | 7B736E6A2A4A22FC00F9922A /* enableOnDemand.app in Embed NetP Controller Apps */ = {isa = PBXBuildFile; fileRef = 7B736E5F2A4A22B700F9922A /* enableOnDemand.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
2119 | 2122 | 7B838C382A1DD8DD00E05A13 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4B2D06522A11D19B00DE1F49 /* Assets.xcassets */; }; |
2120 | | - 7B934C3E2A866CFF00FC8F9C /* NetworkProtectionOnboardingMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B934C3D2A866CFF00FC8F9C /* NetworkProtectionOnboardingMenu.swift */; }; |
2121 | | - 7B934C3F2A866CFF00FC8F9C /* NetworkProtectionOnboardingMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B934C3D2A866CFF00FC8F9C /* NetworkProtectionOnboardingMenu.swift */; }; |
2122 | 2123 | 7B934C412A866DD400FC8F9C /* UserDefaults+NetworkProtectionShared.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B934C402A866DD400FC8F9C /* UserDefaults+NetworkProtectionShared.swift */; }; |
2123 | 2124 | 7BA4727D26F01BC400EAA165 /* CoreDataTestUtilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B9292C42667104B00AD2C21 /* CoreDataTestUtilities.swift */; }; |
2124 | 2125 | 7BAF9E4B2A8A3CC9002D3B6E /* UserDefaults+NetworkProtectionShared.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B934C402A866DD400FC8F9C /* UserDefaults+NetworkProtectionShared.swift */; }; |
|
3000 | 3001 | 1D77921728FDC54C00BE0210 /* FaviconReferenceCacheTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FaviconReferenceCacheTests.swift; sourceTree = "<group>"; }; |
3001 | 3002 | 1D77921928FDC79800BE0210 /* FaviconStoringMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FaviconStoringMock.swift; sourceTree = "<group>"; }; |
3002 | 3003 | 1D77921C28FFF27C00BE0210 /* RunningApplicationCheck.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunningApplicationCheck.swift; sourceTree = "<group>"; }; |
| 3004 | + 1D8057C72A83CAEE00F4FED6 /* SupportedOsChecker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SupportedOsChecker.swift; sourceTree = "<group>"; }; |
3003 | 3005 | 1DA6D0FC2A1FF9A100540406 /* HTTPCookie.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPCookie.swift; sourceTree = "<group>"; }; |
3004 | 3006 | 1DA6D0FF2A1FF9DC00540406 /* HTTPCookieTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPCookieTests.swift; sourceTree = "<group>"; }; |
3005 | 3007 | 1DB9617929F1D06D00CF5568 /* InternalUserDeciderMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InternalUserDeciderMock.swift; sourceTree = "<group>"; }; |
|
4373 | 4375 | path = RunningApplication; |
4374 | 4376 | sourceTree = "<group>"; |
4375 | 4377 | }; |
| 4378 | + 1D8057C62A83CAD500F4FED6 /* OsVersion */ = { |
| 4379 | + isa = PBXGroup; |
| 4380 | + children = ( |
| 4381 | + 1D8057C72A83CAEE00F4FED6 /* SupportedOsChecker.swift */, |
| 4382 | + ); |
| 4383 | + path = OsVersion; |
| 4384 | + sourceTree = "<group>"; |
| 4385 | + }; |
4376 | 4386 | 313AED9F287CAC5A00E1E8F4 /* UI */ = { |
4377 | 4387 | isa = PBXGroup; |
4378 | 4388 | children = ( |
|
6438 | 6448 | AA80EC52256BE33A007083E7 /* Localizables */, |
6439 | 6449 | 1D43EAFF291D7D280065E5D6 /* Logging */, |
6440 | 6450 | 85AC3B3325DA828900C7D2AA /* Network */, |
| 6451 | + 1D8057C62A83CAD500F4FED6 /* OsVersion */, |
6441 | 6452 | 4BB88B4E25B7BA20006F6B06 /* Utilities */, |
6442 | 6453 | 1D77921B28FFF26100BE0210 /* RunningApplication */, |
6443 | 6454 | AA86491424D831C4001BABEE /* View */, |
|
8868 | 8879 | 3192A00D2A4C4CFF0084EA89 /* ChromiumDataImporter.swift in Sources */, |
8869 | 8880 | 3192A00E2A4C4CFF0084EA89 /* LegacyWebKitDownloadDelegate.swift in Sources */, |
8870 | 8881 | 3192A00F2A4C4CFF0084EA89 /* WKBackForwardListItemViewModel.swift in Sources */, |
| 8882 | + 1D76760E2A9CE4F000DA0BD7 /* SupportedOsChecker.swift in Sources */, |
8871 | 8883 | 3192A0102A4C4CFF0084EA89 /* BWNotRespondingAlert.swift in Sources */, |
8872 | 8884 | 3192A0112A4C4CFF0084EA89 /* DebugUserScript.swift in Sources */, |
8873 | 8885 | 3192A0122A4C4CFF0084EA89 /* RecentlyClosedTab.swift in Sources */, |
|
9460 | 9472 | 3706FAB4293F65D500E42796 /* NSPopUpButtonExtension.swift in Sources */, |
9461 | 9473 | 3706FAB5293F65D500E42796 /* ConfigurationManager.swift in Sources */, |
9462 | 9474 | 3706FAB6293F65D500E42796 /* YoutubePlayerUserScript.swift in Sources */, |
| 9475 | + 1D8057C92A83CB3C00F4FED6 /* SupportedOsChecker.swift in Sources */, |
9463 | 9476 | 373D9B4929EEAC1B00381FDD /* SyncMetadataDatabase.swift in Sources */, |
9464 | 9477 | 3706FAB7293F65D500E42796 /* PixelParameters.swift in Sources */, |
9465 | 9478 | 3706FAB8293F65D500E42796 /* FaviconImageCache.swift in Sources */, |
|
9787 | 9800 | 85774B002A713D3B00DE0561 /* BookmarksBarMenuFactory.swift in Sources */, |
9788 | 9801 | B602E81E2A1E25B1006D261F /* NEOnDemandRuleExtension.swift in Sources */, |
9789 | 9802 | 3706FBC7293F65D500E42796 /* HistoryStore.swift in Sources */, |
9790 | | - 7B934C3F2A866CFF00FC8F9C /* NetworkProtectionOnboardingMenu.swift in Sources */, |
9791 | 9803 | 3706FBC8293F65D500E42796 /* FirePopoverCollectionViewItem.swift in Sources */, |
9792 | 9804 | 3706FBC9293F65D500E42796 /* ArrayExtension.swift in Sources */, |
9793 | 9805 | 3706FBCA293F65D500E42796 /* CrashReportSender.swift in Sources */, |
|
10626 | 10638 | 4BE65485271FCD7B008D1D63 /* LoginFaviconView.swift in Sources */, |
10627 | 10639 | 4B0511CA262CAA5A00F6079C /* FireproofDomainsViewController.swift in Sources */, |
10628 | 10640 | AA4D700725545EF800C3411E /* URLEventHandler.swift in Sources */, |
| 10641 | + 1D8057C82A83CAEE00F4FED6 /* SupportedOsChecker.swift in Sources */, |
10629 | 10642 | AA92127725ADA07900600CD4 /* WKWebViewExtension.swift in Sources */, |
10630 | 10643 | AAAB9114288EB1D600A057A9 /* CleanThisHistoryMenuItem.swift in Sources */, |
10631 | 10644 | B6A9E499261474120067D1B9 /* TimedPixel.swift in Sources */, |
|
11001 | 11014 | B64C84E32692DC9F0048FEBE /* PermissionAuthorizationViewController.swift in Sources */, |
11002 | 11015 | 4B92929D26670D2A00AD2C21 /* BookmarkNode.swift in Sources */, |
11003 | 11016 | B693955226F04BEB0015B914 /* LongPressButton.swift in Sources */, |
11004 | | - 7B934C3E2A866CFF00FC8F9C /* NetworkProtectionOnboardingMenu.swift in Sources */, |
11005 | 11017 | B6085D062743905F00A9C456 /* CoreDataStore.swift in Sources */, |
11006 | 11018 | B6DB3AF6278EA0130024C5C4 /* BundleExtension.swift in Sources */, |
11007 | 11019 | 4B0511E1262CAA8600F6079C /* NSOpenPanelExtensions.swift in Sources */, |
|
0 commit comments