I am going through the vapor tutorial videos on Ray .
In the Xcode project, in videos, it shows a good folder structure, for example, how the folder structure is defined in par docs .

When I follow the same steps to create a new steam project and use xcode, as documents and videos show, vapor new my-project → cd my-project → vapor xcode . The folder structure that I see is not the same.

The folder structure that I see (above) I can use is just fine. However, when I open the Sources folder (group), I see only the steam dependencies listed, and not just the App folder.
... and further, until the last folder is listed in the App folder.
Running this command curl -sL check.vapor.sh | bash curl -sL check.vapor.sh | bash I see that my vapor installation was successful. I am using Vapor Toolbox v1.0.3 and Xcode Version 8.1 (8B62)
Does anyone know how to use vapor xcode and generate an Xcode project where steam dependencies do not appear in the Sources folder?
Xeaza source share