From 12f9131bef1ce88b67becdd84af78f72d9032c10 Mon Sep 17 00:00:00 2001 From: Sabrina Tardio Date: Tue, 15 Oct 2024 13:50:38 +0200 Subject: [PATCH 1/3] point to branch --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index cc5482ef4..074942f09 100644 --- a/Package.resolved +++ b/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/duckduckgo/content-scope-scripts", "state" : { - "revision" : "1ed569676555d493c9c5575eaed22aa02569aac9", - "version" : "6.19.0" + "branch" : "pr-releases/pr-1059", + "revision" : "3ea12cf94ab83b85c7ff06740e3a033b3be0ef92" } }, { diff --git a/Package.swift b/Package.swift index d5241f75e..60ee58fa1 100644 --- a/Package.swift +++ b/Package.swift @@ -52,7 +52,7 @@ let package = Package( .package(url: "https://github.com/duckduckgo/sync_crypto", exact: "0.2.0"), .package(url: "https://github.com/gumob/PunycodeSwift.git", exact: "3.0.0"), .package(url: "https://github.com/duckduckgo/privacy-dashboard", exact: "5.3.0"), - .package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "6.19.0"), + .package(url: "https://github.com/duckduckgo/content-scope-scripts", branch: "pr-releases/pr-1059"), .package(url: "https://github.com/httpswift/swifter.git", exact: "1.5.0"), .package(url: "https://github.com/duckduckgo/bloom_cpp.git", exact: "3.0.0"), .package(url: "https://github.com/1024jp/GzipSwift.git", exact: "6.0.1") From 1f8bdb2b235f48aafb48fa88b8e3a9368d344390 Mon Sep 17 00:00:00 2001 From: Sabrina Tardio Date: Fri, 25 Oct 2024 15:29:17 +0200 Subject: [PATCH 2/3] add config --- .../PrivacyConfig/Features/PrivacyFeature.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/BrowserServicesKit/PrivacyConfig/Features/PrivacyFeature.swift b/Sources/BrowserServicesKit/PrivacyConfig/Features/PrivacyFeature.swift index ebdadb225..478aa8c4a 100644 --- a/Sources/BrowserServicesKit/PrivacyConfig/Features/PrivacyFeature.swift +++ b/Sources/BrowserServicesKit/PrivacyConfig/Features/PrivacyFeature.swift @@ -62,6 +62,7 @@ public enum PrivacyFeature: String { case autocompleteTabs case networkProtection case aiChat + case contextualOnboarding } /// An abstraction to be implemented by any "subfeature" of a given `PrivacyConfiguration` feature. From f8df2c4cbb1352287ec22200d43994482af3c8bc Mon Sep 17 00:00:00 2001 From: Sabrina Tardio Date: Mon, 28 Oct 2024 11:20:49 +0100 Subject: [PATCH 3/3] point to new release C-S-S --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index 14552cf76..62c0cc986 100644 --- a/Package.resolved +++ b/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/duckduckgo/content-scope-scripts", "state" : { - "branch" : "pr-releases/pr-1059", - "revision" : "3ea12cf94ab83b85c7ff06740e3a033b3be0ef92" + "revision" : "b74549bd869fdecc16fad851f2f608b1724764df", + "version" : "6.25.0" } }, { diff --git a/Package.swift b/Package.swift index edd20c515..532d22657 100644 --- a/Package.swift +++ b/Package.swift @@ -52,7 +52,7 @@ let package = Package( .package(url: "https://github.com/duckduckgo/sync_crypto", exact: "0.2.0"), .package(url: "https://github.com/gumob/PunycodeSwift.git", exact: "3.0.0"), .package(url: "https://github.com/duckduckgo/privacy-dashboard", exact: "5.3.0"), - .package(url: "https://github.com/duckduckgo/content-scope-scripts", branch: "pr-releases/pr-1059"), + .package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "6.25.0"), .package(url: "https://github.com/httpswift/swifter.git", exact: "1.5.0"), .package(url: "https://github.com/duckduckgo/bloom_cpp.git", exact: "3.0.0"), .package(url: "https://github.com/1024jp/GzipSwift.git", exact: "6.0.1")