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