I'm making a xcode template with swift files but I want to divide these files in groups:
> Group (file template name)
> --- Group One
> ------ swiftFile
> ------ swiftFile
> ------ swiftFile
> --- Group Two
> ------ swiftFile
> ------ swiftFile
Can you help me? Can you also create folders module, that refer to these groups?