dpogue commented on PR #1663: URL: https://github.com/apache/cordova-ios/pull/1663#issuecomment-5772980781
> I wonder why the config.xml preference `deployment-target` will not change the deployment target here. If it would do so, it would be more easy to change it according the Xcode version? Whatever is specified in config.xml as `deployment-target` should override all of this. We can't know in the JS code what Xcode version the resulting project will be opened with though, so we have to do that in a way that Xcode itself can determine. > When you take care about CocoaPods, must there be something taken into account about Swift Package Manager? As far as I can tell, Swift package manager modules inherit the deployment target of the main project, so there's no issue there. (There's only an issue if the project deployment target is lower than the minimum supported version for a module.) -- 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]
