Merge pull request #2063 from cmgustavo/feature/open-external-link-mobile

Feature/open external link mobile
This commit is contained in:
Matias Alejo Garcia 2014-12-09 18:18:07 -03:00
commit 838f9e0806
12 changed files with 82 additions and 71 deletions

View file

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