dpogue commented on pull request #1158:
URL: https://github.com/apache/cordova-ios/pull/1158#issuecomment-951465034


   > Can’t we remove the duplicated www/config.xml and have a single one, that 
is what prepare command copies? I always found confusing having two, the 
staging one and the root one.
   
   The root one is the app developer-authored one, where they configure the app 
name, icons, preferences, and allow list.  
   The staging one is the contents of the root one, with the additions from all 
the plugins, and is the one that needs to be bundled into the app bundle.
   
   The root one is displayed in Xcode for convenience of the app developer if 
they are working in the native project, to make edits to config.xml (and www) 
and not have those changes overwritten when running `prepare`.
   
   The staging one must be in Xcode to be handled as a resource for copying 
into the app bundle.
   
   So I don't think we can get rid of either of them, despite how confusing it 
is to have both 😞 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to