alunny / node-xcode

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

XCBuildConfiguration array field replace ok #41

Closed seobyeongky closed 9 years ago

seobyeongky commented 9 years ago

Fixes XCBuildConfiguration's array field replacing ex) GCC_PREPROCESSOR_DEFINITIONS = ( "COCOS2D_DEBUG=1", USE_FILE32API, CC_TARGET_OS_IPHONE, );

imhotep commented 9 years ago

Awsome thanks. Tests please

seobyeongky commented 9 years ago

Ok