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 8F9D01736C for ; Mon, 21 Sep 2015 18:37:03 +0000 (UTC) Received: (qmail 69829 invoked by uid 500); 21 Sep 2015 18:37:03 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 69792 invoked by uid 500); 21 Sep 2015 18:37:03 -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 69779 invoked by uid 99); 21 Sep 2015 18:37:03 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Sep 2015 18:37:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 8EEDFC0707 for ; Mon, 21 Sep 2015 18:37:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.179 X-Spam-Level: ** X-Spam-Status: No, score=2.179 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_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id PRCVgFLuEJns for ; Mon, 21 Sep 2015 18:37:01 +0000 (UTC) Received: from mail-qk0-f173.google.com (mail-qk0-f173.google.com [209.85.220.173]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id B30962039F for ; Mon, 21 Sep 2015 18:37:00 +0000 (UTC) Received: by qkap81 with SMTP id p81so48875668qka.2 for ; Mon, 21 Sep 2015 11:36:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=vVzaA2UYtcb5RoDYrgIYN8OhAow/blFF/yjJCkhPj4Q=; b=IgGLuSsA2HVo8W9Bp0+9DeRR4a9+k/mm8jeB1WJz23/60Z6h5AL60+mHwtIn1pMgzU O0E+tcGlKOjqk8keAYQIVPxdOZSCe4pGWoxB1FS+byTju2EW9j9ZvNmk72y6TnQoFpBR kOHv9cYLm/yvGO5PStoZ5IbLmLPQbGnFenvcCjeJTUKEkCDezJerxv7XtKJMhmeGz4v3 VaDtjtSYVBLLxqnbCFENLDyHK/LY6OEWLLyKllpTMBzAJwnQ++jU6tto8fTHSFc06lrv RFhNT5dkGG8PZnVadffRACmi9TOJLtg+ShBDOrZKRRWJD1rlyYtRgaSujZH/OGz2/BqS 4dcA== MIME-Version: 1.0 X-Received: by 10.55.50.211 with SMTP id y202mr24082222qky.86.1442860619844; Mon, 21 Sep 2015 11:36:59 -0700 (PDT) Received: by 10.140.30.10 with HTTP; Mon, 21 Sep 2015 11:36:59 -0700 (PDT) Received: by 10.140.30.10 with HTTP; Mon, 21 Sep 2015 11:36:59 -0700 (PDT) In-Reply-To: References: Date: Mon, 21 Sep 2015 14:36:59 -0400 Message-ID: Subject: Re: [Proposal][iOS] Drop support for iOS 7 From: Simon MacDonald To: dev@cordova.apache.org Content-Type: multipart/alternative; boundary=001a1149021eb4d49d0520462a50 --001a1149021eb4d49d0520462a50 Content-Type: text/plain; charset=UTF-8 +1 I like the idea of not actively breaking iOS 7 devices but not actively testing them. The last iPhone that is stuck on iOS 7 is the iPhone 4 which is 4 years old at this point. Are you thinking Cordova iOS 4 to introduce thus change? Simon On Sep 21, 2015 2:29 PM, "Shazron" wrote: > We tend to have this discussion every year. We've typically supported > the current iOS version and one version back. This would mean just > supporting iOS 9 and 8. > > I propose to drop support for iOS 7. > > This doesn't mean Cordova won't run on an iOS 7 device, but this means > we won't test whether Cordova or the plugins run on it (i.e. not crash > if they use a newer API). > > There is only one change required: Increasing the minimum > DEPLOYMENT_TARGET to 8.0 in the new project template/xcconfig. > > > According to Apple, 52% of devices are using iOS 9 already, and 41% > are on iOS 8. 8% of users are on earlier iOS versions. (Yeah the math > adds up to 101%??) > Source: https://developer.apple.com/support/app-store/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org > For additional commands, e-mail: dev-help@cordova.apache.org > > --001a1149021eb4d49d0520462a50--