updated cordova config and node packages

This commit is contained in:
Kadir Sekha 2017-11-28 14:49:41 +09:00
commit a722a77ead
2 changed files with 24 additions and 15 deletions

View file

@ -40,21 +40,21 @@
<preference name="android-minSdkVersion" value="19" />
<!-- Plugins -->
<plugin name="cordova-plugin-device" spec="~1.1.3"/>
<plugin name="cordova-plugin-globalization" spec="~1.0.4" />
<plugin name="cordova-plugin-splashscreen" spec="~4.0.0" />
<plugin name="cordova-plugin-statusbar" spec="~2.2.0" />
<plugin name="cordova-plugin-inappbrowser" spec="~1.5.0" />
<plugin name="cordova-plugin-x-toast" spec="~2.5.2" />
<plugin name="cordova-plugin-device" spec="https://github.com/apache/cordova-plugin-device.git"/>
<plugin name="cordova-plugin-globalization" spec="https://github.com/apache/cordova-plugin-globalization.git" />
<plugin name="cordova-plugin-splashscreen" spec="https://github.com/apache/cordova-plugin-splashscreen.git" />
<plugin name="cordova-plugin-statusbar" spec="https://github.com/apache/cordova-plugin-statusbar.git" />
<plugin name="cordova-plugin-inappbrowser" spec="https://github.com/apache/cordova-plugin-inappbrowser.git" />
<plugin name="cordova-plugin-x-toast" spec="https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin.git" />
<plugin name="com.verso.cordova.clipboard" spec="https://github.com/Visigo/CordovaClipboard" />
<plugin name="cordova-plugin-x-socialsharing" spec="https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git" />
<plugin name="cordova-plugin-spinner-dialog" spec="~1.3.1" />
<plugin name="cordova-plugin-dialogs" spec="~1.3.0" />
<plugin name="cordova-plugin-network-information" spec="~1.3.0" />
<plugin name="cordova-plugin-console" spec="~1.0.4" />
<plugin name="cordova-plugin-dialogs" spec="https://github.com/apache/cordova-plugin-dialogs.git" />
<plugin name="cordova-plugin-network-information" spec="https://github.com/apache/cordova-plugin-network-information.git" />
<plugin name="cordova-plugin-console" spec="https://github.com/apache/cordova-plugin-console.git" />
<plugin name="cordova-plugin-uniquedeviceid" spec="~1.3.2" />
<plugin name="cordova-plugin-file" spec="~4.3.0" />
<plugin name="cordova-plugin-touch-id" spec="~3.2.0" />
<plugin name="cordova-plugin-file" spec="https://github.com/apache/cordova-plugin-file.git" />
<plugin name="cordova-plugin-touch-id" spec="https://github.com/EddyVerbruggen/cordova-plugin-touch-id.git" />
<plugin name="cordova-plugin-transport-security" spec="~0.1.2" />
<plugin name="cordova-ios-requires-fullscreen" spec="~0.0.2" />
<plugin name="cordova-plugin-android-fingerprint-auth" spec="~0.2.0" />
@ -73,8 +73,8 @@
<plugin name="cordova-plugin-firebase" spec="https://github.com/arnesson/cordova-plugin-firebase.git" />
<!-- Supported Platforms -->
<engine name="ios" spec="~4.2.1" />
<engine name="android" spec="~6.2.3" />
<engine name="ios" spec="~4.5.3" />
<engine name="android" spec="~6.3.0" />
<engine name="windows" spec="~5.0.0" />
<!-- Platform Specific Settings -->
@ -110,6 +110,15 @@
<splash src="resources/*PACKAGENAME*/ios/splash/Default-667h.png" width="750" height="1334"/>
<splash src="resources/*PACKAGENAME*/ios/splash/Default-736h.png" width="1242" height="2208"/>
<splash src="resources/*PACKAGENAME*/ios/splash/Default-Landscape-736h.png" width="2208" height="1242"/>
<splash src="resources/*PACKAGENAME*/ios/splash/Default-Portrait-iPhoneX.png" width="1125" height="2436" />
<splash src="resources/*PACKAGENAME*/ios/splash/Default-Landscape-iPhoneX.png" width="2436" height="1125" />
<splash src="resources/*PACKAGENAME*/ios/splash/Default@2x~universal~anyany.png" />
<splash src="resources/*PACKAGENAME*/ios/splash/Default@2x~universal~comany.png" />
<splash src="resources/*PACKAGENAME*/ios/splash/Default@2x~universal~comcom.png" />
<splash src="resources/*PACKAGENAME*/ios/splash/Default@3x~universal~anyany.png" />
<splash src="resources/*PACKAGENAME*/ios/splash/Default@3x~universal~anycom.png" />
<splash src="resources/*PACKAGENAME*/ios/splash/Default@3x~universal~comany.png" />
<allow-navigation href="*" />
</platform>

View file

@ -58,7 +58,6 @@
"bitauth": "^0.2.1",
"bitcore-wallet-client": "https://github.com/Bitcoin-com/bitcore-wallet-client.git",
"bower": "^1.7.9",
"cordova-android": "5.1.1",
"cordova-custom-config": "^3.0.5",
"cordova-plugin-qrscanner": "^2.5.0",
"coveralls": "^2.11.9",
@ -77,7 +76,8 @@
"grunt-nw-builder": "^2.0.3",
"grunt-sass": "^1.2.0",
"load-grunt-tasks": "^3.5.0",
"shelljs": "^0.3.0"
"shelljs": "^0.3.0",
"android-versions": "^1.2.1"
},
"scripts": {
"postinstall": "bower install",