Drop StandardVPNProvider class name
Had only renamed file, not class.
See 945bb1b9b7
This commit is contained in:
parent
5c4a4e39c8
commit
e098117bf1
@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "TunnelKit"
|
||||
s.version = "3.0.0"
|
||||
s.version = "3.0.1"
|
||||
s.summary = "Non-official OpenVPN client for Apple platforms."
|
||||
|
||||
s.homepage = "https://github.com/passepartoutvpn/tunnelkit"
|
||||
|
@ -27,7 +27,7 @@ import Foundation
|
||||
import NetworkExtension
|
||||
|
||||
/// :nodoc:
|
||||
public class StandardVPNProvider: VPNProvider {
|
||||
public class OpenVPNProvider: VPNProvider {
|
||||
private let bundleIdentifier: String
|
||||
|
||||
private var manager: NETunnelProviderManager?
|
||||
@ -274,7 +274,7 @@ public class StandardVPNProvider: VPNProvider {
|
||||
completionHandler(nil)
|
||||
return
|
||||
}
|
||||
StandardVPNProvider.requestDebugLog(session: session, completionHandler: completionHandler)
|
||||
OpenVPNProvider.requestDebugLog(session: session, completionHandler: completionHandler)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user