Skip to content

Commit

Permalink
No longer prompt user for local network access on app launch on macOS…
Browse files Browse the repository at this point in the history
… Sequoia (#363)
  • Loading branch information
manavgabhawala authored Sep 19, 2024
1 parent 1ce2974 commit aea14a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/Segment/Plugins/Platforms/Vendors/AppleUtils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit aea14a1

Please sign in to comment.