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

ASF subversion and git services commented on CB-8703:
-----------------------------------------------------

Commit 0c65a24aa458bf3473c41078664855cde685cb74 in cordova-lib's branch 
refs/heads/master from [~robpaveza]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=0c65a24 ]

CB-8703: Add support for semver and device-specific targeting of
config-file to Windows.

This change enables the use of "versions" and "device-target" attributes
on the config-file element when the config-file element targets
package.appxmanifest.  This allows for plugins to be more robust in the
face of future versions of Windows which may require introduction of
additional app manifests.


> Add support for semver and device-specific targeting of config-file to Windows
> ------------------------------------------------------------------------------
>
>                 Key: CB-8703
>                 URL: https://issues.apache.org/jira/browse/CB-8703
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Windows
>            Reporter: Rob Paveza
>
> Allow <config-file> to target a virtual "package.appxmanifest" and specify 
> versions of Windows via new versions and device-target attributes:
>   <config target="package.appxmanifest" versions=">=8.1.0" ... />
>   <config target="package.appxmanifest" device-target="phone" />
> This change should also modify the related <lib-file> and <framework> 
> elements for Windows to rename the "target" attribute to "device-target" in 
> order to align the meaning across elements.  ("target" should remain as an 
> alias in order to be backwards-compatible).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to