alunny / node-xcode

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

Added addToOtherLinkerFlags, removeFromOtherLinkerFlags, addToBuildSettings and removeFromBuildSettings #64

Closed IvanKarpan closed 8 years ago

imhotep commented 9 years ago

@IvanKarpan will merge when you add in some tests for addToOtherLinkerFlags/removeFromOtherLinkerFlags

IvanKarpan commented 9 years ago

Added tests based upon HeaderSearchPaths.js, hope this is it, not a node.js/nodeunit pro... ;)

IvanKarpan commented 9 years ago

Added addToBuildSettings and removeFromBuildSettings

IvanKarpan commented 8 years ago

Can we include this? I have another request coming up, teaching the utility to add CoreData data model documents properly... Would like that to be a separate request.

IvanKarpan commented 8 years ago

Merged all conflicts.