Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade deployment target #695

Open
mmwlada opened this issue Oct 1, 2024 · 0 comments
Open

Upgrade deployment target #695

mmwlada opened this issue Oct 1, 2024 · 0 comments

Comments

@mmwlada
Copy link

mmwlada commented Oct 1, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant