We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now if you install N plugins, all of them are installed in a flat hierarchy in the Plugins group in your project, in Xcode, which is messy.
Specifying a "target-dir" attribute would create a group (or subgroups) that the file would reside under - under the "Plugins" main group.
The text was updated successfully, but these errors were encountered:
Good idea - groups are a bit tricky though (inasmuch as I've never created one with node-xcode before). I'm sure it's doable though.
node-xcode
Sorry, something went wrong.
No branches or pull requests
Right now if you install N plugins, all of them are installed in a flat hierarchy in the Plugins group in your project, in Xcode, which is messy.
Specifying a "target-dir" attribute would create a group (or subgroups) that the file would reside under - under the "Plugins" main group.
The text was updated successfully, but these errors were encountered: