dpogue commented on issue #1608: URL: https://github.com/apache/cordova-ios/issues/1608#issuecomment-3953530781
Just tested this and I was able to create a new Cordova project, add `<preference name="deployment-target" value="18.2" />` in config.xml, and build it with no issues. The Package.swift file in the root of the repository declares the supported versions for the CordovaLib framework, whereas the deployment target for a generated app is managed in the generated Xcode project. -- 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]
