From aea14a1e330ef0d31b092dcd5567a7ba181aaad4 Mon Sep 17 00:00:00 2001 From: Manav Gabhawala Date: Thu, 19 Sep 2024 11:28:25 -0700 Subject: [PATCH] No longer prompt user for local network access on app launch on macOS Sequoia (#363) --- 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.