Fix packages, cordova plugins, config-template

This commit is contained in:
Gustavo Maximiliano Cortez 2017-10-11 16:43:19 -03:00
parent 63d30654a1
commit d66bbca32b
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
3 changed files with 35 additions and 19 deletions

View File

@ -13,12 +13,6 @@
<content src="index.html" />
<access origin="*" />
<preference name="webviewbounce" value="false" />
<preference name="UIWebViewBounce" value="false" />
<preference name="SplashShowOnlyFirstTime" value="false" />
<preference name="SplashScreen" value="screen" />
<preference name="SplashScreenDelay" value="3000" />
<preference name="AndroidPersistentFileLocation" value="Internal" />
<preference name="iosPersistentFileLocation" value="Library" />
<preference name="DisallowOverscroll" value="true"/>
@ -54,18 +48,20 @@
<plugin name="cordova-plugin-statusbar" spec="2.2.2" />
<plugin name="cordova-plugin-touch-id" spec="3.2.0" />
<plugin name="cordova-plugin-whitelist" spec="1.3.1" />
<plugin name="cordova-plugin-wkwebview-engine" spec="git+https://github.com/ionic-team/cordova-plugin-wkwebview-engine.git" />
<plugin name="cordova-plugin-wkwebview-engine" spec="https://github.com/driftyco/cordova-plugin-wkwebview-engine.git#4221015eb3f309fe593a7d81205b691e27088743" />
<plugin name="cordova-plugin-x-socialsharing" spec="5.1.8" />
<plugin name="cordova-plugin-x-toast" spec="2.6.0" />
<plugin name="cordova-sqlite-storage" spec="2.0.4" />
<plugin name="ionic-plugin-keyboard" spec="2.2.1" />
<plugin name="cordova-plugin-customurlscheme" spec="https://github.com/cmgustavo/Custom-URL-scheme.git">
<variable name="URL_SCHEME" value="bitcoin" />
<variable name="SECOND_URL_SCHEME" value="*APPURI*" />
<variable name="THIRD_URL_SCHEME" value="bitcoincash" />
</plugin>
<plugin name="cordova-plugin-fcm" spec="https://github.com/cmgustavo/cordova-plugin-fcm.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-uniquedeviceid" spec="1.3.2" />
<plugin name="cordova-plugin-file" spec="4.3.0" />
<plugin name="cordova-plugin-transport-security" spec="0.1.2" />
<plugin name="cordova-ios-requires-fullscreen" spec="0.0.2" />
<plugin name="cordova-plugin-screen-orientation" spec="1.4.2" />
<!-- Platform Specific Settings -->
<platform name="ios">

View File

@ -1,5 +1,8 @@
{
"name": "*USERVISIBLENAME*",
"app_id": "com.bitpay.*BUNDLENAME*",
"type": "ionic-angular"
"type": "ionic-angular",
"integrations": {
"cordova": {}
}
}

View File

@ -90,7 +90,7 @@
"cordova-plugin-statusbar": "2.2.2",
"cordova-plugin-touch-id": "3.2.0",
"cordova-plugin-whitelist": "1.3.1",
"cordova-plugin-wkwebview-engine": "git+https://github.com/ionic-team/cordova-plugin-wkwebview-engine.git",
"cordova-plugin-wkwebview-engine": "https://github.com/driftyco/cordova-plugin-wkwebview-engine.git#4221015eb3f309fe593a7d81205b691e27088743",
"cordova-plugin-x-socialsharing": "5.1.8",
"cordova-plugin-x-toast": "2.6.0",
"cordova-sqlite-storage": "2.0.4",
@ -101,8 +101,17 @@
"lodash": "4.17.4",
"ngx-clipboard": "8.0.3",
"rxjs": "5.4.0",
"simple-plist": "^0.2.1",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.12"
"zone.js": "0.8.12",
"cordova-plugin-spinner-dialog": "1.3.1",
"cordova-plugin-dialogs": "1.3.0",
"cordova-plugin-network-information": "1.3.0",
"cordova-plugin-uniquedeviceid": "1.3.2",
"cordova-plugin-file": "4.3.0",
"cordova-plugin-transport-security": "0.1.2",
"cordova-ios-requires-fullscreen": "0.0.2",
"cordova-plugin-screen-orientation": "1.4.2"
},
"devDependencies": {
"@angular/cli": "1.3.0",
@ -151,13 +160,21 @@
"cordova-plugin-x-toast": {},
"cordova-plugin-x-socialsharing": {},
"cordova-plugin-qrscanner": {},
"cordova-plugin-wkwebview-engine": {},
"cordova-plugin-touch-id": {},
"cordova-plugin-android-fingerprint-auth": {}
"cordova-plugin-android-fingerprint-auth": {},
"cordova-plugin-wkwebview-engine": {},
"cordova-plugin-spinner-dialog": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-network-information": {},
"cordova-plugin-uniquedeviceid": {},
"cordova-plugin-file": {},
"cordova-plugin-transport-security": {},
"cordova-ios-requires-fullscreen": {},
"cordova-plugin-screen-orientation": {}
},
"platforms": [
"android",
"ios"
]
}
}
}