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

ASF GitHub Bot commented on CB-8703:
------------------------------------

GitHub user robpaveza opened a pull request:

    https://github.com/apache/cordova-docs/pull/270

    CB-8703: Add support for semver and device-specific targeting of

    Allows config-file to target a virtual "package.appxmanifest" (already 
supported) and specify versions of Windows via new versions and device-target 
attributes. 
    
    Corresponding code change is https://github.com/apache/cordova-lib/pull/187

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/robpaveza/cordova-docs CB-8703

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-docs/pull/270.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #270
    
----
commit 96ff6852c84fd9be9dad25220b928f8186bc8b4d
Author: Rob Paveza <[email protected]>
Date:   2015-03-18T17:10:03Z

    CB-8703: Add support for semver and device-specific targeting of
    config-file to Windows.
    
    This is the documentation change for the above feature addition.

----


> 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