Skip to content

Commit

Permalink
Update BSK ref that fixes bat.js logic (#2755)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp authored May 8, 2024
1 parent 6827bb3 commit 63d931b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12778,7 +12778,7 @@
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 144.0.1;
version = 144.0.3;
};
};
9FF521422BAA8FF300B9819B /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
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" : "f34b0a63938df11ef471aa3301dcc0de09b0d31b",
"version" : "144.0.1"
"revision" : "9df0476d399a34e4a35b3fe605a91d446fdee1e0",
"version" : "144.0.3"
}
},
{
Expand Down
1 change: 0 additions & 1 deletion DuckDuckGo/Common/Logging/Logging.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ extension OSLog {
@OSLogWrapper(.fire) static var fire
@OSLogWrapper(.dataImportExport) static var dataImportExport
@OSLogWrapper(.pixel) static var pixel
@OSLogWrapper(.contentBlocking) static var contentBlocking
@OSLogWrapper(.httpsUpgrade) static var httpsUpgrade
@OSLogWrapper(.favicons) static var favicons
@OSLogWrapper(.autoLock) static var autoLock
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: "144.0.1"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "144.0.3"),
.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: "144.0.1"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "144.0.3"),
.package(url: "https://github.com/airbnb/lottie-spm", exact: "4.4.1"),
.package(path: "../XPCHelper"),
.package(path: "../SwiftUIExtensions"),
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: "144.0.1"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "144.0.3"),
.package(path: "../SwiftUIExtensions")
],
targets: [
Expand Down

0 comments on commit 63d931b

Please sign in to comment.