Skip to content

Commit

Permalink
Integrates the latest DBP changes in BSK (#2108)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/0/1205755216985387/f

BSK PR: duckduckgo/BrowserServicesKit#532
macOS PR: duckduckgo/macos-browser#1751

## Description

Integrates the latest BSK changes.
  • Loading branch information
diegoreymendez authored Oct 30, 2023
1 parent 8e959f3 commit 784f05a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion Core/Core.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@


#import <UIKit/UIKit.h>
#import "BloomFilterWrapper.h"


//! Project version number for Core.
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8968,7 +8968,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 82.0.1;
version = 82.0.2;
};
};
C14882EB27F211A000D59F0C /* XCRemoteSwiftPackageReference "SwiftSoup" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/DuckDuckGo/BrowserServicesKit",
"state": {
"branch": null,
"revision": "8f7a94a70812862203955b3d2bbb909420fa55dd",
"version": "82.0.1"
"revision": "8768193257dd1f461218ed2a8d7893156bde4bda",
"version": "82.0.2"
}
},
{
Expand Down Expand Up @@ -156,7 +156,7 @@
},
{
"package": "TrackerRadarKit",
"repositoryURL": "https://github.com/duckduckgo/TrackerRadarKit.git",
"repositoryURL": "https://github.com/duckduckgo/TrackerRadarKit",
"state": {
"branch": null,
"revision": "4684440d03304e7638a2c8086895367e90987463",
Expand Down

0 comments on commit 784f05a

Please sign in to comment.