Skip to content

Commit 1da3f2d

Browse files
committed
Disable Wormholy shake gesture trigger for all build configurations.
1 parent 7d717e9 commit 1da3f2d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

WooCommerce/Classes/AppDelegate.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ import class Yosemite.ScreenshotStoresManager
1919
// In that way, Inject will be available in the entire target.
2020
@_exported import Inject
2121

22-
#if DEBUG
2322
import WormholySwift
24-
#endif
2523

2624
// MARK: - Woo's App Delegate!
2725
//
@@ -415,10 +413,8 @@ private extension AppDelegate {
415413
/// Set up Wormholy only in Debug build configuration
416414
///
417415
func setupWormholy() {
418-
#if DEBUG
419416
// We want to activate it programmatically, not using the shake.
420417
Wormholy.shakeEnabled = false
421-
#endif
422418
}
423419

424420
/// Set up `KeyboardStateProvider`

0 commit comments

Comments
 (0)