Skip to content

Commit

Permalink
Remove timezone offset from the VPN server object (#2701)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/414235014887631/1207032029127388/f
Tech Design URL:
CC:

Description:

This PR removes support for tzOffset, which is no longer used.
  • Loading branch information
samsymons authored Apr 12, 2024
1 parent 68d6b0b commit 5fc55ed
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 @@ -10174,7 +10174,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 133.1.0;
version = 134.0.0;
};
};
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" : "4699a5ff3d0669736e87f6da808884f245d80ede",
"version" : "133.1.0"
"revision" : "bc70d1a27263cc97a4060ac9e73ec10929c28a29",
"version" : "134.0.0"
}
},
{
Expand Down

0 comments on commit 5fc55ed

Please sign in to comment.