Update ViewController.swift

This commit is contained in:
Jorge 2020-11-22 22:01:57 +01:00 committed by GitHub
parent 4e2dca9288
commit 7eccf701b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class ViewController: NSViewController {
@IBOutlet var buttonConnection: NSButton! @IBOutlet var buttonConnection: NSButton!
private let vpn = StandardVPNProvider(bundleIdentifier: tunnelIdentifier) private let vpn = OpenVPNProvider(bundleIdentifier: tunnelIdentifier)
override func viewDidLoad() { override func viewDidLoad() {
super.viewDidLoad() super.viewDidLoad()