Fix old entity naming
This commit is contained in:
parent
48d8173871
commit
ce280c0826
|
@ -98,7 +98,7 @@ class CoreContext {
|
|||
)
|
||||
|
||||
#if targetEnvironment(simulator)
|
||||
let strategy = VPNManager.MockStrategy()
|
||||
let strategy = MockVPNManagerStrategy()
|
||||
#else
|
||||
let strategy = TunnelKitVPNManagerStrategy(
|
||||
appGroup: Constants.App.appGroupId,
|
||||
|
|
Loading…
Reference in New Issue