Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 36423177FE for ; Wed, 24 Jun 2015 23:42:08 +0000 (UTC) Received: (qmail 65186 invoked by uid 500); 24 Jun 2015 23:42:08 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 65147 invoked by uid 500); 24 Jun 2015 23:42:07 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 65135 invoked by uid 99); 24 Jun 2015 23:42:07 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jun 2015 23:42:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 3EC9A18195D for ; Wed, 24 Jun 2015 23:42:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.88 X-Spam-Level: ** X-Spam-Status: No, score=2.88 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 6WEJ_ALeyPuR for ; Wed, 24 Jun 2015 23:42:00 +0000 (UTC) Received: from mail-ob0-f181.google.com (mail-ob0-f181.google.com [209.85.214.181]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id CCAB745CC3 for ; Wed, 24 Jun 2015 23:41:59 +0000 (UTC) Received: by obbop1 with SMTP id op1so36805682obb.2 for ; Wed, 24 Jun 2015 16:41:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=coxYjmVdm5GLtsufpo/6SSN/k5769Fj7nAF81c5+Zwg=; b=GFb4o/kFg7mKyohKyBTCJjpXhrwmAGJDbUFWSo76+J3QXHis4vMZJLHg6YGtUhP1K+ JRC1/xlp174blush54mHum7jYqEMUakeHHSCr7f+UGizu4HVOXO9tXWeQH3uXTffNdL8 hrg0cSga7K3r7OvSoPzhue8NEIQT+epwDzUYkQYshzU0LG8iia21W8yD1DtCKW8DaPr0 NkFZO35djAPR5UkQCgoqh/UXiGwBBnUwMU4S3HxGvb1Nh4Rj34vzKgDNFUfaPVxmIhVD dUGyLcD/m/IGD87DnipKCuR8bOAFQkKkJshj9Rbc2as1aFpdkO9VGJ/A3Z1V4sECtMKV 7DsQ== X-Received: by 10.202.58.215 with SMTP id h206mr34521188oia.23.1435189274357; Wed, 24 Jun 2015 16:41:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.76.98.193 with HTTP; Wed, 24 Jun 2015 16:40:34 -0700 (PDT) In-Reply-To: References: From: Shazron Date: Wed, 24 Jun 2015 16:40:34 -0700 Message-ID: Subject: Re: [DISCUSS] Tools release To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=001a113ce002e236df05194c0a2e --001a113ce002e236df05194c0a2e Content-Type: text/plain; charset=UTF-8 This is a bug in the CLI that was fixed, and not a bug in the plugin. On Wed, Jun 24, 2015 at 4:38 PM, Nikhil Khandelwal wrote: > Would it not be better to remove the iOS implementation from the whitelist > plugin, so that it's install can be successful all the people using iOS 3.8 > and Android 4.0? > > When iOS 4.0 release happens, this support could be added back. > > Thanks, > Nikhil > > > -----Original Message----- > From: Jesse [mailto:purplecabbage@gmail.com] > Sent: Wednesday, June 24, 2015 1:05 PM > To: dev@cordova.apache.org > Subject: Re: [DISCUSS] Tools release > > Do it! > > > > My team is hiring! > @purplecabbage > risingj.com > > On Wed, Jun 24, 2015 at 11:11 AM, Shazron wrote: > > > +1++ > > > > On Wed, Jun 24, 2015 at 10:35 AM, Steven Gill > > wrote: > > > > > I'd like to get a tools release out that has the fix for skipping a > > plugin > > > if the platform version isn't met. The recently released whitelist > > > plugin requires ios 4.0 and will fail installation if it isn't met. > > > You notice this when installing multiple plugins at once. I fixed > > > plugin install to properly skip installing when platform check fails > > > and continue with > > other > > > plugin installs. > > > > > > Cordova-lib/cli 5.2.0 > > > Plugman 0.24.0 > > > Cordovajs 4.1.0 > > > > > > --001a113ce002e236df05194c0a2e--