From 971448274cff23c75d93e533e14b84ad6b5421a2 Mon Sep 17 00:00:00 2001 From: Xin Liu Date: Sat, 28 Oct 2023 02:04:19 -0700 Subject: [PATCH] Change bonjour service type to _planet._tcp. --- Planet/API/PlanetAPIService.swift | 2 +- Planet/versioning.xcconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Planet/API/PlanetAPIService.swift b/Planet/API/PlanetAPIService.swift index 46e865c5..39143f28 100644 --- a/Planet/API/PlanetAPIService.swift +++ b/Planet/API/PlanetAPIService.swift @@ -40,7 +40,7 @@ class PlanetAPIService: NSObject, NetServiceDelegate { } netService = NetService( domain: "local.", - type: "_http._tcp.", + type: "_planet._tcp.", name: serviceName, port: Int32(port) ) diff --git a/Planet/versioning.xcconfig b/Planet/versioning.xcconfig index 3004034d..49a300cb 100644 --- a/Planet/versioning.xcconfig +++ b/Planet/versioning.xcconfig @@ -1 +1 @@ -CURRENT_PROJECT_VERSION = 1743 \ No newline at end of file +CURRENT_PROJECT_VERSION = 1744