Finish independent macOS version

This commit is contained in:
世界
2023-07-25 14:04:13 +08:00
parent 12bf02070e
commit 486a685bb5
12 changed files with 147 additions and 98 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ public class ExtensionProfile: ObservableObject {
public static func install() async throws {
let manager = NETunnelProviderManager()
manager.localizedDescription = "utun interface"
manager.localizedDescription = Variant.applicationName
let tunnelProtocol = NETunnelProviderProtocol()
if Variant.useSystemExtension {
tunnelProtocol.providerBundleIdentifier = "\(FilePath.packageName).system"