Skip to content

Commit

Permalink
Updates to BSK 122.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoreymendez committed Mar 13, 2024
2 parents 83c6798 + 187b170 commit abb9967
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Configuration/BuildNumber.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 138
CURRENT_PROJECT_VERSION = 139
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13770,7 +13770,7 @@
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 122.1.0;
version = 122.1.1;
};
};
AA06B6B52672AF8100F541C5 /* XCRemoteSwiftPackageReference "Sparkle" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/BrowserServicesKit",
"state" : {
"revision" : "4042a8e04396584566df24fb90c7b529bbe1c661",
"version" : "122.1.0"
"revision" : "8da10a2d3cbd3ca3284898896a0471d024a155ec",
"version" : "122.1.1"
}
},
{
Expand Down Expand Up @@ -165,7 +165,7 @@
{
"identity" : "trackerradarkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/TrackerRadarKit.git",
"location" : "https://github.com/duckduckgo/TrackerRadarKit",
"state" : {
"revision" : "a6b7ba151d9dc6684484f3785293875ec01cc1ff",
"version" : "1.2.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,12 @@ final class MacPacketTunnelProvider: PacketTunnelProvider {
switch step {
case .begin:
PixelKit.fire(
NetworkProtectionPixelEvent.networkProtectionRekeyCompleted,
NetworkProtectionPixelEvent.networkProtectionRekeyAttempt,
frequency: .dailyAndContinuous,
includeAppVersionParameter: true)
case .failure(let error):
PixelKit.fire(
NetworkProtectionPixelEvent.networkProtectionRekeyCompleted,
NetworkProtectionPixelEvent.networkProtectionRekeyFailure,
frequency: .dailyAndContinuous,
withError: error,
includeAppVersionParameter: true)
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/DataBrokerProtection/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let package = Package(
targets: ["DataBrokerProtection"])
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "122.1.0"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "122.1.1"),
.package(path: "../PixelKit"),
.package(path: "../SwiftUIExtensions"),
.package(path: "../XPCHelper"),
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/NetworkProtectionMac/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let package = Package(
.library(name: "NetworkProtectionUI", targets: ["NetworkProtectionUI"])
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "122.1.0"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "122.1.1"),
.package(path: "../XPCHelper"),
.package(path: "../SwiftUIExtensions"),
.package(path: "../LoginItems"),
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/SubscriptionUI/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
targets: ["SubscriptionUI"]),
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "122.1.0"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "122.1.1"),
.package(path: "../SwiftUIExtensions")
],
targets: [
Expand Down

0 comments on commit abb9967

Please sign in to comment.