Skip to content

Upgrade deployment target #695

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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