We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c5d3a commit 7ef03f0Copy full SHA for 7ef03f0
src/ios/createGroup.js
@@ -3,9 +3,8 @@ const getGroup = require('./getGroup');
3
const hasGroup = (pbxGroup, name) => pbxGroup.children.find(group => group.comment === name);
4
5
/**
6
- * Given project and name of the group, creates a new top-level group,
7
- * that is then - added to `mainGroup` so that it's visible as a top-level
8
- * folder in your Xcode sidebar
+ * Given project and path of the group, it deeply creates a given group
+ * making all outer groups if neccessary
9
*
10
* Returns newly created group
11
*/
0 commit comments