xcconfig file -- set a variable value with a leading space? xcconfig file -- set a variable value with a leading space? unix unix

xcconfig file -- set a variable value with a leading space?


I found a way to do it:

EMPTY_STRING =BAR = $(EMPTY_STRING) foo // the empty string protects leading space.