Config for iOS. URI handler for bitcoin urls. Fix config.xml
This commit is contained in:
parent
2063f74dab
commit
e0e5596bb0
4 changed files with 126 additions and 10 deletions
|
|
@ -67,6 +67,9 @@ if [ ! -d $PROJECT ]; then
|
|||
fi
|
||||
|
||||
echo "${OpenColor}${Green}* Installing plugins... ${CloseColor}"
|
||||
|
||||
cordova plugin add https://github.com/Initsogar/cordova-webintent.git
|
||||
checkOK
|
||||
|
||||
cordova plugin add https://github.com/wildabeast/BarcodeScanner.git
|
||||
checkOK
|
||||
|
|
@ -77,6 +80,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}"
|
||||
|
|
@ -102,19 +108,22 @@ checkOK
|
|||
cp android/AndroidManifest.xml $PROJECT/platforms/android/AndroidManifest.xml
|
||||
checkOK
|
||||
|
||||
#cp android/project.properties $PROJECT/platforms/android/project.properties
|
||||
#checkOK
|
||||
cp android/project.properties $PROJECT/platforms/android/project.properties
|
||||
checkOK
|
||||
|
||||
cp -R android/res/* $PROJECT/platforms/android/res
|
||||
checkOK
|
||||
|
||||
mkdir -p $PROJECT/platforms/ios/Copay/Resources/icons
|
||||
checkOK
|
||||
|
||||
mkdir -p $PROJECT/platforms/ios/Copay/Resources/splash
|
||||
checkOK
|
||||
|
||||
if [[ !$SKIPIOS ]]; then
|
||||
cp ios/Copay-Info.plist $PROJECT/platforms/ios/Copay-Info.plist
|
||||
checkOK
|
||||
|
||||
mkdir -p $PROJECT/platforms/ios/Copay/Resources/icons
|
||||
checkOK
|
||||
|
||||
mkdir -p $PROJECT/platforms/ios/Copay/Resources/splash
|
||||
checkOK
|
||||
|
||||
cp -R ios/icons/* $PROJECT/platforms/ios/Copay/Resources/icons
|
||||
checkOK
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue