erisu commented on a change in pull request #773: refactor: drop uiwebview &
add wkwebview
URL: https://github.com/apache/cordova-ios/pull/773#discussion_r376864206
##########
File path: bin/templates/scripts/cordova/lib/prepare.js
##########
@@ -310,22 +308,6 @@ function handleBuildSettings (platformConfig, locations,
infoPlist) {
events.emit('verbose', `Set SwiftVersion to "${swiftVersion}".`);
project.xcode.updateBuildProperty('SWIFT_VERSION', swiftVersion);
}
- if (wkWebViewOnly) {
- let wkwebviewValue = '1';
- if (wkWebViewOnly === 'true') {
- events.emit('verbose', 'Set WK_WEB_VIEW_ONLY.');
- } else {
- wkwebviewValue = '0';
- events.emit('verbose', 'Unset WK_WEB_VIEW_ONLY.');
- }
- project.xcode.updateBuildProperty('WK_WEB_VIEW_ONLY', wkwebviewValue);
Review comment:
Flag removed from JS. Flag has been hardcoded, to true, to ensure that the
IAB plugin is forced to use WKWebView in this release.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]