File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash -eu
22
3- if [ " ${CONFIGURATION} " != " Release" ]; then
4- echo " info: Skipping Wormholy removal – not a Release build."
5- exit 0
6- fi
3+ # if [ "${CONFIGURATION}" != "Release" ]; then
4+ # echo "info: Skipping Wormholy removal – not a Release build."
5+ # exit 0
6+ # fi
7+
8+ # FIXME: Delete from all builds to test the implementation
79
810BUILT_PRODUCTS_DIR=${BUILT_PRODUCTS_DIR:- " $TARGET_BUILD_DIR " }
911
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ import class Yosemite.ScreenshotStoresManager
1919// In that way, Inject will be available in the entire target.
2020@_exported import Inject
2121
22- #if DEBUG
23- import WormholySwift
24- #endif
22+ // #if DEBUG
23+ // import WormholySwift
24+ // #endif
2525
2626// MARK: - Woo's App Delegate!
2727//
@@ -415,10 +415,10 @@ private extension AppDelegate {
415415 /// Set up Wormholy only in Debug build configuration
416416 ///
417417 func setupWormholy( ) {
418- #if DEBUG
419- // We want to activate it programmatically, not using the shake.
420- Wormholy . shakeEnabled = false
421- #endif
418+ // #if DEBUG
419+ // // We want to activate it programmatically, not using the shake.
420+ // Wormholy.shakeEnabled = false
421+ // #endif
422422 }
423423
424424 /// Set up `KeyboardStateProvider`
You can’t perform that action at this time.
0 commit comments