Skip to content

Commit

Permalink
bump BSK (changed dashboard API)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Oct 19, 2023
1 parent 5c5ee6d commit 833daed
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8977,8 +8977,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 81.4.0;
kind = branch;
branch = "shane/form-updates";
};
};
C14882EB27F211A000D59F0C /* XCRemoteSwiftPackageReference "SwiftSoup" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"package": "BrowserServicesKit",
"repositoryURL": "https://github.com/DuckDuckGo/BrowserServicesKit",
"state": {
"branch": null,
"revision": "4cf8e857cd78e15c64ba37839634970fc675947c",
"version": "81.4.0"
"branch": "shane/form-updates",
"revision": "7184e09228bdc6fba213e9d8ec109ec0f3c58f40",
"version": null
}
},
{
Expand Down Expand Up @@ -105,8 +105,8 @@
"repositoryURL": "https://github.com/duckduckgo/privacy-dashboard",
"state": {
"branch": null,
"revision": "51e2b46f413bf3ef18afefad631ca70f2c25ef70",
"version": "1.4.0"
"revision": "f505d33c24568af44b770aaa60d64ff1564de9dc",
"version": null
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions DuckDuckGo/PrivacyDashboardViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ extension PrivacyDashboardViewController: Themable {
}

extension PrivacyDashboardViewController: PrivacyDashboardControllerDelegate {
func privacyDashboardController(_ privacyDashboardController: PrivacyDashboardController, didChangeProtectionSwitch isEnabled: Bool) {
privacyDashboardProtectionSwitchChangeHandler(enabled: isEnabled)

func privacyDashboardController(_ privacyDashboardController: PrivacyDashboardController, didChangeProtectionSwitch protectionState: ProtectionState) {
privacyDashboardProtectionSwitchChangeHandler(enabled: protectionState.isProtected)
}

func privacyDashboardController(_ privacyDashboardController: PrivacyDashboardController, didRequestOpenUrlInNewTab url: URL) {
Expand Down

0 comments on commit 833daed

Please sign in to comment.