From 6ac0658b324b56107cdd4039d864956e01f2bab6 Mon Sep 17 00:00:00 2001 From: "louis.pontoise" Date: Fri, 14 Feb 2020 13:29:08 +0900 Subject: [PATCH] fix: letsmove was not active on release builds --- config/base.xcconfig | 1 - config/debug.xcconfig | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/config/base.xcconfig b/config/base.xcconfig index 8f4fe14f..c96bbc19 100644 --- a/config/base.xcconfig +++ b/config/base.xcconfig @@ -10,4 +10,3 @@ ENABLE_HARDENED_RUNTIME = YES // for notarization IDEDerivedDataPathOverride = DerivedData FRAMEWORK_SEARCH_PATHS = $(inherited) /System/Library/PrivateFrameworks // for SkyLight.framework LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/../Frameworks // for accessing swift dylibs at runtime -SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG // for macros like `#if DEBUG` diff --git a/config/debug.xcconfig b/config/debug.xcconfig index 43022968..16172c77 100644 --- a/config/debug.xcconfig +++ b/config/debug.xcconfig @@ -4,3 +4,4 @@ #include "base.xcconfig" CODE_SIGN_IDENTITY = Local Self-Signed +SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG // for macro `#if DEBUG`