diff --git a/cordova/build.sh b/cordova/build.sh
index 3106908b4..2ca588571 100755
--- a/cordova/build.sh
+++ b/cordova/build.sh
@@ -121,13 +121,13 @@ if [ ! -d $PROJECT ]; then
cordova plugin add https://github.com/VersoSolutions/CordovaClipboard
checkOK
- cordova plugin add https://github.com/katzer/cordova-plugin-email-composer.git#f53df5c31c50d4f39d214a5cbe49abb0c5727a49
+ cordova plugin add cordova-plugin-email-composer@0.8.3
checkOK
cordova plugin add https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git && cordova prepare
checkOK
- cordova plugin add hu.dpal.phonegap.plugins.spinnerdialog
+ cordova plugin add cordova-plugin-spinner-dialog
checkOK
cordova plugin add cordova-plugin-dialogs
@@ -139,7 +139,7 @@ if [ ! -d $PROJECT ]; then
cordova plugin add cordova-plugin-console
checkOK
- cordova plugin add hu.dpal.phonegap.plugins.uniquedeviceid
+ cordova plugin add cordova-plugin-uniquedeviceid
checkOK
cordova plugin add cordova-plugin-file@3.0.0
@@ -154,9 +154,6 @@ if [ ! -d $PROJECT ]; then
cordova plugin add cordova-ios-requires-fullscreen
checkOK
- cordova plugin add cordova-plugin-disable-bitcode
- checkOK
-
fi
if $DBGJS
@@ -204,29 +201,6 @@ if [ $CURRENT_OS == "ANDROID" ]; then
checkOK
fi
-if [ $CURRENT_OS == "IOS" ]; then
-
- echo "IOS project!!!"
-
- mkdir -p $PROJECT/platforms/ios
- checkOK
-
- 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
-
- cp -R ios/splash/* $PROJECT/platforms/ios/Copay/Resources/splash
- checkOK
-fi
-
if [ $CURRENT_OS == "WP8" ]; then
echo "Wp8 project!!!"
cp -R $PROJECT/www/* $PROJECT/platforms/wp8/www
diff --git a/cordova/config.xml b/cordova/config.xml
index ec7b8274c..ee66bb732 100644
--- a/cordova/config.xml
+++ b/cordova/config.xml
@@ -28,4 +28,46 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/cordova/ios/Copay-Info.plist b/cordova/ios/Copay-Info.plist
deleted file mode 100644
index bc3b79d17..000000000
--- a/cordova/ios/Copay-Info.plist
+++ /dev/null
@@ -1,83 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- English
- CFBundleDisplayName
- ${PRODUCT_NAME}
- CFBundleExecutable
- ${EXECUTABLE_NAME}
- CFBundleIconFile
- icon.png
- CFBundleIcons
-
- CFBundlePrimaryIcon
-
- CFBundleIconFiles
-
- icon-40
- icon-small
- icon-60
- icon.png
- icon@2x
- icon-72
- icon-72@2x
-
- UIPrerenderedIcon
-
-
-
- CFBundleIcons~ipad
-
- CFBundlePrimaryIcon
-
- CFBundleIconFiles
-
- icon-small
- icon-40
- icon-50
- icon-76
- icon-60
- icon
- icon@2x
- icon-72
- icon-72@2x
-
- UIPrerenderedIcon
-
-
-
- CFBundleIdentifier
- com.bitpay.copay
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- ${PRODUCT_NAME}
- CFBundlePackageType
- APPL
- CFBundleShortVersionString
- 1.9.7
- CFBundleSignature
- ????
- CFBundleVersion
- 1.9.7
- LSRequiresIPhoneOS
-
- NSMainNibFile
-
- NSMainNibFile~ipad
-
- UISupportedInterfaceOrientations
-
- UIInterfaceOrientationPortrait
-
- UISupportedInterfaceOrientations~ipad
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeRight
-
-
-
diff --git a/cordova/ios/icons/iTunesArtwork.png b/cordova/ios/icons/iTunesArtwork.png
deleted file mode 100644
index f990bb1aa..000000000
Binary files a/cordova/ios/icons/iTunesArtwork.png and /dev/null differ
diff --git a/cordova/ios/icons/iTunesArtwork@2x-noalpha.png b/cordova/ios/icons/iTunesArtwork@2x-noalpha.png
deleted file mode 100644
index 2d07b691d..000000000
Binary files a/cordova/ios/icons/iTunesArtwork@2x-noalpha.png and /dev/null differ
diff --git a/cordova/ios/icons/iTunesArtwork@2x.png b/cordova/ios/icons/iTunesArtwork@2x.png
deleted file mode 100644
index 0dfaeeb44..000000000
Binary files a/cordova/ios/icons/iTunesArtwork@2x.png and /dev/null differ
diff --git a/cordova/ios/icons/icon-60.png b/cordova/ios/icons/icon-60.png
deleted file mode 100644
index dbe62635a..000000000
Binary files a/cordova/ios/icons/icon-60.png and /dev/null differ
diff --git a/cordova/ios/icons/icon-83.5@2x.png b/cordova/ios/icons/icon-83.5@2x.png
new file mode 100644
index 000000000..9b2972b2f
Binary files /dev/null and b/cordova/ios/icons/icon-83.5@2x.png differ
diff --git a/cordova/ios/icons/icon-small@3x.png b/cordova/ios/icons/icon-small@3x.png
new file mode 100644
index 000000000..719fddebf
Binary files /dev/null and b/cordova/ios/icons/icon-small@3x.png differ
diff --git a/cordova/ios/splash/Default-Landscape-736h.png b/cordova/ios/splash/Default-Landscape-736h.png
deleted file mode 100644
index 233742363..000000000
Binary files a/cordova/ios/splash/Default-Landscape-736h.png and /dev/null differ
diff --git a/cordova/ios/splash/Default-Landscape@2x~ipad.png b/cordova/ios/splash/Default-Landscape@2x~ipad.png
deleted file mode 100644
index 1ddf77b44..000000000
Binary files a/cordova/ios/splash/Default-Landscape@2x~ipad.png and /dev/null differ
diff --git a/cordova/ios/splash/Default-Landscape~ipad.png b/cordova/ios/splash/Default-Landscape~ipad.png
deleted file mode 100644
index 1988bcd89..000000000
Binary files a/cordova/ios/splash/Default-Landscape~ipad.png and /dev/null differ
diff --git a/cordova/ios/splash/Default@2x~iphone.png b/cordova/ios/splash/Default@2x~iphone.png
index 253cbf208..d4a59247a 100644
Binary files a/cordova/ios/splash/Default@2x~iphone.png and b/cordova/ios/splash/Default@2x~iphone.png differ
diff --git a/cordova/ios/splash/Default~iphone.png b/cordova/ios/splash/Default~iphone.png
index d871d9168..f1a78c6c1 100644
Binary files a/cordova/ios/splash/Default~iphone.png and b/cordova/ios/splash/Default~iphone.png differ
diff --git a/cordova/ios/splash/Rectangle 1.png b/cordova/ios/splash/Rectangle 1.png
deleted file mode 100644
index 2fbffbfd2..000000000
Binary files a/cordova/ios/splash/Rectangle 1.png and /dev/null differ
diff --git a/cordova/ios/splash/Rectangle 1@2x.png b/cordova/ios/splash/Rectangle 1@2x.png
deleted file mode 100644
index 45af4c922..000000000
Binary files a/cordova/ios/splash/Rectangle 1@2x.png and /dev/null differ