From 9051b72bb51d8657d5fc5cfdc977e46cf7a2e5d5 Mon Sep 17 00:00:00 2001 From: Sam Symons Date: Mon, 4 Nov 2024 20:57:28 -0800 Subject: [PATCH 1/2] Set BSK branch. --- DuckDuckGo.xcodeproj/project.pbxproj | 4 ++-- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DuckDuckGo.xcodeproj/project.pbxproj b/DuckDuckGo.xcodeproj/project.pbxproj index 731efbd4e7..ec7aa28466 100644 --- a/DuckDuckGo.xcodeproj/project.pbxproj +++ b/DuckDuckGo.xcodeproj/project.pbxproj @@ -14777,8 +14777,8 @@ isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit"; requirement = { - kind = exactVersion; - version = 203.1.0; + branch = "sam/remove-test-rollout-pixel"; + kind = branch; }; }; 9FF521422BAA8FF300B9819B /* XCRemoteSwiftPackageReference "lottie-spm" */ = { diff --git a/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 6c7c3d5617..f3d4797780 100644 --- a/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -32,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/duckduckgo/BrowserServicesKit", "state" : { - "revision" : "19f1e5c945aa92562ad2d087e8d6c99801edf656", - "version" : "203.1.0" + "branch" : "sam/remove-test-rollout-pixel", + "revision" : "40b7a3763ed74ab080d5a9480e2e5a3512e75408" } }, { From 1c1891013d3f492f591857f6a237c70743c733f2 Mon Sep 17 00:00:00 2001 From: Sam Symons Date: Mon, 4 Nov 2024 20:59:29 -0800 Subject: [PATCH 2/2] Remove test pixel. --- .../DBP/DataBrokerProtectionPixelsHandler.swift | 1 - .../NetworkProtectionPixelEvent.swift | 8 +------- DuckDuckGoVPN/DuckDuckGoVPNAppDelegate.swift | 14 -------------- .../Pixels/DataBrokerProtectionPixels.swift | 4 ---- .../DataBrokerProtectionAgentManager.swift | 9 --------- 5 files changed, 1 insertion(+), 35 deletions(-) diff --git a/DuckDuckGo/DBP/DataBrokerProtectionPixelsHandler.swift b/DuckDuckGo/DBP/DataBrokerProtectionPixelsHandler.swift index cc4c928d89..ae969c1b72 100644 --- a/DuckDuckGo/DBP/DataBrokerProtectionPixelsHandler.swift +++ b/DuckDuckGo/DBP/DataBrokerProtectionPixelsHandler.swift @@ -106,7 +106,6 @@ public class DataBrokerProtectionPixelsHandler: EventMapping