erisu commented on pull request #1158: URL: https://github.com/apache/cordova-ios/pull/1158#issuecomment-953759585
@dpogue I have updated this PR to properly copy the correct content as well as simplify the build process. This PR is strictly focused only on the copying the app resources to the correct location. I have combined the build phases `Copy www` & `Copy config.xml` into one build phase call `Copy Staging Resources`. The contents of the "Staging" group are, `www` and `config.xml`. The location of these are from: - `<project-dir>/platforms/ios/www/` - `<project-dir>/platforms/ios/<project-name>/config.xml` These are the staged contents that `cordova prepare` generates. -- 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]
