Add launcher plugin for iOS

This commit is contained in:
Yemel Jardi 2014-10-06 16:26:03 -03:00
commit a42af1fe83
2 changed files with 3 additions and 11 deletions

View file

@ -87,6 +87,9 @@ if [ ! -d $PROJECT ]; then
cordova plugin add org.apache.cordova.statusbar
checkOK
cordova plugin add https://github.com/EddyVerbruggen/LaunchMyApp-PhoneGap-Plugin.git --variable URL_SCHEME=bitcoin
checkOK
fi
echo "${OpenColor}${Green}* Generating copay bundle...${CloseColor}"