GitHub user erisu added a comment to the discussion: Plugin development (iOS): Require minimum `deployment-target`
I believe this is what you're looking for: ```xml <config-file target="config.xml" parent="/*"> <preference name="deployment-target" value="13.0" /> </config-file> ``` This sets the `deployment-target` for the entire app, from within the plugin. However, if the app developer defines the `deployment-target` in the app's `config.xml`, that value will take precedence. The app's `config.xml` has higher priority than the plugin's setting. GitHub link: https://github.com/apache/cordova/discussions/545#discussioncomment-13441969 ---- This is an automatically sent email for issues@cordova.apache.org. To unsubscribe, please send an email to: issues-unsubscr...@cordova.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org