dpogue commented on PR #1616: URL: https://github.com/apache/cordova-ios/pull/1616#issuecomment-3961452812
`cordova prepare` is responsible for copying the web content into the platform-specific project, and for updating all the project settings to match config.xml. (Often people run `cordova build`, which does both the `prepare` step and the `compile` step.) `cordova platform add` and `cordova plugin add` are responsible for adding platforms and plugins, not for getting the project into a buildable state. -- 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]
