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 2013/07/10 00:26:16 UTC

[Cordova Wiki] Update of "WorkingWithThree" by ShazronAbdullah

Dear Wiki user,

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

The "WorkingWithThree" page has been changed by ShazronAbdullah:
https://wiki.apache.org/cordova/WorkingWithThree?action=diff&rev1=4&rev2=5

Comment:
Added more instructions

  3.0 flow that uses coho and the dependency plugin to build mobile-spec for
  ios & android where all plugins & repos point to dev versions:
  
+ If you have not already cloned the repos specified below, you may need to do a repo update first:
+ {{{
+ ./cordova-coho/coho repo-update -r plugins -r mobile-spec -r android -r ios -r cli
+ }}}
+ Then:
  {{{
  ./cordova-coho/coho repo-clone -r plugins -r mobile-spec -r android -r ios -r cli
  cd cordova-cli && npm install
@@ -11, +16 @@

  cd mobilespec
  }}}
  
- Edit .cordova/config.json to be:
+ Edit .cordova/config.json to be (change the 'uri' values to your specific locations):
  
  {{{