We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d717e9 + 1da3f2d commit c443ed4Copy full SHA for c443ed4
WooCommerce/Classes/AppDelegate.swift
@@ -19,9 +19,7 @@ import class Yosemite.ScreenshotStoresManager
19
// In that way, Inject will be available in the entire target.
20
@_exported import Inject
21
22
-#if DEBUG
23
import WormholySwift
24
-#endif
25
26
// MARK: - Woo's App Delegate!
27
//
@@ -415,10 +413,8 @@ private extension AppDelegate {
415
413
/// Set up Wormholy only in Debug build configuration
416
414
///
417
func setupWormholy() {
418
419
// We want to activate it programmatically, not using the shake.
420
Wormholy.shakeEnabled = false
421
422
}
423
424
/// Set up `KeyboardStateProvider`
0 commit comments