GitToTheHub commented on code in PR #1596:
URL: https://github.com/apache/cordova-ios/pull/1596#discussion_r2645207257
##########
lib/build.js:
##########
@@ -327,7 +334,7 @@ module.exports.run = function (buildOpts) {
* @param {Object} buildConfig The build configuration options
* @return {Array} Array of arguments that could be passed
directly to spawn method
*/
-function getXcodeBuildArgs (projectPath, configuration, emulatorTarget,
buildConfig = {}) {
+function getXcodeBuildArgs (projectPath, configuration, emulatorTarget,
buildConfig = {}, targetRuntime = null) {
Review Comment:
added documentation
--
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]