Fix typo for simulator builds
Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
This commit is contained in:
@@ -55,7 +55,7 @@ class TunnelsManager {
|
||||
|
||||
func reload(completionHandler: @escaping (Bool) -> Void) {
|
||||
#if targetEnvironment(simulator)
|
||||
completionHandler(.success(false))
|
||||
completionHandler(false)
|
||||
#else
|
||||
NETunnelProviderManager.loadAllFromPreferences { managers, _ in
|
||||
guard let managers = managers else {
|
||||
|
||||
Reference in New Issue
Block a user