Skip to content

Upgrade deployment targetΒ #695

@mmwlada

Description

@mmwlada

Currently deployment-target in plugin.xml is 11 which is not supported anymore. In addition to that it can mess with other plugins that require deployment target larger than 11. In my case that's firebasex.

<config-file target="config.xml" parent="/*">
    <allow-navigation href="ionic://*"/>
    <preference name="deployment-target" value="11.0"/>
    <feature name="IonicWebView">
        <param name="ios-package" value="CDVWKWebViewEngine"/>
    </feature>
    <preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine"/>
</config-file>

Is it possible to change this to some more recent version?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions