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

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

GitHub user TimBarham opened a pull request:

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

    CB-8123 Plugin references can target specific windows platforms.

    Adds documentation for the new `target`, `versions` and `arch` attributes 
on `<lib-file>` and `<framework>` elements in the `windows` platform of 
`plugin.xml`.

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

    $ git pull https://github.com/MSOpenTech/cordova-docs CB-8123

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

    https://github.com/apache/cordova-docs/pull/263.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 #263
    
----
commit 85ca7c92b18c59f1071c9a5d588c0744343b1a50
Author: Tim Barham <[email protected]>
Date:   2015-01-20T00:55:04Z

    CB-8123 Plugin references can target specific windows platforms.
    
    Adds documentation for the new "target", "versions" and "arch" attributes 
on <lib-file> and <framework> elements in the windows platform of plugin.xml.

----


> Enable version, device, and chip arch specific library / dll / winmd 
> references in plugins for the Windows platform
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: CB-8123
>                 URL: https://issues.apache.org/jira/browse/CB-8123
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Plugins, Windows
>            Reporter: Tim Barham
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Because Cordova's windows platform can target multiple target platforms, 
> projects and frameworks referenced by the plugin may need to target only a 
> subset of those platforms. To enable this, support the following attributes 
> on the <lib-file> and <framework> elements:
> 1. device - indicates the reference is specific to a target device. Supported 
> values are "phone", "windows" or "all" (default is "all").
> 2. versions - specify platform versions the reference supports (node semantic 
> version ranges supported). Default is to support all versions.
> 3. arch - indicates the reference is specific to a particular chip 
> architecture (x86 or x64).
> The "arch" attribute should result in a Condition="'$(Platform)'=='XXX" 
> attribute on the reference. The other attributes will impact which generated 
> jsproj files the reference is actually added to.



--
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