Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3C02AC2EC for ; Thu, 17 May 2012 19:40:15 +0000 (UTC) Received: (qmail 12576 invoked by uid 500); 17 May 2012 19:40:15 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 12559 invoked by uid 500); 17 May 2012 19:40:15 -0000 Mailing-List: contact callback-commits-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-commits@incubator.apache.org Received: (qmail 12545 invoked by uid 99); 17 May 2012 19:40:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 May 2012 19:40:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 May 2012 19:40:13 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id B314A1E5 for ; Thu, 17 May 2012 19:39:53 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Thu, 17 May 2012 19:39:53 -0000 Message-ID: <20120517193953.22171.88328@eos.apache.org> Subject: =?utf-8?q?=5BCordova_Wiki=5D_Update_of_=22Modifying/Debugging_iOS_Cordova?= =?utf-8?q?Lib=22_by_BeckyGibson?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cordova Wiki" for c= hange notification. The "Modifying/Debugging iOS CordovaLib" page has been changed by BeckyGibs= on: http://wiki.apache.org/cordova/Modifying/Debugging%20iOS%20CordovaLib New page: =3D Modifying / Debugging iOS CordovaLib =3D Quick instructions for creating an xcode project to debug the iOS CordovaLi= b. Valid as of 1.7. * Close Xcode if it is running. = * Download and install Cordova for iOS. This will create a $(HOME)/Docume= nts/CordovaLib directory on your machine. * Use the attached script (created by Shazron Abdullah), create_project.sh= , to create a new Xcode project. The input parameters are the project name= and the directory where the project will be created. = ./create_project.sh projectName projectDirctory = * Navigate to the project directory and open projectName.xcodeproj * You should see CordovaLib as a sub-project of your application project. = You can build and run this as you normally would and can set breakpoints w= ithin the CordovaLib classes. Note that only one project using CordovaLib a= s an embedded project can be run in Xcode at one time. =20