[fix] Fix barcode scanner plugin
... | @@ -43,7 +43,7 @@ | ... | @@ -43,7 +43,7 @@ |
"cordova-plugin-dialogs": "^1.3.4", | "cordova-plugin-dialogs": "^1.3.4", | ||
"cordova-plugin-ionic-keyboard": "^2.2.0", | "cordova-plugin-ionic-keyboard": "^2.2.0", | ||
"cordova-plugin-ionic-webview": "^4.1.2", | "cordova-plugin-ionic-webview": "^4.1.2", | ||
"cordova-plugin-minisodium": "git+https://github.com/bpresles/cordova-plugin-minisodium.git", | "cordova-plugin-minisodium": "git+https://github.com/E-IS/cordova-plugin-minisodium.git", | ||
"cordova-plugin-secure-storage": "^2.6.8", | "cordova-plugin-secure-storage": "^2.6.8", | ||
"cordova-plugin-splashscreen": "^3.2.2", | "cordova-plugin-splashscreen": "^3.2.2", | ||
"cordova-plugin-statusbar": "^2.4.3", | "cordova-plugin-statusbar": "^2.4.3", | ||
... | @@ -52,9 +52,9 @@ | ... | @@ -52,9 +52,9 @@ |
"cordova-plugin-whitelist": "^1.3.4", | "cordova-plugin-whitelist": "^1.3.4", | ||
"cordova-plugin-x-toast": "^2.7.2", | "cordova-plugin-x-toast": "^2.7.2", | ||
"ionic-plugin-keyboard": "^2.2.1", | "ionic-plugin-keyboard": "^2.2.1", | ||
"moment": "~2.19.3", | "moment": "~2.24.0", | ||
"numeral": "1.5.3", | "numeral": "1.5.3", | ||
"phonegap-plugin-barcodescanner": "git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git" | "phonegap-plugin-barcodescanner": "phonegap-plugin-barcodescanner" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"bower": "^1.8.8", | "bower": "^1.8.8", | ||
... | @@ -95,7 +95,8 @@ | ... | @@ -95,7 +95,8 @@ |
"gulp-util": "^3.0.8", | "gulp-util": "^3.0.8", | ||
"gulp-zip": "^3.2.0", | "gulp-zip": "^3.2.0", | ||
"ionic": "^1.7.16", | "ionic": "^1.7.16", | ||
"ionic-minify": "^2.0.8", | "@ionic/v1-toolkit": "2.0.18", | ||
"ionic-minify": "^2.0.10", | |||
"jshint": "^2.9.2", | "jshint": "^2.9.2", | ||
"mv": "^2.1.1", | "mv": "^2.1.1", | ||
"node-sass": "^3.13.1", | "node-sass": "^3.13.1", | ||
... | @@ -121,10 +122,7 @@ | ... | @@ -121,10 +122,7 @@ |
"id": "cordova-plugin-minisodium", | "id": "cordova-plugin-minisodium", | ||
"locator": "https://github.com/E-IS/cordova-plugin-minisodium.git" | "locator": "https://github.com/E-IS/cordova-plugin-minisodium.git" | ||
}, | }, | ||
{ | "phonegap-plugin-barcodescanner", | ||
"id": "phonegap-plugin-barcodescanner", | |||
"locator": "https://github.com/phonegap/phonegap-plugin-barcodescanner.git" | |||
}, | |||
"cordova-plugin-ionic-keyboard", | "cordova-plugin-ionic-keyboard", | ||
"cordova-plugin-ionic-webview@4.1.2" | "cordova-plugin-ionic-webview@4.1.2" | ||
], | ], | ||
... | @@ -142,7 +140,10 @@ | ... | @@ -142,7 +140,10 @@ |
], | ], | ||
"cordova": { | "cordova": { | ||
"plugins": { | "plugins": { | ||
"cordova-plugin-camera": {}, | "cordova-plugin-camera": { | ||
"CAMERA_USAGE_DESCRIPTION": " ", | |||
"PHOTOLIBRARY_USAGE_DESCRIPTION": " " | |||
}, | |||
"cordova-plugin-console": {}, | "cordova-plugin-console": {}, | ||
"cordova-plugin-device": {}, | "cordova-plugin-device": {}, | ||
"cordova-plugin-dialogs": {}, | "cordova-plugin-dialogs": {}, | ||
... | @@ -170,4 +171,4 @@ | ... | @@ -170,4 +171,4 @@ |
"osx" | "osx" | ||
] | ] | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please register or sign in to comment