From 1da3f2db153680db7466054ebc7bf528d4ede9b0 Mon Sep 17 00:00:00 2001 From: Jaclyn Chen Date: Fri, 8 Aug 2025 09:09:08 +0800 Subject: [PATCH] Disable Wormholy shake gesture trigger for all build configurations. --- WooCommerce/Classes/AppDelegate.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/WooCommerce/Classes/AppDelegate.swift b/WooCommerce/Classes/AppDelegate.swift index 95d9e7513cb..cb6bf43d957 100644 --- a/WooCommerce/Classes/AppDelegate.swift +++ b/WooCommerce/Classes/AppDelegate.swift @@ -19,9 +19,7 @@ import class Yosemite.ScreenshotStoresManager // In that way, Inject will be available in the entire target. @_exported import Inject -#if DEBUG import WormholySwift -#endif // MARK: - Woo's App Delegate! // @@ -415,10 +413,8 @@ private extension AppDelegate { /// Set up Wormholy only in Debug build configuration /// func setupWormholy() { -#if DEBUG // We want to activate it programmatically, not using the shake. Wormholy.shakeEnabled = false -#endif } /// Set up `KeyboardStateProvider`