alunny / node-xcode

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

Support string args to add lib/include path #38

Closed jwilm closed 9 years ago

jwilm commented 9 years ago

addToLibrarySearchPaths and addToHeaderSearchPaths previously assumed that the file argument was a pbxFile, and that the added reference should be of a certain format. However, this prevents a user from adding a relative path such as '../../../sharedDependency/include' or similar. This patch adds support for that functionality.

alunny commented 9 years ago

LGTM, sorry for the delay