Re: [Vote] Tools Release Sep 17th (Take 2)

2015-09-19 Thread Carlos Santana
+1 verify tags recreated archives and compare review code changes test cli with nodejs v4.0.0 On Fri, Sep 18, 2015 at 6:13 AM Vladimir Kotikov (Akvelon) < v-vlk...@microsoft.com> wrote: > Please review and vote on this Tools Release by replying to this email > (and keep discussion on the

Re: [ios/osx] Adding framework/library as framework subproject

2015-09-19 Thread Anis KADRI
The library that we use (node-xcode) supports: System Frameworks, Custom Frameworks (ones you would drag into your project) and static libraries. It does not support XCode subprojects as far as I know. If you want to add support for it, you're more than welcome. Repository is right here:

[ios/osx] Adding framework/library as framework subproject

2015-09-19 Thread Tobias Bocanegra
Hi, I want to add a plugin to a ios/osx project. the plugin contains a .xcodeproj of a static library, incuding the sources. I want to avoid distributing the binary .a in the plugin. I tried various ways of how to specify this library, with with etc. but it never adds the lib.a to the linker