Skip to content

Commit

Permalink
Update RMF version matching to ignore build number (#3686)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/1207619243206445/1208908529122506/f
Tech Design URL:
CC:

Description:

This PR updates the iOS app to pull in the BSK app version matching changes added in duckduckgo/BrowserServicesKit#1118.
  • Loading branch information
samsymons authored Dec 6, 2024
1 parent 5880851 commit fcb4a8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11372,7 +11372,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 218.0.1;
version = 218.0.2;
};
};
9F8FE9472BAE50E50071E372 /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
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" : "bbcb41c87c5788718a43883b5b10eb3b4f54aff3",
"version" : "218.0.1"
"revision" : "a404b05cc0ec6b7b3e346804c1e0970dd91c0634",
"version" : "218.0.2"
}
},
{
Expand Down

0 comments on commit fcb4a8d

Please sign in to comment.