jcesarmobile opened a new issue #831: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/831
The plugin engines are set to cordova-ios 4 or greater. Which I think supported Xcode 9 and greater, but latest changes on 4.1.0 of the plugin makes it not compile on Xcode 10 or older because it doesn't understand `defaultWebpagePreferences` It can be easily be fixed by using `#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 130000` macros around the code, but I've already merged a [breaking change](https://github.com/apache/cordova-plugin-inappbrowser/pull/821). Should we revert the breaking change and do a patch release with the fix? ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
