8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a520d5 commit 4405af0Copy full SHA for 4405af0
Coder Desktop/Coder Desktop/NetworkExtension.swift
@@ -50,7 +50,7 @@ extension CoderVPNService {
50
logger.debug("inserting new tunnel")
51
52
let tm = NETunnelProviderManager()
53
- tm.localizedDescription = "CoderVPN"
+ tm.localizedDescription = "Coder"
54
tm.protocolConfiguration = proto
55
56
logger.debug("saving new tunnel")
Coder Desktop/VPN/Info.plist
@@ -4,6 +4,8 @@
4
<dict>
5
<key>NSSystemExtensionUsageDescription</key>
6
<string></string>
7
+ <key>CFBundleDisplayName</key>
8
+ <string>Coder Desktop Network Extension</string>
9
<key>NetworkExtension</key>
10
11
<key>NEMachServiceName</key>
0 commit comments