Add readme
This commit is contained in:
parent
b1ed0f1656
commit
ee0e2c3d7b
2 changed files with 19 additions and 5 deletions
|
|
@ -113,11 +113,12 @@ checkOK
|
||||||
cp android/config.xml $PROJECT/platforms/android/res/xml/config.xml
|
cp android/config.xml $PROJECT/platforms/android/res/xml/config.xml
|
||||||
checkOK
|
checkOK
|
||||||
|
|
||||||
cp -R ios/icons $PROJECT/platforms/ios/Copay/Resources/icons
|
if [[ !SKIPIOS ]]; then
|
||||||
checkOK
|
cp -R ios/icons $PROJECT/platforms/ios/Copay/Resources/icons
|
||||||
|
checkOK
|
||||||
cp -R ios/splash $PROJECT/platforms/ios/Copay/Resources/splash
|
|
||||||
checkOK
|
|
||||||
|
|
||||||
|
cp -R ios/splash $PROJECT/platforms/ios/Copay/Resources/splash
|
||||||
|
checkOK
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
13
cordova/readme.md
Normal file
13
cordova/readme.md
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# Mobile building
|
||||||
|
|
||||||
|
## Requisites
|
||||||
|
* [Install Android SDK](https://developer.android.com/sdk/installing/index.html?pkg=tools)
|
||||||
|
* [Install XCode for IOS](https://itunes.apple.com/en/app/xcode/id497799835?mt=12)
|
||||||
|
* Install Cordova: ``sudo npm install -g cordova``
|
||||||
|
|
||||||
|
## Build the project
|
||||||
|
|
||||||
|
$ sh cordova/build.sh
|
||||||
|
$ cd cordova/project
|
||||||
|
$ cordova run android
|
||||||
|
$ cordova emulate ios
|
||||||
Loading…
Add table
Add a link
Reference in a new issue