Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9E3D6D5B1 for ; Wed, 24 Oct 2012 21:24:07 +0000 (UTC) Received: (qmail 34667 invoked by uid 500); 24 Oct 2012 21:24:07 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 34629 invoked by uid 500); 24 Oct 2012 21:24:07 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 34620 invoked by uid 99); 24 Oct 2012 21:24:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2012 21:24:07 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shazron@gmail.com designates 209.85.212.47 as permitted sender) Received: from [209.85.212.47] (HELO mail-vb0-f47.google.com) (209.85.212.47) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2012 21:23:59 +0000 Received: by mail-vb0-f47.google.com with SMTP id ez10so1080601vbb.6 for ; Wed, 24 Oct 2012 14:23:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=9TUysiAZy32SVQjKqJzO5/YJAjztj/AtnNwaGusLTEw=; b=QT0uU6f9gW1gopsFLPwGDFBvQl9KfgB42aN605w8KPlT5D2eoUfrcsEWwp+wiFnBdO L6EVUzMOreDl4VYrGvG5iUeMbEOfgkW8DzVaCkFQcFlojHykPcflj9IJLzUd7sEzQPeD hZ8pbGmui8Usg0NFoXQjpTS9YsoZ93D/E6dpVgdaO3a46VIYu0hVd3w7SvoAQfUFpBiY q6K1C4tgtrCqrCU1IbbsKm1Er4e2Mgf+Qsc4TRHdu4keQQBHVYcoJ4JWjT03ihvoK85N +NOdcxt1B7DqLp7S3JQfh5NcQJSS+amQdeiNFpyD5l+7uAwLt1V2z7xOY5LrGI0GLfjv ruAw== Received: by 10.52.173.74 with SMTP id bi10mr23828376vdc.81.1351113818561; Wed, 24 Oct 2012 14:23:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.211.232 with HTTP; Wed, 24 Oct 2012 14:22:58 -0700 (PDT) From: Shazron Date: Wed, 24 Oct 2012 14:22:58 -0700 Message-ID: Subject: Bumping up iOS support to 4.3 from 4.2 To: callback-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Issue: https://issues.apache.org/jira/browse/CB-1145 Xcode 4.5 is now required because Apple requires it for the App Store (latest SDK is required - at this time it is iOS 6, which only comes with Xcode 4.5). Xcode 4.5 does not build for armv6, thus the minimum supported target is iOS 4.3 which removes support for the iPhone 3G and iPod Touch 2nd Gen. The original iPhone and iPod Touch 1st Gen have been out a long time ago since they didn't have iOS 4 support in the first place. Although you can _set_ the deployment target to 4.2 in Xcode 4.5, that is ultimately useless once you deploy the app to an armv6 device since it will not have the right architecture and thus will not run.