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 [email protected].
To unsubscribe, please send an email to: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]