alunny / node-xcode

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

Fixed addToLibrarySearchPath for multiple targets in projects #99

Open aylarov opened 8 years ago

aylarov commented 8 years ago

Please see https://github.com/alunny/node-xcode/issues/91

aylarov commented 8 years ago

@alunny can you check the fix please?

imhotep commented 8 years ago

@aylarov if this is broken I'd like to see a test that shows how your PR fixes it.

aylarov commented 8 years ago

Can you check https://github.com/alunny/node-xcode/issues/91#issuecomment-230787069 please?

imhotep commented 8 years ago

@aylarov I did see the comment and I understand this impacts react-native projects but I want to see test for your change before I add it in. Your change is pretty trivial so pretty easily testable. Thanks!