We are working on a hybrid iOS application. We used to use Cordova version 3.2.0. Recently, we are in the process of updating our version of Cordova to version 3.5.0. After creating a new project with Cordova 3.5.0 and opening it with Xcode 5.1.1, we can see a new folder called "Staging" in the structure of the Xcode project (this is rather strange for us).
There is no staging folder in the project root folder. Below is a screenshot.

But after opening with Xcode, the folder "www" and "config.xml" fall into the intermediate directory instead of the root directory. In addition, I see two sets of the www folder and the config.xml file. The www folder and the config.xml file, which is included in the root folder, are displayed in red (possibly because I took only the directory my_cordova_project → platform → ios and copied it to another location. Planning to transfer only the ios folder to my version control tool) . I just deleted these two links.


Can someone please explain to me if this is a problem. Can I get the old Xcode project structure with Cordova 3.5.0? Please let me know in case of any clarification.
source share