[ 
https://issues.apache.org/jira/browse/CB-12628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15954984#comment-15954984
 ] 

Nikita Matrosov commented on CB-12628:
--------------------------------------

[~peterjuras], it seems to me that  for {{config.xml}} we've only supported 
{{edit-config}} to modify xml elements.
[~ktop500], could you please confirm?

> 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: Windows
>    Affects Versions: 6.5.0
>         Environment: [email protected], [email protected] (and below)
>            Reporter: Peter Juras
>            Assignee: Nikita Matrosov
>              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):
> "
> <platform name="windows">
>   <config-file target="package.appxmanifest" parent="/Package/Capabilities">
>     <Capability Name="privateNetworkClientServer" />
>   </config-file>
> </platform>
> "
> 3. cordova platform add windows
> => The privateNetworkClientServer Capability is not merged into any 
> package.appxmanifest



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to