Skip to content

Commit

Permalink
fix: letsmove was not active on release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
louis.pontoise authored and lwouis committed Mar 10, 2020
1 parent ec35884 commit 6ac0658
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion config/base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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`
1 change: 1 addition & 0 deletions config/debug.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
#include "base.xcconfig"

CODE_SIGN_IDENTITY = Local Self-Signed
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG // for macro `#if DEBUG`

0 comments on commit 6ac0658

Please sign in to comment.