Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 687c5db

Browse files
authored
Update BSK to latest including the hotfix merge (#3630)
Task/Issue URL: https://app.asana.com/0/414709148257752/1208887772407026/f **Description**: BSK bump after merging in the hotfix changes from 211.1.3-2. --- ###### Internal references: [Pull Request Review Checklist](https://app.asana.com/0/1202500774821704/1203764234894239/f) [Software Engineering Expectations](https://app.asana.com/0/59792373528535/199064865822552) [Technical Design Template](https://app.asana.com/0/59792373528535/184709971311943) [Pull Request Documentation](https://app.asana.com/0/1202500774821704/1204012835277482/f)
1 parent a8b8789 commit 687c5db

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

DuckDuckGo.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -15339,7 +15339,7 @@
1533915339
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
1534015340
requirement = {
1534115341
kind = exactVersion;
15342-
version = 217.0.0;
15342+
version = 217.0.1;
1534315343
};
1534415344
};
1534515345
9FF521422BAA8FF300B9819B /* XCRemoteSwiftPackageReference "lottie-spm" */ = {

DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"kind" : "remoteSourceControl",
3333
"location" : "https://github.com/duckduckgo/BrowserServicesKit",
3434
"state" : {
35-
"revision" : "befc1f1094353d8d88a99ac08885684c978b2016",
36-
"version" : "217.0.0"
35+
"revision" : "0448a7610e23d03e4d8ac3173af40bd591094d90",
36+
"version" : "217.0.1"
3737
}
3838
},
3939
{
@@ -75,7 +75,7 @@
7575
{
7676
"identity" : "lottie-spm",
7777
"kind" : "remoteSourceControl",
78-
"location" : "https://github.com/airbnb/lottie-spm.git",
78+
"location" : "https://github.com/airbnb/lottie-spm",
7979
"state" : {
8080
"revision" : "1d29eccc24cc8b75bff9f6804155112c0ffc9605",
8181
"version" : "4.4.3"

LocalPackages/DataBrokerProtection/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ let package = Package(
2929
targets: ["DataBrokerProtection"])
3030
],
3131
dependencies: [
32-
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "217.0.0"),
32+
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "217.0.1"),
3333
.package(path: "../SwiftUIExtensions"),
3434
.package(path: "../AppKitExtensions"),
3535
.package(path: "../XPCHelper"),

LocalPackages/FeatureFlags/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ let package = Package(
3232
targets: ["FeatureFlags"]),
3333
],
3434
dependencies: [
35-
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "217.0.0"),
35+
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "217.0.1"),
3636
],
3737
targets: [
3838
// Targets are the basic building blocks of a package, defining a module or a test suite.

LocalPackages/NetworkProtectionMac/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ let package = Package(
3232
.library(name: "VPNAppLauncher", targets: ["VPNAppLauncher"]),
3333
],
3434
dependencies: [
35-
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "217.0.0"),
35+
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "217.0.1"),
3636
.package(url: "https://github.com/airbnb/lottie-spm", exact: "4.4.3"),
3737
.package(path: "../AppLauncher"),
3838
.package(path: "../UDSHelper"),

LocalPackages/SubscriptionUI/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
targets: ["SubscriptionUI"]),
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "217.0.0"),
15+
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "217.0.1"),
1616
.package(path: "../SwiftUIExtensions"),
1717
.package(path: "../FeatureFlags")
1818
],

0 commit comments

Comments
 (0)