Make test configuration look for release configurations as well
This commit is contained in:
parent
6b1cccc831
commit
9e8764377f
|
@ -1,3 +1,4 @@
|
||||||
#include "./NetNewsWire_project_debug.xcconfig"
|
#include "./NetNewsWire_project_debug.xcconfig"
|
||||||
|
|
||||||
OTHER_SWIFT_FLAGS = -DTEST $(inherited)
|
OTHER_SWIFT_FLAGS = -DTEST $(inherited)
|
||||||
|
FRAMEWORK_SEARCH_PATHS = $(inherited) $(SYMROOT)/Release$(EFFECTIVE_PLATFORM_NAME)
|
||||||
|
|
Loading…
Reference in New Issue