Skip to content

Commit

Permalink
Fix BSK reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Nov 5, 2024
1 parent d71c725 commit fe10957
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14777,8 +14777,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 203.1.0;
branch = "sam/migrate-daily-and-count-type-to-legacy-status";
kind = branch;
};
};
9FF521422BAA8FF300B9819B /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
Expand Down Expand Up @@ -14833,8 +14833,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/duckduckgo/BareBonesBrowser.git";
requirement = {
branch = "sam/migrate-daily-and-count-type-to-legacy-status";
kind = branch;
kind = exactVersion;
version = 0.1.0;
};
};
FAE06B199CA1F209B55B34E9 /* XCRemoteSwiftPackageReference "BrowserServicesKit" */ = {
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" : "19f1e5c945aa92562ad2d087e8d6c99801edf656",
"version" : "203.1.0"
"branch" : "sam/migrate-daily-and-count-type-to-legacy-status",
"revision" : "1915671f92f95f7e06870852787d96da9809a93c"
}
},
{
Expand Down

0 comments on commit fe10957

Please sign in to comment.