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 4853B173B5 for ; Mon, 21 Sep 2015 18:41:57 +0000 (UTC) Received: (qmail 90904 invoked by uid 500); 21 Sep 2015 18:41:56 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 90864 invoked by uid 500); 21 Sep 2015 18:41:56 -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 90846 invoked by uid 99); 21 Sep 2015 18:41:56 -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:41:56 +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 2C011C0707 for ; Mon, 21 Sep 2015 18:41:56 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.102 X-Spam-Level: X-Spam-Status: No, score=-0.102 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H2=-0.001, 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-us-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 5tqBF8Ja-LMP for ; Mon, 21 Sep 2015 18:41:55 +0000 (UTC) Received: from mail-qk0-f175.google.com (mail-qk0-f175.google.com [209.85.220.175]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 4B78D20DC9 for ; Mon, 21 Sep 2015 18:41:55 +0000 (UTC) Received: by qkdw123 with SMTP id w123so48847164qkd.0 for ; Mon, 21 Sep 2015 11:41:47 -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=PX6DAfXBneGQpDIJ2l/2iEn3oQtH8brhOnlow4B22t0=; b=cYJi/cAeUYj87uERm6WnR9O/E8xJGW9CW4FpaDuPbGKjZUTVP2nQIH8oDOce8vnzbY HYH/KfdcE6m/YYmgtSe5vAmkQcgP/x8+sDL0y7cG1Wu3eH+HfkS3tymcfq66LH+hAkNd D+BXtpriW6aZbdxfV4x4bPDcHUnFZn5noyf68aQoaX+djmRuttSvDzAcYQ1ipcInhNX1 kpVklTioBMiYyhur3VtQhvm8HsZWQcNkBq2jxaJxU8yrBuewASy1e6ajrMvaeHTdK9ae XtChuYStQnLsdWSUUpvv5Oh+Nitx2IldaVd4WW7JK+QgTinDH3dq6CpPMMPu/ahKsI/o tM5g== X-Received: by 10.55.217.197 with SMTP id q66mr23707931qkl.14.1442860907641; Mon, 21 Sep 2015 11:41:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.55.60.4 with HTTP; Mon, 21 Sep 2015 11:41:08 -0700 (PDT) In-Reply-To: References: From: Shazron Date: Mon, 21 Sep 2015 11:41:08 -0700 Message-ID: Subject: Re: [Proposal][iOS] Drop support for iOS 7 To: "dev@cordova.apache.org" Content-Type: text/plain; charset=UTF-8 Yeah I'm thinking cordova-ios 4.x should have this change. On Mon, Sep 21, 2015 at 11:36 AM, Simon MacDonald wrote: > +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 >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org