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.