I was trying to create some groups in my XCode Template but unable to map these groups to their respective folders.
To do that I have added my folders in and give definition in as given below
<key>Nodes</key>
<array>
<string>Utilities</string>
</array>
<key>Definition</key>
<dict>
<key>Utilities</key>
<dict>
<key>Path</key>
<string>Utilities</string>
</dict>
</dict>
It added the Groups in my project and map it to the physical folder. But a new problem I have faced is, it add the last files of a group as a folder reference and add all the files of group in this. Please refer the given image:
Here I have two files (Constants.swift
& Utils.swift
) and a folder Extensions
inside the folder Utilities
. How to remove the blue color folder (folder references)?