GitHub user breautek added a comment to the discussion: Plugin: Set minimum iOS 
deployment target

I think you're looking for the `deployment-target` 
[preference](https://cordova.apache.org/docs/en/12.x-2025.01/config_ref/index.html),
 which will set the deployment target (which is Apple's terminology for minimum 
iOS version for your app project).

```xml
<platform name="ios">
  <preference name="deployment-target" value="13.0" />
</platform>
```

GitHub link: 
https://github.com/apache/cordova/discussions/529#discussioncomment-12595851

----
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

Reply via email to