node-xcode
node-xcode copied to clipboard
programmatically create groups
see alunny/cordova-plugin-spec#10
Another use for this would be fixing a crash at https://github.com/alunny/node-xcode/blob/master/lib/pbxProject.js#L696 when the "Plugins" group does not exist in an XCode project. The Plugins group should automatically be created if it does not already exist.
See https://github.com/alunny/node-xcode/pull/46#issuecomment-170223252 for solution