Make test configuration look for release configurations as well

This commit is contained in:
Maurice Parker 2019-10-22 13:27:43 -05:00
parent 6b1cccc831
commit 9e8764377f
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#include "./NetNewsWire_project_debug.xcconfig"
OTHER_SWIFT_FLAGS = -DTEST $(inherited)
FRAMEWORK_SEARCH_PATHS = $(inherited) $(SYMROOT)/Release$(EFFECTIVE_PLATFORM_NAME)