mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 11:05:45 +00:00
version: fix tvOS network extension bundle identifier (#8545)
Fixes #8544 and updates #8282. Signed-off-by: Andrea Gottardo <andrea@tailscale.com>
This commit is contained in:
parent
cd4c71c122
commit
28ee355c56
@ -88,7 +88,7 @@ func IsAppleTV() bool {
|
||||
return false
|
||||
}
|
||||
return isAppleTV.Get(func() bool {
|
||||
return strings.EqualFold(os.Getenv("XPC_SERVICE_NAME"), "io.tailscale.ipn.tvos.network-extension")
|
||||
return strings.EqualFold(os.Getenv("XPC_SERVICE_NAME"), "io.tailscale.ipn.ios.network-extension-tvos")
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user