Skip to content

Commit

Permalink
Change bonjour service type to _planet._tcp.
Browse files Browse the repository at this point in the history
  • Loading branch information
livid committed Oct 28, 2023
1 parent 4d748c4 commit 9714482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Planet/API/PlanetAPIService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class PlanetAPIService: NSObject, NetServiceDelegate {
}
netService = NetService(
domain: "local.",
type: "_http._tcp.",
type: "_planet._tcp.",
name: serviceName,
port: Int32(port)
)
Expand Down
2 changes: 1 addition & 1 deletion Planet/versioning.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 1743
CURRENT_PROJECT_VERSION = 1744

0 comments on commit 9714482

Please sign in to comment.