Skip to content

Commit

Permalink
NetP: Remove port from server address (#2214)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/0/1206056874665890/f

Description:

During the NetP iOS ship review, there was feedback that the server IP address labels should not feature the port. So now, rather than sending the host + port as the server address, I’m just sending the host.
  • Loading branch information
graeme authored Dec 1, 2023
1 parent 6030cc3 commit ffa0cad
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 @@ -9207,7 +9207,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 87.2.0;
version = 87.3.0;
};
};
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": "8e77b5a057d6f941a16218b27289554b60d44772",
"version": "87.2.0"
"revision": "9228f64c71e1f2ed76792482f1cfaca6ff9eb5e2",
"version": "87.3.0"
}
},
{
Expand Down

0 comments on commit ffa0cad

Please sign in to comment.