alunny / node-xcode

tools and utilities for working with xcode/ios projects
Apache License 2.0
226 stars 105 forks source link

Added double quotes around COMPILER_FLAGS #48

Closed zahhak closed 9 years ago

zahhak commented 9 years ago

Adding COMPILER_FLAGS with = or space corrupts the project file and it can not be parsed by xcode or xcodebuild I tested how xcode behaves and it adds quotes around the COMPILER_FLAGS setting, but it doesn't add quotes to Weak from ATTRIBUTES. This is the reason this fix is applied only when opt.compilerFlags is present