Skip to content

Commit

Permalink
include flag for DEBUG_FEATURES_ENABLED by default (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
marionbarker authored Feb 19, 2024
1 parent 0c65470 commit 8bf7973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LoopConfigOverride.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//URL_SCHEME_NAME = $(MAIN_APP_DISPLAY_NAME)

// Features
SWIFT_ACTIVE_COMPILATION_CONDITIONS = $(inherited) EXPERIMENTAL_FEATURES_ENABLED SIMULATORS_ENABLED ALLOW_ALGORITHM_EXPERIMENTS //DEBUG_FEATURES_ENABLED
SWIFT_ACTIVE_COMPILATION_CONDITIONS = $(inherited) EXPERIMENTAL_FEATURES_ENABLED SIMULATORS_ENABLED ALLOW_ALGORITHM_EXPERIMENTS DEBUG_FEATURES_ENABLED

// Put your team id here for signing
//LOOP_DEVELOPMENT_TEAM = UY678SP37Q

0 comments on commit 8bf7973

Please sign in to comment.