Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ED05C17AAF for ; Tue, 10 Feb 2015 22:35:12 +0000 (UTC) Received: (qmail 95505 invoked by uid 500); 10 Feb 2015 22:35:12 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 95481 invoked by uid 500); 10 Feb 2015 22:35:12 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 95463 invoked by uid 99); 10 Feb 2015 22:35:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2015 22:35:12 +0000 Date: Tue, 10 Feb 2015 22:35:12 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-8123) Enable version, device, and chip arch specific library / dll / winmd references in plugins for the Windows platform MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-8123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14315094#comment-14315094 ] ASF GitHub Bot commented on CB-8123: ------------------------------------ Github user TimBarham commented on the pull request: https://github.com/apache/cordova-lib/pull/155#issuecomment-73799000 I'll close this PR, and open a new, cleaned up PR. > 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 and 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: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org