Skip to content

Commit

Permalink
ch 6, ex 5 - steps to build
Browse files Browse the repository at this point in the history
  • Loading branch information
artursudnik committed Oct 22, 2019
1 parent 13fa7d8 commit ce732ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions exercises/ch-6-ex-5/native-client/how-to-build.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
sudo npm install -g cordova
npm install ios-sim
cordova platform add ios
# cordova platform add ios - execute again if getting errors in previous step
cordova plugin add cordova-plugin-inappbrowser
cordova plugin add cordova-plugin-customurlscheme --variable URL_SCHEME=com.oauthinaction.mynativeapp
cordova run ios

0 comments on commit ce732ae

Please sign in to comment.