GitToTheHub commented on code in PR #1596:
URL: https://github.com/apache/cordova-ios/pull/1596#discussion_r2645227971
##########
lib/build.js:
##########
@@ -394,9 +401,10 @@ function getXcodeBuildArgs (projectPath, configuration,
emulatorTarget, buildCon
'-destination', customArgs.destination ||
'generic/platform=macOS,variant=Mac Catalyst'
]);
} else {
+ const osPart = targetRuntime ? `,OS=${targetRuntime}` : '';
Review Comment:
I removed the variable and added `targetRuntime ? `,OS=${targetRuntime}` :
''` direct in the template string expression.
--
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]