You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by Apache Wiki <wi...@apache.org> on 2012/08/15 23:11:58 UTC

[Cordova Wiki] Trivial Update of "Modifying/Debugging iOS CordovaLib" by ShazronAbdullah

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cordova Wiki" for change notification.

The "Modifying/Debugging iOS CordovaLib" page has been changed by ShazronAbdullah:
http://wiki.apache.org/cordova/Modifying/Debugging%20iOS%20CordovaLib?action=diff&rev1=4&rev2=5

   * Download and install Cordova for iOS.  This will create a $(HOME)/Documents/CordovaLib directory on your machine.
   * Use the create_project.sh script from [[https://gist.github.com/1952848|https://gist.github.com/1952848]] 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}}} 
+    {{{./create_project.sh projectName projectDirectory}}} 
  
   * 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 within the !CordovaLib classes. Note that only one project using !CordovaLib as an embedded project can be run in Xcode at one time.