diff --git a/Example/FLEXample/AppDelegate.swift b/Example/FLEXample/AppDelegate.swift index 40378a3a1..7b5268322 100644 --- a/Example/FLEXample/AppDelegate.swift +++ b/Example/FLEXample/AppDelegate.swift @@ -77,6 +77,12 @@ class AppDelegate: UIResponder, UIApplicationDelegate { ).write(to: URL(fileURLWithPath: whereToSaveBob), options: []) } + #if targetEnvironment(macCatalyst) || arch(arm64) + override var keyCommands: [UIKeyCommand]? { + return FLEXManager.shared.getKeyCommands() + } + #endif + let exampleLogLimit = 10 var exampleLogSent = 0 }