From 7c00dccb3f6de894d1939ae21d52889bb0d3d496 Mon Sep 17 00:00:00 2001 From: Brad Slayter Date: Tue, 16 Jan 2024 08:45:39 -0600 Subject: [PATCH] Better detection of AMP pages (#2284) --- DuckDuckGo.xcodeproj/project.pbxproj | 2 +- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- DuckDuckGo/en.lproj/Localizable.strings | 4 ++-- LocalPackages/DuckUI/Package.swift | 2 +- LocalPackages/SyncUI/Package.swift | 2 +- LocalPackages/Waitlist/Package.swift | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DuckDuckGo.xcodeproj/project.pbxproj b/DuckDuckGo.xcodeproj/project.pbxproj index f4862b1772..27cfa043c0 100644 --- a/DuckDuckGo.xcodeproj/project.pbxproj +++ b/DuckDuckGo.xcodeproj/project.pbxproj @@ -9902,7 +9902,7 @@ repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit"; requirement = { kind = exactVersion; - version = 101.1.1; + version = 101.1.2; }; }; C14882EB27F211A000D59F0C /* XCRemoteSwiftPackageReference "SwiftSoup" */ = { diff --git a/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 5be0da872b..da0247ee22 100644 --- a/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/DuckDuckGo/BrowserServicesKit", "state" : { - "revision" : "202dc0540c214e21b89395370177873e090a7633", - "version" : "101.1.1" + "revision" : "44569e233945c099887266c1d7b8e07b25558a02", + "version" : "101.1.2" } }, { diff --git a/DuckDuckGo/en.lproj/Localizable.strings b/DuckDuckGo/en.lproj/Localizable.strings index 689f758091..b4aaf23976 100644 --- a/DuckDuckGo/en.lproj/Localizable.strings +++ b/DuckDuckGo/en.lproj/Localizable.strings @@ -1855,7 +1855,7 @@ But if you *do* want a peek under the hood, you can find more information about "settings.ppro.ITR.subtitle" = "If your identity is stolen, we'll help restore it"; /* Identity theft restoration cell title for privacy pro */ -"settings.ppro.ITR.title" = "Identity Theft Restioration"; +"settings.ppro.ITR.title" = "Identity Theft Restoration"; /* Learn more button text for privacy pro */ "settings.ppro.learn.more" = "Learn More"; @@ -1867,7 +1867,7 @@ But if you *do* want a peek under the hood, you can find more information about "settings.ppro.subscribe" = "Subscribe to Privacy Pro"; /* VPN cell title for privacy pro */ -"settings.ppro.VPN.title" = "VPN (Virtual Private Network"; +"settings.ppro.VPN.title" = "VPN"; /* Settings screen cell for long press previews */ "settings.previews" = "Long-Press Previews"; diff --git a/LocalPackages/DuckUI/Package.swift b/LocalPackages/DuckUI/Package.swift index ce2a1bd198..bd15696976 100644 --- a/LocalPackages/DuckUI/Package.swift +++ b/LocalPackages/DuckUI/Package.swift @@ -31,7 +31,7 @@ let package = Package( targets: ["DuckUI"]) ], dependencies: [ - .package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "101.1.1"), + .package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "101.1.2"), ], targets: [ .target( diff --git a/LocalPackages/SyncUI/Package.swift b/LocalPackages/SyncUI/Package.swift index fe8c5a054b..5fc0e855a0 100644 --- a/LocalPackages/SyncUI/Package.swift +++ b/LocalPackages/SyncUI/Package.swift @@ -33,7 +33,7 @@ let package = Package( ], dependencies: [ .package(path: "../DuckUI"), - .package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "101.1.1"), + .package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "101.1.2"), .package(url: "https://github.com/duckduckgo/DesignResourcesKit", exact: "2.0.0") ], targets: [ diff --git a/LocalPackages/Waitlist/Package.swift b/LocalPackages/Waitlist/Package.swift index 1d7d412748..4f02d33740 100644 --- a/LocalPackages/Waitlist/Package.swift +++ b/LocalPackages/Waitlist/Package.swift @@ -15,7 +15,7 @@ let package = Package( targets: ["Waitlist", "WaitlistMocks"]) ], dependencies: [ - .package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "101.1.1"), + .package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "101.1.2"), .package(url: "https://github.com/duckduckgo/DesignResourcesKit", exact: "2.0.0") ], targets: [