Skip to content

Commit aea14a1

Browse files
No longer prompt user for local network access on app launch on macOS Sequoia (#363)
1 parent 1ce2974 commit aea14a1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,6 @@ internal class MacOSVendorSystem: VendorSystem {
201201
return deviceModel()
202202
}
203203

204-
override var name: String {
205-
return device.hostName
206-
}
207-
208204
override var identifierForVendor: String? {
209205
// apple suggested to use this for receipt validation
210206
// in MAS, works for this too.

0 commit comments

Comments
 (0)