You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jan Piotrowski (janpio) (JIRA)" <ji...@apache.org> on 2019/07/05 13:19:00 UTC

[jira] [Closed] (CB-12628) Capability declarations in config.xml are ignored for package.appxmanifest

     [ https://issues.apache.org/jira/browse/CB-12628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Piotrowski (janpio) closed CB-12628.
----------------------------------------
    Resolution: Auto Closed

If this is still a problem, please recreate the issue over at [https://github.com/apache/cordova-windows.] Thanks.
 

> Capability declarations in config.xml are ignored for package.appxmanifest
> --------------------------------------------------------------------------
>
>                 Key: CB-12628
>                 URL: https://issues.apache.org/jira/browse/CB-12628
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-windows
>    Affects Versions: 6.5.0
>         Environment: cordova@6.5.0, cordova-windows@5.0.0 (and below)
>            Reporter: Peter Juras
>            Assignee: Nikita Matrosov
>            Priority: Major
>              Labels: windows
>
> Capability declarations for Windows (UAP 10.0 and others) are not merged into the resulting package.appxmanifest files of the windows project.
> To reproduce:
> 1. cordova create windows-cat-test
> 2. Add the following entry to config.xml (this snippet would work in a plugin.xml of a cordova plugin):
> {code}
> <platform name="windows">
>   <config-file target="package.appxmanifest" parent="/Package/Capabilities">
>     <Capability Name="privateNetworkClientServer" />
>   </config-file>
> </platform>
> {code}
> 3. cordova platform add windows
> => The privateNetworkClientServer Capability is not merged into any package.appxmanifest



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org