Skip to content

Commit

Permalink
Update main and BSK
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayterDev committed Mar 14, 2024
1 parent a9ea748 commit b030778
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 9 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13748,8 +13748,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 122.2.1;
kind = revision;
revision = a8d76cd3f1352fd9a4f7125fbad3531dce11110b;
};
};
AA06B6B52672AF8100F541C5 /* XCRemoteSwiftPackageReference "Sparkle" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/BrowserServicesKit",
"state" : {
"revision" : "1295a22823157c9b7d11793299cd58b189e87629",
"version" : "122.2.1"
"revision" : "a8d76cd3f1352fd9a4f7125fbad3531dce11110b"
}
},
{
Expand Down Expand Up @@ -165,7 +164,7 @@
{
"identity" : "trackerradarkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/TrackerRadarKit",
"location" : "https://github.com/duckduckgo/TrackerRadarKit.git",
"state" : {
"revision" : "a6b7ba151d9dc6684484f3785293875ec01cc1ff",
"version" : "1.2.2"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "Xaxis.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion DuckDuckGo/Tab/Model/Tab.swift
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ protocol NewWindowPolicyDecisionMaker {
@Published private(set) var lastWebError: Error?
@Published private(set) var lastHttpStatusCode: Int?

@Published private(set) var inferredOpenerContext: WebsiteBreakage.OpenerContext?
@Published private(set) var inferredOpenerContext: BrokenSiteReport.OpenerContext?
@Published private(set) var refreshCountSinceLoad: Int = 0

@Published private(set) var isLoading: Bool = false
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.2.1"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", revision: "a8d76cd3f1352fd9a4f7125fbad3531dce11110b"),
.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.2.1"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", revision: "a8d76cd3f1352fd9a4f7125fbad3531dce11110b"),
.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.2.1"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", revision: "a8d76cd3f1352fd9a4f7125fbad3531dce11110b"),
.package(path: "../SwiftUIExtensions")
],
targets: [
Expand Down

0 comments on commit b030778

Please sign in to comment.