diff options
| -rw-r--r-- | config.xml | 7 | ||||
| -rw-r--r-- | package.json | 91 |
2 files changed, 3 insertions, 95 deletions
@@ -104,6 +104,7 @@ </platform> <icon src="resources/android/icon/drawable-xhdpi-icon.png" /> <preference name="SplashShowOnlyFirstTime" value="false" /> + <edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application" /> <plugin name="cordova-plugin-add-swift-support" spec="^1.7.2" /> <plugin name="com.telerik.plugins.nativepagetransitions" spec="^0.6.5" /> <plugin name="cordova-plugin-android-permissions" spec="^1.0.0" /> @@ -135,17 +136,15 @@ <plugin name="cordova-plugin-email" spec="https://github.com/pliablepixels/cordova-email-plugin.git" /> <plugin name="cordova-plugin-touch-id" spec="^3.2.0" /> <plugin name="cordova-plugin-android-fingerprint-auth" spec="^1.4.0" /> - <plugin name="cordova-plugin-statusbar" spec="https://github.com/apache/cordova-plugin-statusbar.git" /> + <plugin name="cordova-plugin-statusbar" spec="^2.4.2" /> <plugin name="phonegap-plugin-push" spec="^2.1.3"> <variable name="FCM_VERSION" value="11.6.2" /> </plugin> <plugin name="cordova-plugin-network-information" spec="^2.0.1" /> - <plugin name="cordova-plugin-device" spec="^2.0.1" /> + <plugin name="cordova-plugin-device" spec="^2.0.2" /> <plugin name="cordova-plugin-file" spec="^6.0.1" /> <plugin name="ionic-plugin-keyboard" spec="^2.2.1" /> <plugin name="cordova-library-helper" spec="https://github.com/FlyingDonkeyDev/cordova-library-helper.git" /> <plugin name="cordova.plugins.diagnostic" spec="^3.7.1" /> <plugin name="cordova-plugin-certificates" spec="https://github.com/hypery2k/cordova-certificate-plugin.git" /> - <engine name="ios" spec="^4.5.4" /> - <engine name="android" spec="^7.1.0" /> </widget> diff --git a/package.json b/package.json deleted file mode 100644 index d1b55745..00000000 --- a/package.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "name": "com.pliablepixels.zmninjapro", - "version": "1.3.005", - "displayName": "zmNinja", - "cordova": { - "platforms": [ - "ios", - "android" - ], - "plugins": { - "cordova-plugin-add-swift-support": {}, - "com.telerik.plugins.nativepaget,ransitions": {}, - "cordova-plugin-android-permissions": {}, - "cordova-plugin-app-version": {}, - "cordova-plugin-customurlscheme": { - "URL_SCHEME": "zmninja" - }, - "cordova-plugin-file-transfer": {}, - "cordova-plugin-globalization": {}, - "cordova-plugin-inappbrowser": {}, - "cordova-plugin-insomnia": {}, - "cordova-plugin-media": { - "MICROPHONE_USAGE_DESCRIPTION": " " - }, - "cordova-plugin-photo-library": { - "PHOTO_LIBRARY_USAGE_DESCRIPTION": "images to gallery" - }, - "cordova-plugin-pin-dialog": {}, - "cordova-plugin-settings-hook": {}, - "cordova-plugin-splashscreen": {}, - "cordova-plugin-websocket": {}, - "cordova-plugin-whitelist": {}, - "cordova-sqlite-storage": {}, - "org.devgeeks.Canvas2ImagePlugin": { - "PHOTOLIBRARY_USAGE_DESCRIPTION": " " - }, - "phonegap-plugin-mobile-accessibility": {}, - "cordova-custom-config": {}, - "cordova-plugin-email": {}, - "cordova-plugin-touch-id": {}, - "cordova-plugin-android-fingerprint-auth": {}, - "cordova-plugin-statusbar": {}, - "phonegap-plugin-push": { - "FCM_VERSION": "11.6.2" - }, - "cordova-plugin-network-information": {}, - "cordova-plugin-device": {}, - "cordova-plugin-file": {}, - "ionic-plugin-keyboard": {}, - "cordova-library-helper": {}, - "cordova.plugins.diagnostic": {}, - "cordova-plugin-certificates": {} - } - }, - "dependencies": { - "cordova-android": "^7.1.0", - "cordova-ios": "^4.5.4", - "com.telerik.plugins.nativepagetransitions": "^0.6.5", - "cordova-custom-config": "~4.0.2", - "cordova-library-helper": "https://github.com/FlyingDonkeyDev/cordova-library-helper.git", - "cordova-plugin-add-swift-support": "^1.7.2", - "cordova-plugin-android-fingerprint-auth": "^1.4.0", - "cordova-plugin-android-permissions": "^1.0.0", - "cordova-plugin-app-version": "^0.1.9", - "cordova-plugin-certificates": "https://github.com/hypery2k/cordova-certificate-plugin.git", - "cordova-plugin-customurlscheme": "^4.3.0", - "cordova-plugin-device": "^2.0.1", - "cordova-plugin-email": "https://github.com/pliablepixels/cordova-email-plugin.git", - "cordova-plugin-file": "^6.0.1", - "cordova-plugin-file-transfer": "^1.7.1", - "cordova-plugin-globalization": "^1.0.7", - "cordova-plugin-inappbrowser": "^1.7.1", - "cordova-plugin-insomnia": "^4.3.0", - "cordova-plugin-media": "https://github.com/pliablepixels/cordova-plugin-media.git", - "cordova-plugin-network-information": "^2.0.1", - "cordova-plugin-photo-library": "^1.2.2", - "cordova-plugin-pin-dialog": "^0.1.3", - "cordova-plugin-settings-hook": "^0.2.7", - "cordova-plugin-splashscreen": "^4.0.3", - "cordova-plugin-statusbar": "https://github.com/apache/cordova-plugin-statusbar.git", - "cordova-plugin-touch-id": "^3.2.0", - "cordova-plugin-websocket": "^0.12.2", - "cordova-plugin-whitelist": "^1.3.2", - "cordova-sqlite-storage": "^1.5.3", - "cordova.plugins.diagnostic": "^3.7.1", - "ionic-plugin-keyboard": "^2.2.1", - "org.devgeeks.Canvas2ImagePlugin": "https://github.com/pliablepixels/Canvas2ImagePlugin.git", - "phonegap-plugin-mobile-accessibility": "^1.0.5", - "phonegap-plugin-push": "^2.1.3" - } -} |
