From 10535d3ea7978d84f53385d561f7e6a7fa8a6201 Mon Sep 17 00:00:00 2001 From: Manav Gabhawala Date: Tue, 17 Sep 2024 18:15:45 -0700 Subject: [PATCH] No longer prompt user for local network access on app launch on macOS Sequoia --- Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift b/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift index 75c0aa7..1c802dc 100644 --- a/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift +++ b/Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift @@ -201,10 +201,6 @@ internal class MacOSVendorSystem: VendorSystem { return deviceModel() } - override var name: String { - return device.hostName - } - override var identifierForVendor: String? { // apple suggested to use this for receipt validation // in MAS, works for this too.