Ryan Lee

Results 2 issues of Ryan Lee

e.g. My xcconfig file: ``` OTHER_LDFLAGS = $(inherited) -ObjC -filelist "xxx/abc def/yyy" ``` I use xcodeproj/config to read this file, the result is: ``` xcconfig.other_linker_flags[:simple] = # ``` The path...