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 856A8D418 for ; Wed, 10 Oct 2012 14:14:19 +0000 (UTC) Received: (qmail 1296 invoked by uid 500); 10 Oct 2012 14:14:19 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 1268 invoked by uid 500); 10 Oct 2012 14:14:19 -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 1257 invoked by uid 99); 10 Oct 2012 14:14:19 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2012 14:14:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 02A593D3A2; Wed, 10 Oct 2012 14:14:18 +0000 (UTC) From: cmarcelk To: callback-dev@incubator.apache.org Subject: incubator-cordova-ios pull request: CB-1473 - add iOS implementation for gl... Content-Type: text/plain Message-Id: <20121010141419.02A593D3A2@tyr.zones.apache.org> Date: Wed, 10 Oct 2012 14:14:18 +0000 (UTC) GitHub user cmarcelk opened a pull request: https://github.com/apache/incubator-cordova-ios/pull/58 CB-1473 - add iOS implementation for globalization Pulled the code from phonegap-plugins and moved it into Cordova core. That code from phonegap-plugins is from IBM and I am committing it as an IBMer. You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmarcelk/incubator-cordova-ios cb-1473 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-cordova-ios/pull/58.patch ---- commit 4d322c0b786e96aaac15ee6fbea5a832ac40ea43 Author: Marcel Kinard Date: 2012-10-10T07:09:00-07:00 CB-1473 - add iOS implementation for globalization Pulled the code from phonegap-plugins and moved it into Cordova core. That code from phonegap-plugins is from IBM and I am committing it as an IBMer. ----